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 22 Dec. 2024.
Previous versions and publish date:
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

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  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
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  
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  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
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)

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