Other packages > Find by keyword >

pak  

Another Approach to Package Installation
View on CRAN: Click here


Download and install pak package within the R console
Install from CRAN:
install.packages("pak")

Install from Github:
library("remotes")
install_github("cran/pak")

Install by package version:
library("remotes")
install_version("pak", "0.7.2")



Attach the package and use:
library("pak")
Maintained by
Gábor Csárdi
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-11-20
Latest Update: 2023-12-11
Description:
The goal of 'pak' is to make package installation faster and more reliable. In particular, it performs all HTTP operations in parallel, so metadata resolution and package downloads are fast. Metadata and package files are cached on the local disk as well. 'pak' has a dependency solver, so it finds version conflicts before performing the installation. This version of 'pak' supports CRAN, 'Bioconductor' and 'GitHub' packages as well.
How to cite:
Gábor Csárdi (2020). pak: Another Approach to Package Installation. R package version 0.7.2, https://cran.r-project.org/web/packages/pak
Previous versions and publish date:
0.1.2.1 (2020-11-20 00:10), 0.1.2 (2019-02-19 19:50), 0.2.0 (2021-12-01 16:40), 0.2.1 (2021-12-20 21:20), 0.3.0 (2022-04-11 14:10), 0.3.1 (2022-09-08 23:30), 0.4.0 (2023-01-15 22:50), 0.5.0 (2023-04-20 16:50), 0.5.1 (2023-04-27 11:30), 0.6.0 (2023-08-29 23:40), 0.7.0 (2023-11-17 18:40), 0.7.1 (2024-03-04 08:36)
Other packages that cited pak R package
View pak citation profile
Other R packages that pak depends, imports, suggests or enhances
Functions, R codes and Examples using the pak R package
Some associated functions: cache . faq . features . get-started . handle_package_not_found . install . lib_status . local_deps . local_deps_explain . local_install . local_install_deps . local_install_dev_deps . local_package_trees . local_system_requirements . lockfile_create . lockfile_install . metadata . package-dependency-types . pak-config . pak-package . pak . pak_cleanup . pak_install_extra . pak_package_sources . pak_setup . pak_sitrep . pak_solver . pak_update . pkg_deps . pkg_deps_explain . pkg_deps_tree . pkg_download . pkg_history . pkg_install . pkg_name_check . pkg_remove . pkg_search . pkg_status . pkg_sysreqs . ppm_has_binaries . ppm_platforms . ppm_r_versions . ppm_repo_url . ppm_snapshots . repo_add . repo_get . repo_status . sysreqs . sysreqs_check_installed . sysreqs_db_list . sysreqs_db_match . sysreqs_db_update . sysreqs_is_supported . sysreqs_list_system_packages . sysreqs_platforms . system_r_platform . 
Some associated R codes: aaa-rstudio-detect.R . build-pak-binary.R . cache.R . compat-vctrs.R . confirmation.R . deps-explain.R . dev-mode.R . docs.R . embed-ca-certs.R . embed.R . errors.R . extra.R . find-package-root.R . formatted.R . global-handler.R . json.R . library.R . load-all-private.R . local.R . lockfile.R . name-check.R . onload.R . package.R . pak-cleanup.R . pak-install.R . pak-package.R . pak-sitrep-data.R . pak-sitrep.R . pak-update.R . pak.R . ppm.R . print.R . private-lib.R . push-packages.R . repo.R . rstudio-detect.R . search.R . sizes.R . subprocess.R . sysreqs.R . sysreqsdocs.R . system-requirements.R . system.R . terminate.R . time-ago.R . time.R . unload.R . utils.R . warn-loaded.R .  Full pak package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns