CRAN Package Check Results for Package DendroSync

Last updated on 2024-06-11 16:49:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.4 5.78 117.07 122.85 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.4 4.94 85.47 90.41 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.4 154.20 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.4 144.76 NOTE
r-devel-windows-x86_64 0.1.4 7.00 52.00 59.00 ERROR
r-patched-linux-x86_64 0.1.4 7.28 108.27 115.55 NOTE
r-release-linux-x86_64 0.1.4 6.67 108.21 114.88 NOTE
r-release-macos-arm64 0.1.4 56.00 NOTE
r-release-macos-x86_64 0.1.4 82.00 NOTE
r-release-windows-x86_64 0.1.4 9.00 86.00 95.00 ERROR
r-oldrel-macos-arm64 0.1.4 63.00 OK
r-oldrel-macos-x86_64 0.1.4 96.00 OK
r-oldrel-windows-x86_64 0.1.4 9.00 127.00 136.00 OK

Check Details

Version: 0.1.4
Check: Rd files
Result: NOTE checkRd: (-1) conifersIP.Rd:9: Lost braces; missing escapes or markup? 9 | \code{conifersIP} {has following variables:} | ^ checkRd: (-1) conifersIP.Rd:11: Lost braces in \itemize; meant \describe ? checkRd: (-1) conifersIP.Rd:12: Lost braces in \itemize; meant \describe ? checkRd: (-1) conifersIP.Rd:13: Lost braces in \itemize; meant \describe ? checkRd: (-1) conifersIP.Rd:14: Lost braces in \itemize; meant \describe ? checkRd: (-1) conifersIP.Rd:15: Lost braces in \itemize; meant \describe ? checkRd: (-1) sync.Rd:22: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) sync.Rd:23: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) sync.Rd:24: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) sync.Rd:25: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) sync.Rd:26: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) sync.Rd:27: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) sync.Rd:28: 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: 0.1.4
Check: whether the package can be loaded with stated dependencies
Result: WARN Loading required package: nlme Loading required package: ggplot2 Error: package or namespace load failed for 'ggplot2' in inDL(x, as.logical(local), as.logical(now), ...): unable to load shared object 'D:/RCompile/CRANpkg/lib/4.5/vctrs/libs/x64/vctrs.dll': LoadLibrary failure: Die Auslagerungsdatei ist zu klein, um diesen Vorgang durchzuführen. Error: package 'ggplot2' could not be loaded 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-devel-windows-x86_64

Version: 0.1.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-devel-windows-x86_64

Version: 0.1.4
Check: replacement functions
Result: WARN Fatal error: couldn't allocate memory for pointer stack The argument of a replacement function which corresponds to the right hand side must be named 'value'. Flavor: r-devel-windows-x86_64

Version: 0.1.4
Check: R code for possible problems
Result: NOTE Fatal error: couldn't allocate node stack Flavor: r-devel-windows-x86_64

Version: 0.1.4
Check: examples
Result: ERROR Running examples in 'DendroSync-Ex.R' failed The error most likely occurred in: > ### Name: bet.aSE > ### Title: Between-group synchrony for a homoscedastic unstructured model > ### Aliases: bet.aSE > > ### ** Examples > > ## Calculate between-group synchrony and SE > # for an unstructured homocedastic model of conifersIP data: > data(conifersIP) > > #Fit the homoscedastic set of varcov models (mBE, mNE, mCS, mUN) > # using taxonomic grouping criteria (ie. Species) > ModHm <- dendro.varcov(TRW ~ Code, varTime = "Year", varGroup = "Species", + data = conifersIP, homoscedastic = TRUE) [1] "Please wait. I am fitting the models now :)" Error in FUN(newX[, i], ...) : 'R_Calloc' could not allocate memory (45291 of 8 bytes) Calls: dendro.varcov ... lmeApVar -> fdHess -> solve -> solve.default -> apply -> FUN Execution halted Flavor: r-devel-windows-x86_64

Version: 0.1.4
Check: PDF version of manual
Result: WARN LaTeX errors when creating PDF version. This typically indicates Rd problems. Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 0.1.4
Check: PDF version of manual without index
Result: ERROR Re-running with no redirection of stdout/stderr. Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 0.1.4
Check: examples
Result: ERROR Running examples in 'DendroSync-Ex.R' failed The error most likely occurred in: > ### Name: mod.table > ### Title: Function to calculate goodness-of-fit statistics for > ### variance-covariance models > ### Aliases: mod.table > > ### ** Examples > > ## Compare homoscedastic variance-covariance models on Iberian Peninsula > # conifer ring chronologies using taxonomic grouping criteria (i.e. Species). > data(conifersIP) > ModHmSp <- dendro.varcov(TRW ~ Code, varTime = "Year", varGroup = "Species", + data = conifersIP, homoscedastic = TRUE) [1] "Please wait. I am fitting the models now :)" Error in logLik.lmeStructInt(lmeSt, lmePars) : 'R_Calloc' could not allocate memory (6154 of 8 bytes) Calls: dendro.varcov ... nlminb -> objective -> logLik -> logLik.lmeStructInt Execution halted Flavor: r-release-windows-x86_64