NEWS | R Documentation |
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