Changelog
Source:NEWS.md
skeletor 1.1.1 (under development)
- Add
Encoding: UTF-8
as latestroxygen2
insists - Clean up test fixtures when
api=FALSE
skeletor 1.1.0
- New
api
argument toskeletor()
. IfTRUE
, the generated skeleton will have anR/api.R
with basic functions for wrapping an API, and the test suite will use thehttptest
package. - Add
spelling
to Suggests in skeleton and add spell check to tests. (Also addspelling
to Suggests in this package.) - Use
_R_CHECK_CRAN_INCOMING_REMOTE_
environment variable, released in R 3.4.0, inmake check
- Add
r-pkg.org
badge to the skeleton - Various modernizations
skeletor 1.0.4
CRAN release: 2017-04-09
- Fix skeleton README’s reference to Appveyor
- Move
covr
to 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
.