Last updated on 2024-11-13 03:50:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 4.28 | 39.30 | 43.58 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 4.02 | 31.06 | 35.08 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 69.03 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 70.23 | OK | |||
r-devel-windows-x86_64 | 1.0.4 | 6.00 | 67.00 | 73.00 | OK | |
r-patched-linux-x86_64 | 1.0.4 | 4.88 | 37.65 | 42.53 | OK | |
r-release-linux-x86_64 | 1.0.4 | 4.15 | 38.12 | 42.27 | OK | |
r-release-macos-arm64 | 1.0.4 | 27.00 | OK | |||
r-release-macos-x86_64 | 1.0.4 | 59.00 | OK | |||
r-release-windows-x86_64 | 1.0.4 | 6.00 | 65.00 | 71.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.4 | 9.00 | 69.00 | 78.00 | ERROR |
Version: 1.0.4
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 ...
my_compendium
│
├── data/
│ ├── processed/ # modified/rearranged data
│ └── raw/ # original data
├── manuscript/ # manuscript/poster figures
├── output/ # all non-data products of data analysis
└── scripts/ # code
Done.
Warning in gsub(path, "", files_found) :
TRE pattern compilation error 'Invalid back reference'
Error in gsub(path, "", files_found) :
invalid regular expression 'D:\temp\2024_11_11_17_15_36_10152\RtmpgTjacU/my_compendium', reason 'Invalid back reference'
Calls: add_to_gitignore -> gsub
Execution halted
Flavor: r-oldrel-windows-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.