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.8.0")



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: 2019-02-19
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 (2019). pak: Another Approach to Package Installation. R package version 0.8.0, https://cran.r-project.org/web/packages/pak. Accessed 21 Nov. 2024.
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), 0.7.2 (2024-03-17 19:30)
Other packages that cited pak R package
View pak citation profile
Other R packages that pak depends, imports, suggests or enhances
Complete documentation for pak
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

kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA