CRAN Package Check Results for Maintainer ‘Aditya Kothari <mail.thecomeonman at gmail.com>’

Last updated on 2025-12-21 11:50:37 CET.

Package ERROR NOTE
ggTimeSeries 4 9

Package ggTimeSeries

Current CRAN status: ERROR: 4, NOTE: 9

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