NEWS | R Documentation |
Travis artifacts and badges have been pruned
Vignettes now use simplermarkdown
Two internal functions now have a note in their documentation stating them as not exported (Dirk in response to #123)
Repositories created by initRepo
now have an placeholder
index.html
to not trigger a curl
check at CRAN (Dirk)
Adding to a repository now checks for a top-level
index.html
and displays a message if missing (Dirk)
The DratStepByStep.Rmd vignette mentions the added
index.html
file
A documentation website for the package was added at https://eddelbuettel.github.io/drat/ (Dirk)
The continuous integration was switched to using ‘r-ci’ (Dirk)
The docs/
directory of the main repository branch can
now be used instead of gh-pages
branch (Dirk in #112)
A new repository https://github.com/drat-base/drat can
now be used to fork an initial drat
repository (Dirk)
A new vignette “Drat Step-by-Step” was added (Roman Hornung and Dirk in #117 fixing #115 and #113)
The test suite was refactored for docs/
use (Felix
Ernst in #118)
The minimum R version is now ‘R (>= 3.6)’ (Dirk fixing #119)
The vignettes were switched to minidown
(Dirk fixing
#116)
A new test file was added to ensure ‘NEWS.Rd’ is always at the current release version.
Changes in drat functionality
Changes in drat functionality
Changes in drat functionality
Changes in drat documentation
Properly prefix R path in system
call in a tests
(Dirk in minor cleanup to #70).
Changes in drat functionality
Changes in drat documentation
Updated 'README.md' removing another stale example URL
Changes in drat functionality
Ensure 'PACKAGES.rds', if present, is also inserted in repo
Use https to fetch Travis CI script from r-travis
Changes in drat documentation
Updated 'README.md' removing stale example URLs (#63)
Changes in drat documentation
The FAQ vignette added a new question Why use drat
URLs were made canonical, omegahat.net was updated from .org
Several files (README.md, Description, help pages) were edited
Changes in drat functionality
Use dir.exists
, leading to versioned Depends on R (>=
3.2.0)
Optionally pull remote before insert (Mark in PR #38)
Fix support for dots (Jan G. in PR #40)
Accept dots in package names (Antonio in PR #48)
Switch to htpps URLs at GitHub (Colin in PR #50)
Support additional fields in PACKAGE file (Jan G. in PR #54)
Changes in drat documentation
Further improvements and clarifications to vignettes
Travis script switched to run.sh
from our fork
This NEWS file was (belatedly) added
Changes in drat functionality
New function to optionally archive packages when inserting
Improved OS X support
Changes in drat documentation
Added note about miniCRAN to FAQ vignette
DESCRIPTION now credits all contributors
Updated / expanded vignettes
Corrections to vignettes
Added Windows and OS X support (Jan Schulz in PR #16)
New vignette Drat FAQ started
More improvement to code and behaviour
Small extensions and corrections to existing functionality
New helper script git2targz.sh
Improved documentation
New vignette by Steven Pav on Why Drat?
New vignette by Colin Gilespie on Drat and Travis
New vignettes for package authors, and users
Added (optional) git2r support
New pruneRepo()
functionality
Initial version with insert()
, add()
and more