From 16ba7114911ead959a937c2af0e23b653274a467 Mon Sep 17 00:00:00 2001 From: Kevin Ushey Date: Thu, 15 Nov 2018 15:54:18 -0800 Subject: [PATCH] release 0.5.0 --- DESCRIPTION | 2 +- NEWS.md | 2 +- inst/resources/init-rprofile.R | 2 +- inst/resources/init.R | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9ed0f758..978bfa30 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: packrat Type: Package Title: A Dependency Management System for Projects and their R Package Dependencies -Version: 0.4.9-16 +Version: 0.5.0 Author: Kevin Ushey, Jonathan McPherson, Joe Cheng, Aron Atkins, JJ Allaire Maintainer: Kevin Ushey Description: Manage the R packages your project depends diff --git a/NEWS.md b/NEWS.md index 149d17c1..a25021de 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# Packrat 0.5.0 (UNRELEASED) +# Packrat 0.5.0 - Packrat now supports both of BiocManager and BiocInstaller (as used for discovering the Bioconductor repositories active for the current project). diff --git a/inst/resources/init-rprofile.R b/inst/resources/init-rprofile.R index 5d92b195..cae66ba2 100644 --- a/inst/resources/init-rprofile.R +++ b/inst/resources/init-rprofile.R @@ -1,3 +1,3 @@ -#### -- Packrat Autoloader (version 0.4.9-16) -- #### +#### -- Packrat Autoloader (version 0.5.0) -- #### source("packrat/init.R") #### -- End Packrat Autoloader -- #### diff --git a/inst/resources/init.R b/inst/resources/init.R index b19637b3..5901a331 100644 --- a/inst/resources/init.R +++ b/inst/resources/init.R @@ -186,7 +186,7 @@ local({ ## an 'installed from source' version ## -- InstallAgent -- ## - installAgent <- "InstallAgent: packrat 0.4.9-16" + installAgent <- "InstallAgent: packrat 0.5.0" ## -- InstallSource -- ## installSource <- "InstallSource: source"