CRAN Package Check Results for Package qlifetable

Last updated on 2024-06-13 07:50:41 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.2-4 8.37 51.80 60.17 OK
r-devel-linux-x86_64-debian-gcc 0.0.2-4 6.42 35.53 41.95 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.2-4 72.14 OK
r-devel-linux-x86_64-fedora-gcc 0.0.2-4 73.36 OK
r-devel-windows-x86_64 0.0.2-4 7.00 59.00 66.00 OK
r-patched-linux-x86_64 0.0.2-4 8.48 48.10 56.58 OK
r-release-linux-x86_64 0.0.2-4 8.27 48.35 56.62 OK
r-release-macos-arm64 0.0.2-4 27.00 OK
r-release-macos-x86_64 0.0.2-4 43.00 OK
r-release-windows-x86_64 0.0.2-4 7.00 59.00 66.00 OK
r-oldrel-macos-arm64 0.0.2-4 27.00 OK
r-oldrel-macos-x86_64 0.0.2-4 64.00 OK
r-oldrel-windows-x86_64 0.0.2-4 9.00 66.00 75.00 OK

Check Details

Version: 0.0.2-4
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘ggplot2’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.2-4
Check: examples
Result: ERROR Running examples in ‘qlifetable-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plot.qlifetable > ### Title: Graphical representation in a 4x4 raster of a qlifetable data > ### frame. > ### Aliases: plot.qlifetable > > ### ** Examples > > dates.b <- c("1920-05-13", "1999-04-12", "2019-01-01") > dates.e <- c("2002-03-23", "2009-04-12", "2019-01-01") > x <- quarterly_variables(dates.b, dates.e) > out <- time_exposed_outs(x) > p <- plot(out, show.plot = FALSE) Error in loadNamespace(x) : there is no package called ‘ggplot2’ Calls: plot ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc