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



Attach the package and use:
library("pak")
Maintained by
Gábor Csárdi
[Scholar Profile | Author Map]
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.1, https://cran.r-project.org/web/packages/pak. Accessed 13 Apr. 2025.
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), 0.8.0.1 (2025-01-16 20:50), 0.8.0 (2024-08-26 14:40)
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
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/12Downloads for pak4006008001000120014001600180020002200TrendBars

Today's Hot Picks in Authors and Packages

MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  
LDABiplots  
Biplot Graphical Interface for LDA Models
Contains the development of a tool that provides a web-based graphical user interface (GUI) to perf ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
ggprism  
A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Provides various themes, palettes, and other functions that are used to customise ggplots to look l ...
Download / Learn more Package Citations See dependency  
COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  
optimParallel  
Parallel Version of the L-BFGS-B Optimization Method
Provides a parallel version of the L-BFGS-B method of optim(). The main function of the package is o ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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