CRAN Package Check Results for Package GGMnonreg

Last updated on 2024-06-06 05:57:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 12.08 109.68 121.76 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.0 10.70 81.55 92.25 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.0 152.98 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.0 154.74 NOTE
r-devel-windows-x86_64 1.0.0 13.00 103.00 116.00 NOTE
r-patched-linux-x86_64 1.0.0 10.39 107.94 118.33 NOTE
r-release-linux-x86_64 1.0.0 10.21 106.94 117.15 NOTE
r-release-macos-arm64 1.0.0 46.00 NOTE
r-release-macos-x86_64 1.0.0 75.00 NOTE
r-release-windows-x86_64 1.0.0 15.00 101.00 116.00 WARN
r-oldrel-macos-arm64 1.0.0 50.00 NOTE
r-oldrel-macos-x86_64 1.0.0 86.00 NOTE
r-oldrel-windows-x86_64 1.0.0 16.00 122.00 138.00 NOTE

Check Details

Version: 1.0.0
Check: Rd files
Result: NOTE checkRd: (-1) constrained.Rd:37: Escaped LaTeX specials: \& 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, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 1.0.0
Check: dependencies in R code
Result: NOTE Namespaces in Imports field not imported from: ‘Matrix’ ‘Rdpack’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.0
Check: R code for possible problems
Result: NOTE Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object 'D:/RCompile/CRANpkg/lib/4.4/Rcpp/libs/x64/Rcpp.dll': LoadLibrary failure: Die Auslagerungsdatei ist zu klein, um diesen Vorgang durchzuführen. Calls: <Anonymous> Execution halted Flavor: r-release-windows-x86_64

Version: 1.0.0
Check: for missing documentation entries
Result: WARN During startup - Warning messages: 1: package 'utils' in options("defaultPackages") was not found 2: In .getClassesFromCache(Class) : restarting interrupted promise evaluation Error: package or namespace load failed for 'GGMnonreg' in get("#HAS_DUPLICATE_CLASS_NAMES", envir = .classTable): object '#HAS_DUPLICATE_CLASS_NAMES' not found 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 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-release-windows-x86_64