From d653c79690bdda15f372a0d59b5f53e2bb080c65 Mon Sep 17 00:00:00 2001 From: Aron Atkins Date: Wed, 25 May 2022 13:47:04 -0400 Subject: [PATCH] preparing for 0.8.0 release to CRAN --- 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 dee446c4..340578ee 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.7.0-3 +Version: 0.8.0 Author: Kevin Ushey, Jonathan McPherson, Joe Cheng, Aron Atkins, JJ Allaire Maintainer: Aron Atkins Description: Manage the R packages your project depends diff --git a/NEWS.md b/NEWS.md index 8fd62a1a..db9cfece 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# Packrat 0.8.0 (UNRELEASED) +# Packrat 0.8.0 - Stop using `devtools::github_pat` to obtain an (optional) `GITHUB_PAT` environment variable value. The `github_pat` function was removed in diff --git a/inst/resources/init-rprofile.R b/inst/resources/init-rprofile.R index 1bbb8015..72e470d2 100644 --- a/inst/resources/init-rprofile.R +++ b/inst/resources/init-rprofile.R @@ -1,3 +1,3 @@ -#### -- Packrat Autoloader (version 0.7.0-1) -- #### +#### -- Packrat Autoloader (version 0.8.0) -- #### source("packrat/init.R") #### -- End Packrat Autoloader -- #### diff --git a/inst/resources/init.R b/inst/resources/init.R index 044ab921..a07a4408 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.7.0-1" + installAgent <- "InstallAgent: packrat 0.8.0" ## -- InstallSource -- ## installSource <- "InstallSource: source"