Skip to content

Commit

Permalink
CRAN Release 2.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Mar 14, 2022
1 parent 27f4858 commit 206a97a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions R/fetchSCAN.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ SCAN_site_metadata <- function(site.code = NULL) {
#'
#' @details Possible above and below ground sensor types include: 'SMS' (soil moisture), 'STO' (soil temperature), 'SAL' (salinity), 'TAVG' (daily average air temperature), 'TMIN' (daily minimum air temperature), 'TMAX' (daily maximum air temperature), 'PRCP' (daily precipitation), 'PREC' (daily precipitation), 'SNWD' (snow depth), 'WTEQ' (snow water equivalent),'WDIRV' (wind direction), 'WSPDV' (wind speed), 'LRADT' (solar radiation/langley total).
#'
#' - More on [SCAN sensors](https://www.nrcs.usda.gov/wps/portal/wcc/home/dataAccessHelp/faqs/scanSensors)
#' - More on [SNOTEL sensors](https://www.nrcs.usda.gov/wps/portal/wcc/home/dataAccessHelp/faqs/snotelSensors)
#' - More on [SCAN sensors](https://www.nrcs.usda.gov/wps/portal/wcc/home/dataAccessHelp/faqs/scanSensors/)
#' - More on [SNOTEL sensors](https://www.nrcs.usda.gov/wps/portal/wcc/home/dataAccessHelp/faqs/snotelSensors/)
#'
#' See the [SCAN and SNOTEL FAQ](https://www.nrcs.usda.gov/wps/portal/wcc/home/dataAccessHelp/faqs/) for answers to common questions about these data.
#'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Manual](https://img.shields.io/badge/docs-HTML-informational)](https://ncss-tech
Installation
------------

Get the stable version (2.6.13) from CRAN:
Get the stable version from CRAN:

install.packages('soilDB', dependencies = TRUE)

Get the development version (2.6.14) from GitHub:
Get the development version from GitHub:

remotes::install_github("ncss-tech/soilDB", dependencies = FALSE, upgrade = FALSE, build = FALSE)

Expand All @@ -29,7 +29,7 @@ Citation
--------

Dylan Beaudette, Jay Skovlin, Stephen Roecker and Andrew Brown (2021).
soilDB: Soil Database Interface. R package version 2.6.13.
soilDB: Soil Database Interface. R package version 2.6.14.
<https://CRAN.R-project.org/package=soilDB>

soilDB 2.6.14
Expand Down
4 changes: 2 additions & 2 deletions man/fetchSCAN.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 206a97a

Please sign in to comment.