Skip to content

Commit

Permalink
re-document
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Aug 27, 2019
1 parent c55d90b commit cabd386
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: renv
Type: Package
Title: Project Environments for R
Version: 0.7.0
Version: 0.7.0-1
Authors@R: c(
person("Kevin", "Ushey", role = c("aut", "cre"), email = "[email protected]"),
person("RStudio", role = c("cph"))
Expand Down
2 changes: 1 addition & 1 deletion R/migrate.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ renv_migrate_packrat <- function(project = NULL, components = NULL) {
cache = renv_migrate_packrat_cache
)

components <- components %||% names(methods)
components <- components %||% names(callbacks)
callbacks <- callbacks[components]
for (callback in callbacks)
callback(project)
Expand Down
6 changes: 5 additions & 1 deletion man/bootstrap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/paths.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cabd386

Please sign in to comment.