From bf3dc78a582b97bbdb2337df32304f9ce89bcea1 Mon Sep 17 00:00:00 2001 From: Kevin Ushey Date: Tue, 2 Sep 2014 11:09:23 -0700 Subject: [PATCH] Update NEWS with items relating to minor changes in release --- NEWS.md | 18 +++++++++++++++++- packrat.Rproj | 1 + 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 89e723c3..315d0b2f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,20 @@ -# Packrat 0.3.0.99 (Unreleased) +# Packrat 0.4.1 + +- Coincides with first CRAN release of packrat. + +- Disabled migration warnings on Windows (as we now use junction points if + possible to facilitate isolation) + +- Fix bug with `tar` and projects containing a large number of files (#129) + +- External packages (alongside their dependencies) are now symlinked to the + `packrat/lib-ext` folder -- this allows external packages to function better + alongside regular packrat workflows. + +- If package symlinking (junctioning) fails, we instead copy the package to + the corresponding packrat `lib*` folder. + +# Packrat 0.4.0 - The `source.packages` argument for `init` and `snapshot` has now been removed. In lieu, projects can now specify local repositories -- packages diff --git a/packrat.Rproj b/packrat.Rproj index 934683a6..a1ae8a75 100644 --- a/packrat.Rproj +++ b/packrat.Rproj @@ -18,4 +18,5 @@ StripTrailingWhitespace: Yes BuildType: Package PackageUseDevtools: Yes PackageInstallArgs: --no-multiarch --with-keep.source --install-tests +PackageCheckArgs: --as-cran PackageRoxygenize: rd,collate,namespace