We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent91cbba4 commitb0ffab5Copy full SHA for b0ffab5
.gitignore
@@ -4,3 +4,4 @@
4
docs/*.pdf
5
*.Rproj
6
docs
7
+misc
DESCRIPTION
@@ -2,14 +2,15 @@ Package: soilReports
2
Type: Package
3
Title: R Markdown Reports and Convenience Functions for Soil Survey
Description: R package container and convenience functions for soil data summary, comparison, and evaluation reports used mainly by NRCS staff.
-Version: 0.9.1
+Version: 0.9.2
Author: USDA-NRCS Soil Survey Staff
-Maintainer:Dylan Beaudette <dylan.beaudette@usda.gov>
+Maintainer:Andrew Brown <andrew.g.brown@usda.gov>
8
Depends: R (>= 3.5.0)
9
License: GPL (>= 3)
10
URL: https://github.com/ncss-tech/soilReports
11
BugReports: https://github.com/ncss-tech/soilReports/issues
12
-Suggests: rmarkdown, knitr, testthat, scales, clhs, MASS, sharpshootR
13
Imports: remotes
+Suggests: rmarkdown, knitr, testthat, scales, clhs, MASS, sharpshootR
14
+Remotes: ncss-tech/sharpshootR
15
RoxygenNote: 7.3.2
16
Roxygen: list(markdown = TRUE)