Skip to content

Commit b9e93ae

Browse files
committed
Change Examples in compute_sea_state_2d_spectrum() to be run only when NOT on CRAN
1 parent 269610f commit b9e93ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/specta_data_processing.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ convert_spectrum_2d1d <- function(spec, ...) {
151151
#' @return a tibble with the sea-state parameters computed from the time series of 2D spectrum
152152
#' @export
153153
#'
154-
#' @examples
154+
#' @examplesIf identical(tolower(Sys.getenv("NOT_CRAN")), "true")
155155
#' rscd_params <- get_parameters(
156156
#' node = "134865",
157157
#' start = "1994-01-01",

0 commit comments

Comments
 (0)