Last updated on 2024-12-09 22:50:25 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 4.83 | 38.73 | 43.56 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 3.82 | 31.07 | 34.89 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 68.94 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 66.33 | OK | |||
r-devel-windows-x86_64 | 1.0.4 | 8.00 | 76.00 | 84.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.4 | 4.78 | 36.62 | 41.40 | OK | |
r-release-linux-x86_64 | 1.0.4 | 4.51 | 37.26 | 41.77 | 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 | 7.00 | 64.00 | 71.00 | ERROR | |
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 | 8.00 | 71.00 | 79.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_12_09_01_50_01_28408\RtmpknfkOc/my_compendium', reason 'Invalid back reference'
Calls: add_to_gitignore -> gsub
Execution halted
Flavor: r-devel-windows-x86_64
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_12_08_01_50_01_8405\RtmpQTwHeO/my_compendium', reason 'Invalid back reference'
Calls: add_to_gitignore -> gsub
Execution halted
Flavor: r-release-windows-x86_64
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_12_08_01_50_00_8402\Rtmpa0kmtM/my_compendium', reason 'Invalid back reference'
Calls: add_to_gitignore -> gsub
Execution halted
Flavor: r-oldrel-windows-x86_64