Last updated on 2025-01-30 04:49:11 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.5 | 4.25 | 39.71 | 43.96 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.5 | 4.24 | 31.72 | 35.96 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.5 | 68.78 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 66.40 | OK | |||
r-devel-windows-x86_64 | 1.0.5 | 7.00 | 67.00 | 74.00 | OK | |
r-patched-linux-x86_64 | 1.0.5 | 5.00 | 37.42 | 42.42 | OK | |
r-release-linux-x86_64 | 1.0.5 | 4.56 | 37.61 | 42.17 | OK | |
r-release-macos-arm64 | 1.0.5 | 34.00 | OK | |||
r-release-macos-x86_64 | 1.0.5 | 59.00 | ERROR | |||
r-release-windows-x86_64 | 1.0.5 | 8.00 | 66.00 | 74.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