Last updated on 2025-12-07 07:50:07 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 106.95 | 82.78 | 189.73 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 72.39 | 51.48 | 123.87 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.0 | 496.00 | -147.25 | 348.75 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 480.00 | -138.88 | 341.12 | OK | |
| r-devel-windows-x86_64 | 0.3.0 | 16.00 | 134.00 | 150.00 | OK | |
| r-patched-linux-x86_64 | 0.3.0 | 109.90 | 70.58 | 180.48 | OK | |
| r-release-linux-x86_64 | 0.3.0 | 99.73 | 71.00 | 170.73 | OK | |
| r-release-macos-arm64 | 0.3.0 | 2.00 | 26.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 0.3.0 | 16.00 | 139.00 | 155.00 | OK | |
| r-release-windows-x86_64 | 0.3.0 | 15.00 | 133.00 | 148.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.0 | 2.00 | 30.00 | 32.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.0 | 17.00 | 114.00 | 131.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.0 | 23.00 | 148.00 | 171.00 | ERROR |
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