skeletor 1.1.1 (under development)
- Add
Encoding: UTF-8as latestroxygen2insists - Clean up test fixtures when
api=FALSE
skeletor 1.1.0
- New
apiargument toskeletor(). IfTRUE, the generated skeleton will have anR/api.Rwith basic functions for wrapping an API, and the test suite will use thehttptestpackage. - Add
spellingto Suggests in skeleton and add spell check to tests. (Also addspellingto Suggests in this package.) - Use
_R_CHECK_CRAN_INCOMING_REMOTE_environment variable, released in R 3.4.0, inmake check - Add
r-pkg.orgbadge to the skeleton - Various modernizations
skeletor 1.0.4
CRAN release: 2017-04-09
- Fix skeleton README’s reference to Appveyor
- Move
covrto Suggests rather than a .travis.yml extra installation - Enable markdown in roxygen tags
skeletor 1.0.2
CRAN release: 2017-01-01
- Patch tests to work with “oldrel” R, which doesn’t have
tools::Rcmd(). - Run Travis builds on “oldrel”, “release”, and “devel” versions of R.
skeletor 1.0.0
CRAN release: 2016-12-30
- CRAN release. Provides two functions:
skeletor()to make a package skeleton, andconfigure()to set your name, email, and github account in your .Rprofile so that you don’t have to enter them when you callskeletor.