boxr v0.2.6
This release contains small changes to help new users get started (especially those who don't get to see the GitHub README).
Minor Improvements
- The package vignette (
vignette("boxr")
) is now more oriented towards getting new users up and running (fc931cd), providing much of the same information as at?box_auth
, but with screenshots and friendlier formatting - Upon loading boxr, users are now provided with the GitHub issues URL for bug reports. If it looks like the user hasn't used boxr before (
!file.exists("~/.boxr_oauth")
), the code to generate the Getting Started vignette is presented (e18864d) - R help 'homepage':
?boxr
now takes the user to a summary of the package, which links back to the Getting Started vignette (#31) - Continuous integration now covers Windows via appveyor (08925e5), and for useRs coming from GitHub, there's a few more visual aids in the README to help them evaluate/grok the package (1c574c2, 593101d, 670487b)
Installation
boxr v0.2.6 is on CRAN, the following will do the trick:
install.packages("boxr")