CRAN Package Check Results for Package DSSAT

Last updated on 2024-06-10 14:56:17 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.9 13.66 94.51 108.17 OK
r-devel-linux-x86_64-debian-gcc 0.0.9 9.79 68.47 78.26 OK
r-devel-linux-x86_64-fedora-clang 0.0.9 131.99 OK
r-devel-linux-x86_64-fedora-gcc 0.0.9 128.45 OK
r-devel-windows-x86_64 0.0.9 13.00 99.00 112.00 WARN
r-patched-linux-x86_64 0.0.9 14.90 86.57 101.47 OK
r-release-linux-x86_64 0.0.9 9.77 87.82 97.59 OK
r-release-macos-arm64 0.0.9 38.00 OK
r-release-macos-x86_64 0.0.9 62.00 OK
r-release-windows-x86_64 0.0.9 12.00 94.00 106.00 OK
r-oldrel-macos-arm64 0.0.9 44.00 OK
r-oldrel-macos-x86_64 0.0.9 71.00 OK
r-oldrel-windows-x86_64 0.0.9 15.00 107.00 122.00 OK

Check Details

Version: 0.0.9
Check: for missing documentation entries
Result: WARN Error: package or namespace load failed for 'DSSAT' in grepl(valid_numeric_version_regexp, x): invalid regular expression '^([[:digit:]]+[.-])*[[:digit:]]+$', reason 'Out of memory' 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({ attr(package, "LibPath") <- which.lib.loc 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: library(package, lib.loc = lib.loc, 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-windows-x86_64

Version: 0.0.9
Check: for code/documentation mismatches
Result: WARN Error: package or namespace load failed for 'DSSAT': cannot allocate vector of size 2.3 Mb 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({ attr(package, "LibPath") <- which.lib.loc 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: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) Execution halted Flavor: r-devel-windows-x86_64