install.load 1.2.3
- Included all suggested, similar packages in the package description rather than including them as Suggested packages
- Added
try
to install_load function to continue installing packages even if one or more package(s) is/are not found
- Added
fastmatch
, checkmate
, and assertthat
to imported packages in DESCRIPTION
- Added
testthat
to Suggested packages (minimal code testing)
install.load 1.2.1
- Added
try
to load_package function to continue loading packages even if one or more package(s) is/are not already installed. This removes the need to make sure that all packages are already installed prior to loading through load_package.
- Updated README.md file to include information on both functions
- Updated DESCRIPTION to include information on both functions
install.load 1.1.1
- Added load_package function to load packages that are already known to be installed
- Added examples for load_packages to the README.md file
- Added pacman to DESCRIPTION Suggests
install.load 1.0.5
- Changed CRAN mirror to https://cloud.r-project.org from https://cran.revolutionanalytics.com/
install.load 1.0.4
- Removed compiler dependency (thank you to Barry Rowlingson)
- Added Import utils (thank you to the needs package)
- Added utils to DESCRIPTION Imports
- Added needs and easypackages to DESCRIPTION Suggests
- Changed from http to https CRAN Repository
- Cleaned up the code using the lintr package
- Revised the README.md
install.load 1.0.3
- Changed the license from CC BY-SA 3.0 & CCO to CC BY-SA 4.0
- Changed the maintainer e-mail address
- Removed the USGS Copyright Notice from the README.md
- Changed from hosted at GitHub.com to GitLab.com
install.load 1.0.2
- Changed the USGS R GitHub Repository to the USGS GRAN Repository (pointed out by Luke Winslow)
- Changed from minor release cycle to patch release cycle for these minor changes
install.load 1.1.0
- Updated README.md with examples and USGS Copyright Notice
install.load 1.0.0