CRAN Package Check Results for Package timelineS

Last updated on 2026-02-03 14:51:40 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 5.74 63.82 69.56 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.1 4.27 46.02 50.29 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.1 11.00 92.13 103.13 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 10.00 86.31 96.31 ERROR
r-devel-windows-x86_64 0.1.1 7.00 75.00 82.00 OK
r-patched-linux-x86_64 0.1.1 6.00 58.61 64.61 OK
r-release-linux-x86_64 0.1.1 5.56 58.07 63.63 OK
r-release-macos-arm64 0.1.1 OK
r-release-macos-x86_64 0.1.1 3.00 42.00 45.00 OK
r-release-windows-x86_64 0.1.1 8.00 74.00 82.00 OK
r-oldrel-macos-arm64 0.1.1 OK
r-oldrel-macos-x86_64 0.1.1 4.00 34.00 38.00 OK
r-oldrel-windows-x86_64 0.1.1 11.00 92.00 103.00 OK

Check Details

Version: 0.1.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Dahee Lee <dhlee99@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Dahee", family = "Lee", role = c("aut", "cre"), email = "dhlee99@gmail.com"), person(given = "Dustin", family = "Tingley", role = "aut")) as necessary. Found the following \keyword or \concept entries which likely give several index terms: File ‘life_exp.Rd’: \keyword{durPlot,} \keyword{durSummary,} Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘base’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘timelineS-Ex.R’ failed The error most likely occurred in: > ### Name: durPlot > ### Title: Graphs and Summary for Date Durations > ### Aliases: durPlot > > ### ** Examples > > durPlot(life_exp, start = "Birth", end = "Death", group = "Country", + timeunit = "years", facet = TRUE, binwidth = 3, alpha = 0.7, title = TRUE) Warning: `aes_string()` was deprecated in ggplot2 3.0.0. ℹ Please use tidy evaluation idioms with `aes()`. ℹ See also `vignette("ggplot2-in-packages")` for more information. ℹ The deprecated feature was likely used in the timelineS package. Please report the issue at <https://github.com/daheelee/timelineS/issues>. Error: ! `group_by_()` was deprecated in dplyr 0.7.0 and is now defunct. ℹ Please use `group_by()` instead. ℹ See vignette('programming') for more help Backtrace: ▆ 1. ├─timelineS::durPlot(...) 2. │ └─df %>% group_by_(as.name(group)) 3. └─dplyr::group_by_(., as.name(group)) 4. └─dplyr:::lazy_defunct("group_by") 5. └─lifecycle::deprecate_stop(...) 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc