CRAN Package Check Results for Package enerscape

Last updated on 2026-03-17 17:50:56 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 47.80 211.01 258.81 WARN
r-devel-linux-x86_64-debian-gcc 1.2.0 31.97 134.44 166.41 OK
r-devel-linux-x86_64-fedora-clang 1.2.0 81.00 332.30 413.30 OK
r-devel-linux-x86_64-fedora-gcc 1.2.0 87.00 335.99 422.99 OK
r-devel-macos-arm64 1.2.0 10.00 45.00 55.00 OK
r-devel-windows-x86_64 1.2.0 48.00 179.00 227.00 OK
r-patched-linux-x86_64 1.2.0 42.06 203.18 245.24 OK
r-release-linux-x86_64 1.2.0 40.48 200.58 241.06 OK
r-release-macos-arm64 1.2.0 OK
r-release-macos-x86_64 1.2.0 30.00 187.00 217.00 OK
r-release-windows-x86_64 1.2.0 48.00 189.00 237.00 OK
r-oldrel-macos-arm64 1.2.0 OK
r-oldrel-macos-x86_64 1.2.0 29.00 198.00 227.00 OK
r-oldrel-windows-x86_64 1.2.0 42.00 264.00 306.00 OK

Additional issues

musl

Check Details

Version: 1.2.0
Check: for missing documentation entries
Result: WARN Error: package or namespace load failed for ‘enerscape’ in .doLoadActions(where, attach): error in load action .__A__.1 for package terra: loadModule(module = "spat", what = TRUE, env = ns, loadNow = TRUE): Unable to load module "spat": invalid 'envir' argument Call sequence: 6: stop(msg, call. = FALSE, domain = NA) 5: value[[3L]](cond) 4: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 3: tryCatchList(expr, classes, parentenv, handlers) 2: tryCatch({ ns <- loadNamespace(package, lib.loc) env <- attachNamespace(ns, pos = pos, deps, exclude, include.only) }, error = function(e) { P <- if (!is.null(cc <- conditionCall(e))) paste(" in", deparse(cc)[1L]) else "" msg <- gettextf("package or namespace load failed for %s%s:\n %s", sQuote(package), P, conditionMessage(e)) if (logical.return && !quietly) message(paste("Error:", msg), domain = NA) else stop(msg, call. = FALSE, domain = NA) }) 1: l Execution halted All user-level objects in a package should have documentation entries. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-clang