Package: rosettaPTF Title: R Frontend for Rosetta Pedotransfer Functions Version: 0.2.0 Authors@R: person("Andrew", "Brown", role = c("aut", "cre"), email = "andrew.g.brown@usda.gov", comment=c(ORCID="0000-0002-4565-533X")) Maintainer: Andrew Brown Description: Access the rosetta-soil Python pedotransfer functions from R. Rosetta is a neural network-based model for predicting unsaturated soil hydraulic parameters from basic soil characterization data (sand, silt, clay, bulk density, and water content). Predictions are made for the van Genuchten unsaturated hydraulic properties model, with uncertainty quantification via bootstrap ensemble. Designed for efficient batch processing of large datasets through vectorized computation and optional parallel processing. Config/reticulate: list( packages = list( list(package = "numpy"), list(package = "rosetta-soil") ) ) License: GPL (>= 2) Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 3.5) URL: https://github.com/ncss-tech/rosettaPTF, https://ncss-tech.github.io/rosettaPTF/ BugReports: https://github.com/ncss-tech/rosettaPTF/issues Imports: parallel, reticulate, terra Suggests: litedown, testthat VignetteBuilder: litedown Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libpng-dev libproj-dev python3 libsqlite3-dev Repository: https://ncss-tech.r-universe.dev Date/Publication: 2026-06-19 05:34:13 UTC RemoteUrl: https://github.com/ncss-tech/rosettaPTF RemoteRef: HEAD RemoteSha: 6e69f3073d36bb7ef236617cbd411c3b47eb966f NeedsCompilation: no Packaged: 2026-06-19 09:12:22 UTC; root Author: Andrew Brown [aut, cre] (ORCID: )