CRAN Package Check Results for Package CoSMoS

Last updated on 2025-12-20 09:49:42 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.1 15.22 425.79 441.01 OK
r-devel-linux-x86_64-debian-gcc 2.1.1 11.59 275.43 287.02 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.1 26.00 592.25 618.25 ERROR
r-devel-linux-x86_64-fedora-gcc 2.1.1 25.00 593.18 618.18 ERROR
r-devel-windows-x86_64 2.1.1 16.00 438.00 454.00 OK
r-patched-linux-x86_64 2.1.1 17.58 441.46 459.04 OK
r-release-linux-x86_64 2.1.1 16.42 441.69 458.11 OK
r-release-macos-arm64 2.1.1 OK
r-release-macos-x86_64 2.1.1 11.00 381.00 392.00 OK
r-release-windows-x86_64 2.1.1 16.00 400.00 416.00 OK
r-oldrel-macos-arm64 2.1.1 OK
r-oldrel-macos-x86_64 2.1.1 11.00 386.00 397.00 OK
r-oldrel-windows-x86_64 2.1.1 22.00 524.00 546.00 OK

Check Details

Version: 2.1.1
Check: examples
Result: ERROR Running examples in ‘CoSMoS-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: seasonalAR > ### Title: Seasonal AR model > ### Aliases: seasonalAR > ### Keywords: internal > > ### ** Examples > > library(data.table) Attaching package: ‘data.table’ The following object is masked from ‘package:base’: %notin% > data('precip') > > ## Don't show: > precip <- precip[between(date, as.POSIXct('1990-1-01', format('%Y-%m-%d'), tz = 'America/Regina'), + as.POSIXct('1990-1-10', format('%Y-%m-%d'), tz = 'America/Regina'))] 'between' arguments are all POSIXct but have mismatched tzone attributes: ['', 'America/Regina', 'America/Regina']. The UTC times will be compared. > ## End(Don't show) > x <- seasonalACF(precip, 'month') > > seasonalAR(precip$date, x) Error in `[.data.table`(time, , `:=`(n, .N), by = .(y, s)) : attempt access index 3/3 in VECTOR_ELT Calls: seasonalAR -> [ -> [.data.table Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.1.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘vignette.Rmd’ using rmarkdown Quitting from vignette.Rmd:426-436 [unnamed-chunk-19] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `[.data.table`: ! attempt access index 3/3 in VECTOR_ELT --- Backtrace: ▆ 1. └─CoSMoS::simulateTS(...) 2. └─CoSMoS::seasonalAR(x = seq(from = from, to = to, by = by), ACS = ACS) 3. ├─time[, `:=`(n, .N), by = .(y, s)] 4. └─data.table:::`[.data.table`(time, , `:=`(n, .N), by = .(y, s)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'vignette.Rmd' failed with diagnostics: attempt access index 3/3 in VECTOR_ELT --- failed re-building ‘vignette.Rmd’ SUMMARY: processing the following file failed: ‘vignette.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.1.1
Check: examples
Result: ERROR Running examples in ‘CoSMoS-Ex.R’ failed The error most likely occurred in: > ### Name: seasonalAR > ### Title: Seasonal AR model > ### Aliases: seasonalAR > ### Keywords: internal > > ### ** Examples > > library(data.table) Attaching package: ‘data.table’ The following object is masked from ‘package:base’: %notin% > data('precip') > > ## Don't show: > precip <- precip[between(date, as.POSIXct('1990-1-01', format('%Y-%m-%d'), tz = 'America/Regina'), + as.POSIXct('1990-1-10', format('%Y-%m-%d'), tz = 'America/Regina'))] 'between' arguments are all POSIXct but have mismatched tzone attributes: ['', 'America/Regina', 'America/Regina']. The UTC times will be compared. > ## End(Don't show) > x <- seasonalACF(precip, 'month') > > seasonalAR(precip$date, x) Error in `[.data.table`(time, , `:=`(n, .N), by = .(y, s)) : attempt access index 3/3 in VECTOR_ELT Calls: seasonalAR -> [ -> [.data.table Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 2.1.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘vignette.Rmd’ using rmarkdown Quitting from vignette.Rmd:426-436 [unnamed-chunk-19] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `[.data.table`: ! attempt access index 3/3 in VECTOR_ELT --- Backtrace: ▆ 1. └─CoSMoS::simulateTS(...) 2. └─CoSMoS::seasonalAR(x = seq(from = from, to = to, by = by), ACS = ACS) 3. ├─time[, `:=`(n, .N), by = .(y, s)] 4. └─data.table:::`[.data.table`(time, , `:=`(n, .N), by = .(y, s)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'vignette.Rmd' failed with diagnostics: attempt access index 3/3 in VECTOR_ELT --- failed re-building ‘vignette.Rmd’ SUMMARY: processing the following file failed: ‘vignette.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc