Last updated on 2025-12-20 21:49:34 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.2 | 6.29 | 64.51 | 70.80 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.2 | 4.75 | 48.34 | 53.09 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.2 | 11.00 | 101.56 | 112.56 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 11.00 | 113.42 | 124.42 | ERROR | |
| r-devel-windows-x86_64 | 1.0.2 | 10.00 | 87.00 | 97.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0.2 | 5.95 | 70.21 | 76.16 | NOTE | |
| r-release-linux-x86_64 | 1.0.2 | 6.28 | 70.69 | 76.97 | NOTE | |
| r-release-macos-arm64 | 1.0.2 | NOTE | ||||
| r-release-macos-x86_64 | 1.0.2 | 4.00 | 63.00 | 67.00 | NOTE | |
| r-release-windows-x86_64 | 1.0.2 | 9.00 | 83.00 | 92.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.0.2 | NOTE | ||||
| r-oldrel-macos-x86_64 | 1.0.2 | 4.00 | 52.00 | 56.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.0.2 | 12.00 | 105.00 | 117.00 | NOTE |
Version: 1.0.2
Check: package subdirectories
Result: NOTE
Problems with news in ‘NEWS.md’:
Cannot extract version info from the following section titles:
Win CRAN check results - R Windows
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘ggTimeSeries-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ggplot_calendar_heatmap
> ### Title: Plots a calendar heatmap
> ### Aliases: ggplot_calendar_heatmap
>
> ### ** Examples
>
> {
+ library(data.table)
+ library(ggplot2)
+ set.seed(1)
+ dtData = data.table(
+ DateCol = seq(
+ as.Date("1/01/2014", "%d/%m/%Y"),
+ as.Date("31/12/2015", "%d/%m/%Y"),
+ "days"
+ ),
+ ValueCol = runif(730)
+ )
+ # you could also try categorical data with
+ # ValueCol = sample(c('a','b','c'), 730, replace = T)
+ p1 = ggplot_calendar_heatmap(
+ dtData,
+ 'DateCol',
+ 'ValueCol'
+ )
+ p1
+ # add new geoms
+ p1 +
+ geom_text(label = '!!!') +
+ scale_colour_continuous(low = 'red', high = 'green')
+ }
Attaching package: ‘data.table’
The following object is masked from ‘package:base’:
%notin%
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 ggTimeSeries package.
Please report the issue at
<https://github.com/thecomeonman/ggTimeSeries/issues>.
Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
ℹ Please use `linewidth` instead.
ℹ The deprecated feature was likely used in the ggTimeSeries package.
Please report the issue at
<https://github.com/thecomeonman/ggTimeSeries/issues>.
Error in `[.data.table`(dtDateValue, , `:=`(MonthChange, c(1, diff(MonthOfYear))), :
attempt access index 6/6 in VECTOR_ELT
Calls: ggplot_calendar_heatmap -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘ggTimeSeries.Rmd’ using rmarkdown
Quitting from ggTimeSeries.Rmd:87-134 [calendar_heatmap]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 6/6 in VECTOR_ELT
---
Backtrace:
▆
1. └─ggTimeSeries::ggplot_calendar_heatmap(dtData, "DateCol", "ValueCol")
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'ggTimeSeries.Rmd' failed with diagnostics:
attempt access index 6/6 in VECTOR_ELT
--- failed re-building ‘ggTimeSeries.Rmd’
SUMMARY: processing the following file failed:
‘ggTimeSeries.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘ggTimeSeries-Ex.R’ failed
The error most likely occurred in:
> ### Name: ggplot_calendar_heatmap
> ### Title: Plots a calendar heatmap
> ### Aliases: ggplot_calendar_heatmap
>
> ### ** Examples
>
> {
+ library(data.table)
+ library(ggplot2)
+ set.seed(1)
+ dtData = data.table(
+ DateCol = seq(
+ as.Date("1/01/2014", "%d/%m/%Y"),
+ as.Date("31/12/2015", "%d/%m/%Y"),
+ "days"
+ ),
+ ValueCol = runif(730)
+ )
+ # you could also try categorical data with
+ # ValueCol = sample(c('a','b','c'), 730, replace = T)
+ p1 = ggplot_calendar_heatmap(
+ dtData,
+ 'DateCol',
+ 'ValueCol'
+ )
+ p1
+ # add new geoms
+ p1 +
+ geom_text(label = '!!!') +
+ scale_colour_continuous(low = 'red', high = 'green')
+ }
Attaching package: ‘data.table’
The following object is masked from ‘package:base’:
%notin%
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 ggTimeSeries package.
Please report the issue at
<https://github.com/thecomeonman/ggTimeSeries/issues>.
Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
ℹ Please use `linewidth` instead.
ℹ The deprecated feature was likely used in the ggTimeSeries package.
Please report the issue at
<https://github.com/thecomeonman/ggTimeSeries/issues>.
Error in `[.data.table`(dtDateValue, , `:=`(MonthChange, c(1, diff(MonthOfYear))), :
attempt access index 6/6 in VECTOR_ELT
Calls: ggplot_calendar_heatmap -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘ggTimeSeries.Rmd’ using rmarkdown
Quitting from ggTimeSeries.Rmd:87-134 [calendar_heatmap]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 6/6 in VECTOR_ELT
---
Backtrace:
▆
1. └─ggTimeSeries::ggplot_calendar_heatmap(dtData, "DateCol", "ValueCol")
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'ggTimeSeries.Rmd' failed with diagnostics:
attempt access index 6/6 in VECTOR_ELT
--- failed re-building ‘ggTimeSeries.Rmd’
SUMMARY: processing the following file failed:
‘ggTimeSeries.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc