Skip to content

Commit

Permalink
fetchSOLUS: dont run example
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Nov 4, 2024
1 parent 602d03a commit 8a96c56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/fetchSOLUS.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
#'
#' @examplesIf curl::has_internet() && requireNamespace("sf") && requireNamespace("terra")
#'
#' \dontrun{
#' b <- c(-119.747629, -119.67935, 36.912019, 36.944987)
#'
#' bbox.sp <- sf::st_as_sf(wk::rct(
Expand Down Expand Up @@ -104,6 +105,7 @@
#'
#' # plot, truncating each profile to the predicted restriction depth
#' aqp::plotSPC(trunc(res, 0, res$resdept_p), color = "claytotal_p", divide.hz = FALSE)
#' }
fetchSOLUS <- function(x = NULL,
depth_slices = c(0, 5, 15, 30, 60, 100, 150),
variables = c("anylithicdpt", "caco3", "cec7", "claytotal",
Expand Down
2 changes: 2 additions & 0 deletions man/fetchSOLUS.Rd

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

0 comments on commit 8a96c56

Please sign in to comment.