Last updated on 2024-09-20 05:49:16 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.1 | 162.11 | 194.38 | 356.49 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.7.1 | 115.09 | 128.61 | 243.70 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.7.1 | 571.34 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.1 | 644.42 | OK | |||
r-devel-windows-x86_64 | 0.7.1 | 142.00 | 265.00 | 407.00 | OK | |
r-patched-linux-x86_64 | 0.7.1 | 171.11 | 185.98 | 357.09 | OK | |
r-release-linux-x86_64 | 0.7.1 | 157.05 | 185.62 | 342.67 | OK | |
r-release-macos-arm64 | 0.7.1 | 161.00 | NOTE | |||
r-release-macos-x86_64 | 0.7.1 | 369.00 | NOTE | |||
r-release-windows-x86_64 | 0.7.1 | 148.00 | 266.00 | 414.00 | OK | |
r-oldrel-macos-arm64 | 0.7.1 | 157.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.7.1 | 249.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.7.1 | 177.00 | 326.00 | 503.00 | OK |
Version: 0.7.1
Check: installed package size
Result: NOTE
installed size is 18.3Mb
sub-directories of 1Mb or more:
libs 16.4Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.7.1
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘clock.Rmd’
...
> date_build(2019, 2, 1:5)
[1] "2019-02-01" "2019-02-02" "2019-02-03" "2019-02-04" "2019-02-05"
> date_build(2019, 1:12, 31)
When sourcing ‘clock.R’:
Error: Invalid date found at location 2.
ℹ Resolve invalid date issues by specifying the `invalid` argument.
Execution halted
when running code in ‘faq.Rmd’
...
<year_month_day<day>[1]>
[1] "2019-02-05"
> add_days(x, 1)
When sourcing ‘faq.R’:
Error: Can't perform this operation on a <clock_year_month_day>.
ℹ Do you need to convert to a time point first?
ℹ Use `as_naive_time()` or `as_sys_time()` to convert to a time point.
Execution halted
when running code in ‘recipes.Rmd’
...
[6] "2019-11-01" "2020-01-01" "2020-03-01" "2020-05-01" "2020-07-01"
> date_seq(date_build(2019, 1, 1), to = date_build(2019,
+ 10, 2), by = duration_months(2))
When sourcing ‘recipes.R’:
Error: All components of `from` and `to` more precise than "month" must match.
ℹ `from` is "2019-01-01".
ℹ `to` is "2019-10-02".
Execution halted
‘clock.Rmd’ using ‘UTF-8’... failed
‘faq.Rmd’ using ‘UTF-8’... failed
‘recipes.Rmd’ using ‘UTF-8’... failed
Flavor: r-oldrel-macos-x86_64