https://github.com/cwickham/tidytest
A package that is failing check() for teaching
https://github.com/cwickham/tidytest
Last synced: about 1 year ago
JSON representation
A package that is failing check() for teaching
- Host: GitHub
- URL: https://github.com/cwickham/tidytest
- Owner: cwickham
- License: other
- Created: 2020-09-08T20:56:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T20:58:33.000Z (almost 6 years ago)
- Last Synced: 2025-02-07T16:35:07.731Z (over 1 year ago)
- Language: R
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tidytest
A partially written package that is failing `check()`, for learners to fix.
Get the package with:
```r
usethis::create_from_github("cwickham/tidytest", fork = FALSE)
```