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 22 Dec. 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

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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