Last updated on 2026-02-04 13:50:52 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| timelineS | 3 | 1 | 9 |
Current CRAN status: ERROR: 3, NOTE: 1, OK: 9
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: examples
Result: ERROR
Running examples in ‘timelineS-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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
Flavor: 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