pacman: pacman version 0.4.1
- 1. University at Buffalo
- 2. ISU - Statistics Department
- 3. Department of Cell Biology and Molecular Genetics, University of Maryland, College Park
- 4. University of Maryland Center for Translational Medicine
Description
Releases will be numbered with the following semantic versioning format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch
NEW FEATURES
Support for Bioconductor packages added compiments of Keith Hughitt. See #62
p_boot added to generate a string for the standard pacman script header that, when added to scripts, will ensure pacman is installed before attempting to use it. pacman will attempt to copy this string (standard script header) to the clipboard for easy cut and paste.
p_version_cran (p_ver_cran) added to check R/package version currently available on CRAN.
p_version_diff (p_ver_diff) added to determine version difference between a local package and CRAN.
p_old added to search for outdated packages.
p_install_version_gh and p_install_current_gh added as partners to p_install_version for GitHub packages. Thanks to Steve Simpson for this: https://github.com/trinker/pacman/issues/70
IMPROVEMENTS
p_functions sorts the functions alphabetically before returning them.
p_path now takes a package as an agument, allowing the user to return the path to individual packages as well.
CHANGES
- p_version returns a numeric version for p_version("R") to allow for logical comparisons.
The first installation of pacman
Package designed to assist in package related tasks.
Files
pacman-v0.4.1.zip
Files
(1.3 MB)
Name | Size | Download all |
---|---|---|
md5:ef401ab37c0a0192b9afc161261acfce
|
1.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/trinker/pacman/tree/v0.4.1 (URL)