Other packages > Find by keyword >

pacman  

Package Management Tool
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("pacman", "0.5.1")



Attach the package and use:
library("pacman")
Maintained by
Tyler Rinker
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-02-15
Latest Update: 2019-03-11
Description:
Tools to more conveniently perform tasks associated with add-on packages. pacman conveniently wraps library and package related functions and names them in an intuitive and consistent fashion. It seeks to combine functionality from lower level functions which can speed up workflow.
How to cite:
Tyler Rinker (2015). pacman: Package Management Tool. R package version 0.5.1, https://cran.r-project.org/web/packages/pacman. Accessed 05 Aug. 2026.
Previous versions and publish date:
(2026-07-09 06:38), 0.2.0 (2015-02-15 07:35), 0.3.0 (2015-02-21 01:22), 0.4.1 (2016-03-30 20:35), 0.4.5 (2017-05-03 08:56), 0.4.6 (2017-05-14 20:02), 0.5.0 (2018-10-22 10:30)
Other packages that cited pacman R package
View pacman citation profile
Other R packages that pacman depends, imports, suggests or enhances
Complete documentation for pacman
Functions, R codes and Examples using the pacman R package
Some associated functions: p_author . p_base . p_boot . p_citation . p_cran . p_data . p_delete . p_depends . p_detectOS . p_exists . p_extract . p_functions . p_help . p_information . p_install . p_install_gh . p_install_version . p_install_version_gh . p_interactive . p_isinstalled . p_library . p_load . p_load_current_gh . p_load_gh . p_loaded . p_news . p_old . p_opendir . p_path . p_search_any . p_search_library . p_set_cranrepo . p_temp . p_unload . p_unlock . p_update . p_version . p_vignette . print.p_version_diff . print.search_any . print.wide_table . 
Some associated R codes: p_author.R . p_base.R . p_basepath.R . p_boot.R . p_citation.R . p_cran.R . p_data.R . p_delete.R . p_delete_single.R . p_depends.R . p_detectOS.R . p_exists.R . p_extract.R . p_functions.R . p_help.R . p_information.R . p_install.R . p_install_gh.R . p_install_version.R . p_install_version_gh.R . p_install_version_single.R . p_install_version_single_gh.R . p_interactive.R . p_isinstalled.R . p_library.R . p_load.R . p_load_current_gh.R . p_load_current_single_gh.R . p_load_gh.R . p_load_single.R . p_load_single_gh.R . p_loaded.R . p_news.R . p_old.R . p_opendir.R . p_path.R . p_search_any.R . p_search_library.R . p_set_cranrepo.R . p_temp.R . p_unload.R . p_unlock.R . p_update.R . p_version.R . p_vignette.R . p_zip.R . utils.R .  Full pacman package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

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  
dhReg  
Dynamic Harmonic Regression
Building and forecasting time series data with multiple seasonality using Dynamic Harmonic Regressio ...
Download / Learn more Package Citations See dependency  
kernelPSI  
Post-Selection Inference for Nonlinear Variable Selection
Different post-selection inference strategies for kernelselection as described in kernelPSI a Post-S ...
Download / Learn more Package Citations See dependency  
noisyr  
Noise Quantification in High Throughput Sequencing Output
Quantifies and removes technical noise from high-throughput sequencing data. Two approaches are use ...
Download / Learn more Package Citations See dependency  
dcov  
A Fast Implementation of Distance Covariance
Efficient methods for computing distance covariance and relevant statistics. See Sz ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

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