The pacman package is an R package management tool that combines the functionality of base library related functions into intuitively named functions. This package is ideally added to .Rprofile to increase workflow by reducing time recalling obscurely named functions, reducing code and integrating functionality of base functions to simultaneously perform multiple actions.

Function names in the pacman package follow the format of p_xxx where 'xxx' is the task the function performs. For instance the p_load function allows the user to load one or more packages as a more generic substitute for the library or require functions and if the package isn't available locally it will install it for you.
Download the development version of pacman here
Functions for installing, loading, unloading, updating, & deleting packages
p_loadp_install p_getp_load_ghp_install_ghp_install_versionp_tempp_unloadp_update p_upp_delete p_delFunctions to obtain package session information.
p_loaded p_isloadedFunctions to obtain local package information.
p_authorp_citation p_citep_datap_depends p_depends_reversep_existsp_functions p_funsp_helpp_information p_infop_interactive p_interp_isinstalledp_newsp_version p_verp_vignette p_vignFunctions to obtain Internet based package information.
p_cran p_iscranp_search_any p_saFunctions to obtain package library information.
p_basep_library p_libp_pathp_search_library p_slp_unlockGeneral pacman tools/functions.
p_detectOSp_extractp_opendir