Skip to content

Commit 3ee04ce

Browse files
committed
Speed up examples for CRAN
1 parent ea94d36 commit 3ee04ce

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

R/cross-val.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ ll_sdmTMB <- function(object, withheld_y, withheld_mu) {
164164
#'
165165
#' m_cv <- sdmTMB_cv(
166166
#' density ~ 0 + depth_scaled + depth_scaled2,
167-
#' data = pcod, mesh = mesh,
167+
#' data = pcod, mesh = mesh, spatial = "off",
168168
#' family = tweedie(link = "log"), k_folds = 2
169169
#' )
170170
#'

R/plot.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
#' mesh = mesh,
3434
#' family = tweedie(),
3535
#' share_range = FALSE,
36-
#' time = "year",
3736
#' anisotropy = TRUE #<
3837
#' )
3938
#' plot_anisotropy(fit)

man/plot_anisotropy.Rd

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/sdmTMB_cv.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)