CRAN Package Check Results for Package heddlr

Last updated on 2024-06-14 01:51:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.0 2.46 36.78 39.24 NOTE
r-devel-linux-x86_64-debian-gcc 0.6.0 2.05 24.83 26.88 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.0 50.23 NOTE
r-devel-linux-x86_64-fedora-gcc 0.6.0 61.83 NOTE
r-devel-windows-x86_64 0.6.0 3.00 52.00 55.00 NOTE
r-patched-linux-x86_64 0.6.0 2.88 35.71 38.59 NOTE
r-release-linux-x86_64 0.6.0 2.09 35.06 37.15 NOTE
r-release-macos-arm64 0.6.0 25.00 NOTE
r-release-macos-x86_64 0.6.0 42.00 NOTE
r-release-windows-x86_64 0.6.0 3.00 51.00 54.00 NOTE
r-oldrel-macos-arm64 0.6.0 23.00 NOTE
r-oldrel-macos-x86_64 0.6.0 37.00 NOTE
r-oldrel-windows-x86_64 0.6.0 4.00 55.00 59.00 NOTE

Check Details

Version: 0.6.0
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory 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: 0.6.0
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'roxygen2', 'testthat', 'dplyr', 'tidyr', 'nycflights13', 'ggplot2', 'purrr' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.6.0
Check: examples
Result: ERROR Running examples in ‘heddlr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: make_template > ### Title: Linearly combine template elements into templates > ### Aliases: make_template > > ### ** Examples > > > # When passed vectors, make_template flattens each vector into a single > # string and then combines its arguments from left to right > spList <- data.frame(Species = c(unique(iris$Species), "test string")) > make_template( + heddle(spList, "SPECIES CODE GWAR ", "GWAR" = Species), + heddle(spList, "SPECIES CODE GWAR ", "GWAR" = Species) + ) [1] "SPECIES CODE 1 SPECIES CODE 2 SPECIES CODE 3 SPECIES CODE test string SPECIES CODE 1 SPECIES CODE 2 SPECIES CODE 3 SPECIES CODE test string " > > # When passed variables in a dataframe, make_template collapses each column > # in turn, then combines the output strings from left to right > spList <- data.frame(Species = c(unique(iris$Species), "test string")) > spList$template <- heddle(spList, "SPECIES CODE GWAR ", "GWAR" = Species) > make_template(spList, template) [1] "SPECIES CODE 1 SPECIES CODE 2 SPECIES CODE 3 SPECIES CODE test string " > make_template(spList, template, template) [1] "SPECIES CODE 1 SPECIES CODE 2 SPECIES CODE 3 SPECIES CODE test string SPECIES CODE 1 SPECIES CODE 2 SPECIES CODE 3 SPECIES CODE test string " > > # When passed nested columns, heddlr collapses each cell into a string, > # then collapses each column into a string, and then combines the outputs > # from left to right > make_template(tidyr::nest(spList, nested = template), nested) Error in loadNamespace(x) : there is no package called ‘tidyr’ Calls: make_template ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.6.0
Check: tests
Result: ERROR Running ‘testthat.R’ [0s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) Error in library(testthat) : there is no package called 'testthat' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.6.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘modular-reporting-with-heddlr.Rmd’ using rmarkdown Quitting from lines 188-191 [unnamed-chunk-9] (modular-reporting-with-heddlr.Rmd) Error: processing vignette 'modular-reporting-with-heddlr.Rmd' failed with diagnostics: there is no package called 'dplyr' --- failed re-building ‘modular-reporting-with-heddlr.Rmd’ SUMMARY: processing the following file failed: ‘modular-reporting-with-heddlr.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.6.0
Check: Rd cross-references
Result: NOTE Undeclared package ‘tibble’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang