Last updated on 2024-11-22 03:52:51 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.4 | 4.84 | 38.17 | 43.01 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.4 | 3.89 | 31.20 | 35.09 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.4 | 69.03 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 66.39 | OK | |||
r-devel-windows-x86_64 | 1.0.4 | 7.00 | 65.00 | 72.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.4 | 4.99 | 37.09 | 42.08 | 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 | 8.00 | 65.00 | 73.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 | 70.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_21_01_50_00_28815\Rtmp8EFTzd/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_11_19_01_50_00_21579\RtmpS63lUv/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_11_20_01_50_01_8813\Rtmp0igceq/my_compendium', reason 'Invalid back reference'
Calls: add_to_gitignore -> gsub
Execution halted
Flavor: r-oldrel-windows-x86_64