rstantools v1.5.0
rstantools 1.5.0
(Github issue/PR numbers in parentheses)
-
New vignette walking through the package creation process. (#9) (thanks to Stefan Siegert)
-
rstan_package_skeleton()
now callsusethis::create_package()
instead ofutils::package.skeleton()
. (#28) -
Update
rstan_package_skeleton()
for latest build process (#19) -
rstan_package_skeleton()
now does a bit more work for the user to make sure the the NAMESPACE file is correct. -
Simplify instructions in Read-and-delete-me (related to #19).