Skip to content

Commit

Permalink
CRAN release 0.7.0 (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
aronatkins authored Aug 20, 2021
1 parent f16d36e commit e013a87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 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.6.0-1
Version: 0.7.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
3 changes: 1 addition & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

# Packrat 0.7.0 (UNRELEASED)
# Packrat 0.7.0

- Fixed an issue where Packrat could inadvertently execute non-R code chunks
when scanning R Markdown documents for dependencies.
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.6.0-1) -- ####
#### -- Packrat Autoloader (version 0.7.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.6.0-1"
installAgent <- "InstallAgent: packrat 0.7.0"

## -- InstallSource -- ##
installSource <- "InstallSource: source"
Expand Down

0 comments on commit e013a87

Please sign in to comment.