Skip to content

Commit

Permalink
dontrun
Browse files Browse the repository at this point in the history
  • Loading branch information
bocinsky committed Dec 10, 2024
1 parent 4b08a75 commit 25f4091
Show file tree
Hide file tree
Showing 23 changed files with 26 additions and 32 deletions.
2 changes: 1 addition & 1 deletion R/DAYMET_FUNCTIONS.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' @importFrom magrittr %>% %$% %<>% %T>%
#' @export
#' @examples
#' \donttest{
#' \dontrun{
#' library(terra)
#'
#' # Get the DAYMET (North America only)
Expand Down
2 changes: 1 addition & 1 deletion R/GHCN_FUNCTIONS.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
#' @importFrom readr read_fwf
#' @importFrom magrittr %>%
#' @examples
#' \donttest{
#' \dontrun{
#' # Get the daily GHCN data (GLOBAL)
#' # Returns a list: the first element is the spatial locations of stations,
#' # and the second is a list of the stations and their daily data
Expand Down
2 changes: 1 addition & 1 deletion R/ITRDB_FUNCTIONS.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#' @export
#' @importFrom sf st_as_sf st_transform st_intersection
#' @examples
#' \donttest{
#' \dontrun{
#' # Get the ITRDB records
#' ITRDB <- get_itrdb(
#' template = FedData::meve,
Expand Down
2 changes: 1 addition & 1 deletion R/NASS_FUNCTIONS.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' @export
#' @importFrom magrittr %>%
#' @examples
#' \donttest{
#' \dontrun{
#' # Extract data for the Mesa Verde National Park:
#'
#' # Get the NASS CDL (USA ONLY)
Expand Down
2 changes: 1 addition & 1 deletion R/NED_FUNCTIONS.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' @export
#' @importFrom magrittr %>%
#' @examples
#' \donttest{
#' \dontrun{
#' # Get the NED (USA ONLY)
#' # Returns a `SpatRaster`
#' NED <-
Expand Down
4 changes: 2 additions & 2 deletions R/NHD_FUNCTIONS.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' @importFrom magrittr %>% %<>%
#' @export
#' @examples
#' \donttest{
#' \dontrun{
#' # Get the NHD (USA ONLY)
#' NHD <- get_nhd(
#' template = FedData::meve,
Expand Down Expand Up @@ -142,7 +142,7 @@ get_nhd <-
#' @importFrom magrittr %>% %<>%
#' @export
#' @examples
#' \donttest{
#' \dontrun{
#' # Get the NHD (USA ONLY)
#' NHD <- get_nhd(
#' template = FedData::meve,
Expand Down
4 changes: 2 additions & 2 deletions R/NLCD_FUNCTIONS.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#' @export
#' @importFrom magrittr %>% %<>%
#' @examples
#' \donttest{
#' \dontrun{
#' # Extract data for the Mesa Verde National Park:
#'
#' # Get the NLCD (USA ONLY)
Expand Down Expand Up @@ -258,7 +258,7 @@ get_nlcd <- function(template,
#' @export
#' @importFrom magrittr %>% %<>%
#' @examples
#' \donttest{
#' \dontrun{
#' # Extract data for the Mesa Verde National Park:
#'
#' # Get the NLCD (USA ONLY)
Expand Down
2 changes: 1 addition & 1 deletion R/PADUS_FUNCTIONS.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#' @importFrom magrittr %>% %<>%
#' @export
#' @examples
#' \donttest{
#' \dontrun{
#' # Get the PAD-US (USA ONLY)
#' PADUS <- get_padus(
#' template = FedData::meve,
Expand Down
2 changes: 1 addition & 1 deletion R/SSURGO_FUNCTIONS.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' @export
#' @importFrom readr read_csv write_csv
#' @examples
#' \donttest{
#' \dontrun{
#' # Get the NRCS SSURGO data (USA ONLY)
#' SSURGO.MEVE <-
#' get_ssurgo(
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
},
"SystemRequirements": "GDAL (>= 3.1.0)"
},
"fileSize": "1512.089KB",
"fileSize": "1512.069KB",
"releaseNotes": "https://github.com/ropensci/FedData/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/FedData/blob/main/README.md",
"contIntegration": ["https://github.com/ropensci/FedData/actions/workflows/check-standard.yaml", "https://app.codecov.io/gh/ropensci/FedData?branch=master"],
Expand Down
8 changes: 1 addition & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,7 @@ see NEWS.md for release details.

**Test environment:** Windows Server 2022 x64 (build 20348), R-devel, 64 bit

**0 errors ✔ \| 0 warnings ✔ \| 1 note ✖**

- CRAN repository db overrides:
- X-CRAN-Comment: Archived on 2024-08-19 as requires archived package
'arcgislayers'.
- Explanation: This is a resubmission and update;
'arcgislayers' is back on CRAN.
**0 errors ✔ \| 0 warnings ✔ \| 0 notes ✖**

------------------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions man/agol_filter.Rd

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

2 changes: 1 addition & 1 deletion man/get_daymet.Rd

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

2 changes: 1 addition & 1 deletion man/get_ghcn_daily.Rd

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

2 changes: 1 addition & 1 deletion man/get_itrdb.Rd

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

2 changes: 1 addition & 1 deletion man/get_nass_cdl.Rd

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

2 changes: 1 addition & 1 deletion man/get_ned.Rd

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

2 changes: 1 addition & 1 deletion man/get_nhd.Rd

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

2 changes: 1 addition & 1 deletion man/get_nlcd.Rd

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

2 changes: 1 addition & 1 deletion man/get_nlcd_annual.Rd

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

2 changes: 1 addition & 1 deletion man/get_padus.Rd

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

2 changes: 1 addition & 1 deletion man/get_ssurgo.Rd

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

2 changes: 1 addition & 1 deletion man/plot_nhd.Rd

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

0 comments on commit 25f4091

Please sign in to comment.