Last updated on 2025-01-24 03:50:05 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.88 | 30.94 | 34.82 | 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 | 6.00 | 66.00 | 72.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.85 | 37.57 | 42.42 | OK | |
r-release-macos-arm64 | 1.0.5 | 34.00 | OK | |||
r-release-macos-x86_64 | 1.0.5 | 56.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 | 8.00 | 74.00 | 82.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