Skip to content

Commit

Permalink
preparing for 0.8.0 release to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
aronatkins committed May 25, 2022
1 parent e51303b commit d653c79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Description: Manage the R packages your project depends
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion inst/resources/init-rprofile.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#### -- Packrat Autoloader (version 0.7.0-1) -- ####
#### -- Packrat Autoloader (version 0.8.0) -- ####
source("packrat/init.R")
#### -- End Packrat Autoloader -- ####
2 changes: 1 addition & 1 deletion inst/resources/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d653c79

Please sign in to comment.