https://github.com/eddelbuettel/pkgkitten
Create simple packages which pass R CMD check
https://github.com/eddelbuettel/pkgkitten
cran r r-package skeleton
Last synced: 9 days ago
JSON representation
Create simple packages which pass R CMD check
- Host: GitHub
- URL: https://github.com/eddelbuettel/pkgkitten
- Owner: eddelbuettel
- Created: 2014-05-22T22:34:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T22:17:38.000Z (2 months ago)
- Last Synced: 2025-03-29T06:04:48.302Z (16 days ago)
- Topics: cran, r, r-package, skeleton
- Language: R
- Homepage: https://eddelbuettel.github.io/pkgkitten
- Size: 1.34 MB
- Stars: 34
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
- jimsghstars - eddelbuettel/pkgkitten - Create simple packages which pass R CMD check (R)
README
## pkgKitten: Create packages that purr
[](https://travis-ci.org/eddelbuettel/pkgkitten)
[](https://www.gnu.org/licenses/gpl-2.0.html)
[](https://cran.r-project.org/package=pkgKitten)
[](https://cran.r-project.org/package=pkgKitten)
[](https://packages.debian.org/sid/r-cran-pkgkitten)
[](https://www.r-pkg.org/pkg/pkgKitten)
[](https://github.com/eddelbuettel/pkgkitten)
[](https://eddelbuettel.github.io/pkgkitten/)
The base R function `package.skeleton()` is very useful for creating new
packages for R. It is also very upsetting as it has been producing the same
files which trigger `R CMD check` in the exact same way.And as something terrible happens each time `R CMD check` barks, this package
offers a wrapper function `kitten()` which leaves an adorable little package
behind which does not upset `R CMD check`.So just think of the kittens.
### Installation
The package is on [CRAN](https://cran.r-project.org) and can be installed
via a standard```r
install.packages("pkgKitten")
```### Documentation
Package documentation, help pages, and more is also available
[here](https://eddelbuettel.github.io/pkgkitten/).### Author
Dirk Eddelbuettel
### License
GPL (>= 2)