Learn R Programming

⚠️There's a newer version (0.9.1) of this package.Take me there.

pak (version 0.3.1)

Another Approach to Package Installation

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.

Copy Link

Version

Install

install.packages('pak')

Monthly Downloads

34,797

Version

0.3.1

License

GPL-3

Maintainer

Gabor Csardi

Last Published

September 8th, 2022

Functions in pak (0.3.1)

handle_package_not_found

Install missing packages on the fly
local_install

Install a package tree
local_deps

Dependencies of a package tree
local_deps_explain

Explain dependencies of a package tree
install

All about installing pak.
config

pak configuration
lib_status

Status of packages in a library
features

Awesome pak features
cache_summary

Package cache utilities
faq

Frequently Asked Questions
local_install_deps

Install the dependencies of a package tree
pak_cleanup

Clean up pak caches
local_install_dev_deps

Install all dependencies of a package tree
local_package_trees

Local package trees
pak

Install the required packages
lockfile_install

Install packages based on a lock file
lockfile_create

Create a lock file
pak_install_extra

Install all optional dependencies of pak
meta_summary

Metadata cache utilities
local_system_requirements

Query system requirements
pak_package_sources

Package sources
pkg_deps

Look up the dependencies of a package
pkg_deps_explain

Explain how a package depends on other packages
pkg_history

Query the history of a package
pak_setup

Set up private pak library (deprecated)
pkg_install

Install a package
pkg_download

Download a package and potentially its dependencies as well
pkg_deps_tree

Draw the dependency tree of a package
pak_update

Update pak itself
pak_sitrep

pak SITuation REPort
pkg_name_check

Check if an R package name is available
repo_status

Show the status of CRAN-like repositories
repo_get

Query the currently configured CRAN-like repositories
pkg_status

Display installed locations of a package
pkg_search

Search CRAN packages
pkg_remove

Remove installed packages
repo_add

Add a new CRAN-like repository
tldr

Simplified manual. Start here!