Skip to content

Commit

Permalink
prep for 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aronatkins committed Jun 29, 2022
1 parent 9725020 commit bb9c4b4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ Package: packrat
Type: Package
Title: A Dependency Management System for Projects and their R Package
Dependencies
Version: 0.8.0-1
Author: Kevin Ushey, Jonathan McPherson, Joe Cheng, Aron Atkins, JJ Allaire
Version: 0.8.1
Author: Kevin Ushey, Jonathan McPherson, Joe Cheng, Aron Atkins, JJ Allaire,
Toph Allen
Maintainer: Aron Atkins <[email protected]>
Description: Manage the R packages your project depends
on in an isolated, portable, and reproducible way.
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.1 (UNRELEASED)
# Packrat 0.8.1

- Fixed a bug preventing successful downloads of private GitLab and Bitbucket
archives during restore. (#671)
Expand Down
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
source("R/update.R"); updateInit()
```

- Commit your changes!

- Check and fix URLs (from R):

```r
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.8.0-1) -- ####
#### -- Packrat Autoloader (version 0.8.1) -- ####
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.8.0-1"
installAgent <- "InstallAgent: packrat 0.8.1"

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

0 comments on commit bb9c4b4

Please sign in to comment.