Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/defuneste/worst_package
reading R-package and to play with R CMD we needed to build a package with all possible error
https://github.com/defuneste/worst_package
Last synced: 23 days ago
JSON representation
reading R-package and to play with R CMD we needed to build a package with all possible error
- Host: GitHub
- URL: https://github.com/defuneste/worst_package
- Owner: defuneste
- Created: 2023-03-08T01:35:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T01:33:19.000Z (almost 2 years ago)
- Last Synced: 2024-12-01T04:44:57.591Z (24 days ago)
- Language: R
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A package to test R CMD check
We are reading R Packages (2e) Appendix on R CMD Check and needed a package with a lot of errors.
This package does nothing except having plenty of errors.
First one a package can't have `_`in its name use `.` instead!
Errors:
- binary: `a.out` (cf print_hello.c)
- dotfile: `.my_secret`.
- greek named filed (not sure it will works as I just copy pasted) -> testing Checking for portable file names
- `R/nopermission.R` : been set to `chmode 000` I am still the owner let see if it enough (it blocks `devtools::document()` and git at least)
- `R/big.R` is 2MB
- A directory `I_should_not_be_here` with a file (remove it to see what happen)
- `inst/CiTaTiOn`
- `inst/zzz/` and `R/zzz/`- Γ in DESCRIPTION
- no licence
- Default author
- depends on a package that I do not have (but looks cool!)