CRAN Package Check Results for Package EpiEstim

Last updated on 2024-06-07 12:57:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2-4 13.09 209.22 222.31 NOTE
r-devel-linux-x86_64-debian-gcc 2.2-4 11.26 151.29 162.55 NOTE
r-devel-linux-x86_64-fedora-clang 2.2-4 165.77 NOTE
r-devel-linux-x86_64-fedora-gcc 2.2-4 277.78 NOTE
r-devel-windows-x86_64 2.2-4 13.00 157.00 170.00 NOTE
r-patched-linux-x86_64 2.2-4 18.32 196.48 214.80 NOTE
r-release-linux-x86_64 2.2-4 14.81 200.50 215.31 NOTE
r-release-macos-arm64 2.2-4 83.00 NOTE
r-release-macos-x86_64 2.2-4 116.00 NOTE
r-release-windows-x86_64 2.2-4 14.00 91.00 105.00 FAIL
r-oldrel-macos-arm64 2.2-4 80.00 OK
r-oldrel-macos-x86_64 2.2-4 144.00 OK
r-oldrel-windows-x86_64 2.2-4 16.00 204.00 220.00 OK

Check Details

Version: 2.2-4
Check: Rd files
Result: NOTE checkRd: (-1) estimate_R.Rd:59-62: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) estimate_R.Rd:64-65: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) estimate_R.Rd:67-68: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) estimate_R.Rd:70-72: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) estimate_R.Rd:74: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) estimate_R.Rd:76-77: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) estimate_R.Rd:79-80: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) estimate_R.Rd:82: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) estimate_R.Rd:84-86: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) wallinga_teunis.Rd:48-51: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) wallinga_teunis.Rd:51-52: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) wallinga_teunis.Rd:53-54: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) wallinga_teunis.Rd:54-55: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) wallinga_teunis.Rd:55-56: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) wallinga_teunis.Rd:56-58: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) wallinga_teunis.Rd:58-59: Lost braces in \itemize; \value handles \item{}{} directly Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 2.2-4
Check: whether the package can be loaded with stated dependencies
Result: WARN Error: package or namespace load failed for 'EpiEstim' in inDL(x, as.logical(local), as.logical(now), ...): unable to load shared object 'D:/RCompile/CRANpkg/lib/4.4/vctrs/libs/x64/vctrs.dll': LoadLibrary failure: Die Auslagerungsdatei ist zu klein, um diesen Vorgang durchzuführen. Execution halted It looks like this package (or one of its dependent packages) has an unstated dependence on a standard package. All dependencies must be declared in DESCRIPTION. See section 'The DESCRIPTION file' in the 'Writing R Extensions' manual. Flavor: r-release-windows-x86_64

Version: 2.2-4
Check: whether the package can be unloaded cleanly
Result: WARN
Flavor: r-release-windows-x86_64

Version: 2.2-4
Check: whether the namespace can be loaded with stated dependencies
Result: WARN A namespace must be able to be loaded with just the base namespace loaded: otherwise if the namespace gets loaded by a saved object, the session will be unable to start. Probably some imports need to be declared in the NAMESPACE file. Flavor: r-release-windows-x86_64

Version: 2.2-4
Check: whether the namespace can be unloaded cleanly
Result: WARN Fatal error: couldn't allocate node stack Flavor: r-release-windows-x86_64

Version: 2.2-4
Check: loading without being on the library search path
Result: WARN Error: memory exhausted Execution halted It looks like this package has a loading problem when not on .libPaths: see the messages for details. Flavor: r-release-windows-x86_64

Version: 2.2-4
Check: dependencies in R code
Result: NOTE Fatal error: couldn't allocate node stack Flavor: r-release-windows-x86_64

Version: 2.2-4
Check: S3 generic/method consistency
Result: WARN Error: unable to load R code in package 'gtable' Call sequence: 6: stop(gettextf("unable to load R code in package %s", sQuote(package)), call. = FALSE, domain = NA) 5: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) 4: namespaceImport(ns, loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]), from = package) 3: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) 2: namespaceImport(ns, loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]), from = package) 1: loadNamespace(package, lib.loc) Execution halted See section 'Generic functions and methods' in the 'Writing R Extensions' manual. Flavor: r-release-windows-x86_64

Version: 2.2-4
Check: replacement functions
Result: WARN Error: object '#HAS_DUPLICATE_CLASS_NAMES' not found Call sequence: 17: get("#HAS_DUPLICATE_CLASS_NAMES", envir = .classTable) 16: .duplicateClassesExist() 15: .findInheritedMethods(classes, fdef, mtable) 14: (function (classes, fdef, mtable) { methods <- .findInheritedMethods(classes, fdef, mtable) if (length(methods) == 1L) return(methods[[1L]]) else if (length(methods) == 0L) { cnames <- paste0(fdef@signature[seq_along(classes)], " = \"", vapply(classes, as.character, ""), "\"", collapse = ", ") stop(gettextf("unable to find an inherited method for function %s for signature %s", sQuote(fdef@generic), sQuote(cnames)), call. = FALSE, domain = NA) } else stop("Internal error in finding inherited methods; didn't return a unique method", domain = NA) })(list(structure("derivedDefaultMethod", package = "methods")), Execution halted The argument of a replacement function which corresponds to the right hand side must be named 'value'. Flavor: r-release-windows-x86_64

Version: 2.2-4
Check: for code/documentation mismatches
Result: WARN Error : memory exhausted During startup - Warning message: package 'stats' in options("defaultPackages") was not found Flavor: r-release-windows-x86_64

Version: 2.2-4
Check: tests
Result: ERROR Running 'testthat.R' [0s] Running the tests in 'tests/testthat.R' failed. Complete output: R version 4.4.0 (2024-04-24 ucrt) -- "Puppy Cup" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. Flavor: r-release-windows-x86_64

Version: 2.2-4
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: Flavor: r-release-windows-x86_64

Version: 2.2-4
Check: PDF version of manual
Result: WARN LaTeX errors when creating PDF version. This typically indicates Rd problems. Flavor: r-release-windows-x86_64

Version: 2.2-4
Check: PDF version of manual without index
Result: ERROR Re-running with no redirection of stdout/stderr. Flavor: r-release-windows-x86_64

Version: 2.2-4
Check: HTML version of manual
Result: FAIL
Flavor: r-release-windows-x86_64