Last updated on 2025-01-22 14:52:51 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.5 | 4.98 | 38.67 | 43.65 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.5 | 3.67 | 32.00 | 35.67 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.5 | 70.32 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 66.40 | OK | |||
r-devel-windows-x86_64 | 1.0.5 | 7.00 | 66.00 | 73.00 | OK | |
r-patched-linux-x86_64 | 1.0.5 | 4.96 | 37.00 | 41.96 | OK | |
r-release-linux-x86_64 | 1.0.5 | 4.11 | 37.07 | 41.18 | OK | |
r-release-macos-arm64 | 1.0.5 | 34.00 | OK | |||
r-release-macos-x86_64 | 1.0.5 | 82.00 | ERROR | |||
r-release-windows-x86_64 | 1.0.5 | 8.00 | 65.00 | 73.00 | OK | |
r-oldrel-macos-arm64 | 1.0.4 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.4 | 47.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.5 | 9.00 | 70.00 | 79.00 | OK |
Version: 1.0.5
Check: examples
Result: ERROR
Running examples in ‘sketchy-Ex.R’ failed
The error most likely occurred in:
> ### Name: add_to_gitignore
> ### Title: Add entries to gitignore
> ### Aliases: add_to_gitignore
>
> ### ** Examples
>
> {
+ data(compendiums)
+
+ make_compendium(name = "my_compendium", path = tempdir(),
+ format = "basic", force = TRUE)
+
+ # save a file
+ write.csv(iris, file.path(tempdir(), "my_compendium", "iris.csv"))
+
+ # add the file to gitignore
+ add_to_gitignore(add.to.gitignore = TRUE,
+ path = file.path(tempdir(), "my_compendium"), extension = "csv")
+ }
Creating directories ...
Error: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
Execution halted
Flavor: r-release-macos-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.