pkgKitten

Create Simple Packages Which Do not Upset R Package Checks

Provides a function kitten() which creates cute little packages which pass R package checks. This sets it apart from package.skeleton() which it calls, and which leaves imperfect files behind. As this is not exactly helpful for beginners, kitten() offers an alternative. Unit test support can be added via the 'tinytest' package (if present), and documentation-creation support can be added via 'roxygen2' (if present).

0.2.4 GPL (>= 2) 1 个版本
安装
install.packages("pkgKitten")
remotes::install_cran("pkgKitten")
版本列表
0.2.4 2024-08-30