CRAN Package Check Results for Maintainer ‘Kevin Shook <kevin.shook at usask.ca>’

Last updated on 2025-12-21 02:49:16 CET.

Package ERROR OK
CoSMoS 4 9
CSHShydRology 13

Package CoSMoS

Current CRAN status: ERROR: 4, OK: 9

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 Flavors: r-devel-linux-x86_64-debian-clang, 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 Flavors: r-devel-linux-x86_64-debian-clang, 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

Package CSHShydRology

Current CRAN status: OK: 13