An R package that assists with the setup and operation of a collection of soil data summary, comparison, and evaluation reports. These reports are primarily used by USDA-NRCS soil scientists in both initial and update mapping.
15
stars
5
forks
source link
aqp/soilDB/sharpshootR/soilReports issues with shift to devtools 2.x #94
Recently folks have been noticing warnings / errors when trying to install aqp-family functions from GitHub:
readLines
failing with corrupt final line in .RprofileThere were several issues contributing to this problem:
readLines
(why?)install_github
is now provided by the remotes package, complete with new argument namesThe fix:
update.packages(ask=FALSE, checkBuilt = TRUE)
Installation of the aqp-family of packages from GitHub must now be done like this:
TODO: