From 206a97a7b59d456268c06f80d050a88c5de59026 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 14 Mar 2022 16:33:09 -0700 Subject: [PATCH] CRAN Release 2.6.14 --- R/fetchSCAN.R | 4 ++-- README.md | 6 +++--- man/fetchSCAN.Rd | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/R/fetchSCAN.R b/R/fetchSCAN.R index 09aa4f75..51d2e00f 100644 --- a/R/fetchSCAN.R +++ b/R/fetchSCAN.R @@ -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. #' diff --git a/README.md b/README.md index 0f423144..831b6911 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. soilDB 2.6.14 diff --git a/man/fetchSCAN.Rd b/man/fetchSCAN.Rd index d03f12ea..5083dfb2 100644 --- a/man/fetchSCAN.Rd +++ b/man/fetchSCAN.Rd @@ -30,8 +30,8 @@ Query soil/climate data from USDA-NRCS SCAN Stations \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). \itemize{ -\item More on \href{https://www.nrcs.usda.gov/wps/portal/wcc/home/dataAccessHelp/faqs/scanSensors}{SCAN sensors} -\item More on \href{https://www.nrcs.usda.gov/wps/portal/wcc/home/dataAccessHelp/faqs/snotelSensors}{SNOTEL sensors} +\item More on \href{https://www.nrcs.usda.gov/wps/portal/wcc/home/dataAccessHelp/faqs/scanSensors/}{SCAN sensors} +\item More on \href{https://www.nrcs.usda.gov/wps/portal/wcc/home/dataAccessHelp/faqs/snotelSensors/}{SNOTEL sensors} } See the \href{https://www.nrcs.usda.gov/wps/portal/wcc/home/dataAccessHelp/faqs/}{SCAN and SNOTEL FAQ} for answers to common questions about these data.