Skip to content

Commit

Permalink
Remove reshape from DESCRIPTION Imports: #157 #179
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Jan 21, 2021
1 parent 006ed6d commit 7a5330a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authors@R: c(person(given="Dylan", family="Beaudette", role = c("aut", "cre"), e
Author: Dylan Beaudette [aut, cre], Pierre Roudier [aut, ctb], Andrew Brown [aut, ctb]
Maintainer: Dylan Beaudette <dylan.beaudette@usda.gov>
Depends: R (>= 3.5.0)
Imports: grDevices, graphics, stats, utils, methods, plyr, reshape, grid, lattice, cluster, sp, stringr, data.table
Imports: grDevices, graphics, stats, utils, methods, plyr, grid, lattice, cluster, sp, stringr, data.table
Suggests: colorspace, maptools, foreign, ape, soilDB, latticeExtra, maps, compositions, sharpshootR, markovchain, xtable, testthat, Gmedian, farver, Hmisc, rlang, tibble, RColorBrewer, scales, digest, MASS, mpspline2, soiltexture, gower
Description: The Algorithms for Quantitative Pedology (AQP) project was started in 2009 to organize a loosely-related set of concepts and source code on the topic of soil profile visualization, aggregation, and classification into this package (aqp). Over the past 8 years, the project has grown into a suite of related R packages that enhance and simplify the quantitative analysis of soil profile data. Central to the AQP project is a new vocabulary of specialized functions and data structures that can accommodate the inherent complexity of soil profile information; freeing the scientist to focus on ideas rather than boilerplate data processing tasks <doi:10.1016/j.cageo.2012.10.020>. These functions and data structures have been extensively tested and documented, applied to projects involving hundreds of thousands of soil profiles, and deeply integrated into widely used tools such as SoilWeb <https://casoilresource.lawr.ucdavis.edu/soilweb-apps/>. Components of the AQP project (aqp, soilDB, sharpshootR, soilReports packages) serve an important role in routine data analysis within the USDA-NRCS Soil Science Division. The AQP suite of R packages offer a convenient platform for bridging the gap between pedometric theory and practice.
License: GPL (>= 3)
Expand Down

0 comments on commit 7a5330a

Please sign in to comment.