Last updated on 2024-11-15 19:49:56 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
baRulho | 6 | 7 | |
dynaSpec | 13 | ||
NatureSounds | 8 | 5 | |
ohun | 6 | 7 | |
Rraven | 6 | 7 | |
sketchy | 3 | 10 | |
warbleR | 6 | 7 |
Current CRAN status: NOTE: 6, OK: 7
Version: 2.1.2
Check: installed package size
Result: NOTE
installed size is 7.3Mb
sub-directories of 1Mb or more:
doc 3.9Mb
help 2.2Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: NOTE: 8, OK: 5
Version: 1.0.4
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘tuneR’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.4
Check: installed package size
Result: NOTE
installed size is 6.2Mb
sub-directories of 1Mb or more:
data 4.5Mb
doc 1.7Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 6, OK: 7
Version: 1.0.2
Check: installed package size
Result: NOTE
installed size is 6.8Mb
sub-directories of 1Mb or more:
doc 6.1Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 6, OK: 7
Version: 1.0.14
Check: installed package size
Result: NOTE
installed size is 5.5Mb
sub-directories of 1Mb or more:
doc 5.3Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 3, OK: 10
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_14_01_50_00_19873\RtmpS4SY0I/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_12_11_12_08_24475\RtmpchkwaL/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_13_01_50_00_32639\RtmpeidMUa/my_compendium', reason 'Invalid back reference'
Calls: add_to_gitignore -> gsub
Execution halted
Flavor: r-oldrel-windows-x86_64
Current CRAN status: NOTE: 6, OK: 7
Version: 1.1.32
Check: installed package size
Result: NOTE
installed size is 9.7Mb
sub-directories of 1Mb or more:
doc 7.6Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64