Package: skeletor Type: Package Title: An R Package Skeleton Generator Description: A tool for bootstrapping new packages with useful defaults, including a test suite outline that passes checks and helpers for running tests, checking test coverage, building vignettes, and more. Package skeletons it creates are set up for pushing your package to 'GitHub' and using other hosted services for building and test automation. Version: 1.1.0 Authors@R: c(person("Neal", "Richardson", role = c("aut", "cre"), email = "neal.p.richardson@gmail.com")) URL: https://github.com/nealrichardson/skeletor, https://enpiar.com/r/skeletor/ BugReports: https://github.com/nealrichardson/skeletor/issues License: MIT + file LICENSE Depends: R (>= 3.0.0) Imports: utils Suggests: covr, httptest, knitr, roxygen2, spelling, testthat RoxygenNote: 6.1.0 Roxygen: list(markdown = TRUE) Language: en-US Encoding: UTF-8 Repository: https://nealrichardson.r-universe.dev Date/Publication: 2023-04-07 13:59:47 UTC RemoteUrl: https://github.com/nealrichardson/skeletor RemoteRef: HEAD RemoteSha: 3e3c2146f55056cce7bad9366c5fa9388166e8d5 NeedsCompilation: no Packaged: 2026-06-06 08:44:30 UTC; root Author: Neal Richardson [aut, cre] Maintainer: Neal Richardson