CRAN Package Check Results for Maintainer ‘Luka Koning <l.koning at kennispunttwente.nl>’

Last updated on 2025-12-07 07:50:35 CET.

Package ERROR OK
fabricQueryR 13
tidyprompt 2 11

Package fabricQueryR

Current CRAN status: OK: 13

Package tidyprompt

Current CRAN status: ERROR: 2, OK: 11

Version: 0.3.0
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown', 'skimr' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.0
Check: examples
Result: ERROR Running examples in ‘tidyprompt-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: skim_with_labels_and_levels > ### Title: Skim a dataframe and include labels and levels > ### Aliases: skim_with_labels_and_levels > > ### ** Examples > > # First add some labels to 'mtcars': > mtcars$car <- rownames(mtcars) > mtcars$car <- factor(mtcars$car, levels = rownames(mtcars)) > attr(mtcars$car, "label") <- "Name of the car" > > # Then skim the data: > mtcars |> + skim_with_labels_and_levels() Error in skim_with_labels_and_levels(mtcars) : The 'skimr' package is required to use skim_with_labels_and_levels() Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.0
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'creating_prompt_wraps.Rmd' using rmarkdown --- finished re-building 'creating_prompt_wraps.Rmd' --- re-building 'getting_started.Rmd' using rmarkdown File ../man/figures/answer_using_r1-1.png not found in resource path Error: processing vignette 'getting_started.Rmd' failed with diagnostics: pandoc document conversion failed with error 99 --- failed re-building 'getting_started.Rmd' --- re-building 'sentiment_analysis.Rmd' using rmarkdown File ../man/figures/plot_sentiment_analysis-1.png not found in resource path Error: processing vignette 'sentiment_analysis.Rmd' failed with diagnostics: pandoc document conversion failed with error 99 --- failed re-building 'sentiment_analysis.Rmd' --- re-building 'streaming_shiny_ipc.Rmd' using rmarkdown --- finished re-building 'streaming_shiny_ipc.Rmd' SUMMARY: processing the following files failed: 'getting_started.Rmd' 'sentiment_analysis.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-oldrel-windows-x86_64