CRAN Package Check Results for Package cstime

Last updated on 2024-06-14 01:51:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2023.5.3 7.75 54.74 62.49 OK
r-devel-linux-x86_64-debian-gcc 2023.5.3 6.03 35.56 41.59 ERROR
r-devel-linux-x86_64-fedora-clang 2023.5.3 79.23 OK
r-devel-linux-x86_64-fedora-gcc 2023.5.3 87.33 OK
r-devel-windows-x86_64 2023.5.3 7.00 66.00 73.00 OK
r-patched-linux-x86_64 2023.5.3 6.77 52.53 59.30 OK
r-release-linux-x86_64 2023.5.3 6.01 52.20 58.21 OK
r-release-macos-arm64 2023.5.3 34.00 OK
r-release-macos-x86_64 2023.5.3 50.00 OK
r-release-windows-x86_64 2023.5.3 8.00 67.00 75.00 OK
r-oldrel-macos-arm64 2023.5.3 39.00 OK
r-oldrel-macos-x86_64 2023.5.3 96.00 OK
r-oldrel-windows-x86_64 2023.5.3 9.00 73.00 82.00 OK

Check Details

Version: 2023.5.3
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'ggplot2', 'testthat', 'readxl', 'lubridate' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2023.5.3
Check: examples
Result: ERROR Running examples in ‘cstime-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: date_to_calmonth_c > ### Title: Date -> calmonth (character) > ### Aliases: date_to_calmonth_c date_to_calmonth_c.default > ### date_to_calmonth_c.character date_to_calmonth_c.Date > > ### ** Examples > > date_to_calmonth_c("2021-08-11") [1] "08" > date_to_calmonth_c(lubridate::today()) Error in loadNamespace(x) : there is no package called ‘lubridate’ Calls: date_to_calmonth_c ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2023.5.3
Check: tests
Result: ERROR Running ‘testthat.R’ [0s/0s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) Error in library(testthat) : there is no package called 'testthat' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2023.5.3
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘cstime.Rmd’ using rmarkdown --- finished re-building ‘cstime.Rmd’ --- re-building ‘date_conversion.Rmd’ using rmarkdown Quitting from lines 40-50 [unnamed-chunk-2] (date_conversion.Rmd) Error: processing vignette 'date_conversion.Rmd' failed with diagnostics: there is no package called 'lubridate' --- failed re-building ‘date_conversion.Rmd’ --- re-building ‘season.Rmd’ using rmarkdown Quitting from lines 35-44 [unnamed-chunk-2] (season.Rmd) Error: processing vignette 'season.Rmd' failed with diagnostics: there is no package called 'ggplot2' --- failed re-building ‘season.Rmd’ SUMMARY: processing the following files failed: ‘date_conversion.Rmd’ ‘season.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc