Skip to content

Commit

Permalink
release/0.9.1 (#707)
Browse files Browse the repository at this point in the history
* remove codecov link

* preparing for 0.9.1 release
  • Loading branch information
aronatkins authored Feb 27, 2023
1 parent 1f9e9cd commit 91ea7f5
Show file tree
Hide file tree
Showing 5 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 @@ Type: Package
Package: packrat
Title: A Dependency Management System for Projects and their R Package
Dependencies
Version: 0.9.0-1
Version: 0.9.1
Authors@R: c(
person("Aron", "Atkins", , "[email protected]", role = c("aut", "cre")),
person("Toph", "Allen", role = "aut"),
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.9.1 (UNRELEASED)
# Packrat 0.9.1

- Fix an issue where Packrat would fail to restore packages installed from
subdirectories of SCM repositories (GitHub, GitLab, Bitbucket). (#704)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

<!-- badges: start -->
[![R-CMD-check](https://github.com/rstudio/packrat/workflows/R-CMD-check/badge.svg)](https://github.com/rstudio/packrat/actions)
[![Coverage Status](https://codecov.io/github/rstudio/packrat/coverage.svg?branch=master)](https://codecov.io/github/rstudio/packrat?branch=master)
<!-- badges: end -->

## NOTE
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.9.0-1) -- ####
#### -- Packrat Autoloader (version 0.9.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.9.0-1"
installAgent <- "InstallAgent: packrat 0.9.1"

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

0 comments on commit 91ea7f5

Please sign in to comment.