Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion renv/activate.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local({

# the requested version of renv
version <- "1.1.4"
version <- "1.1.5"
attr(version, "sha") <- NULL

# the project directory
Expand Down
5 changes: 3 additions & 2 deletions renv/profiles/lesson-requirements/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@
},
"renv": {
"Package": "renv",
"Version": "1.1.4",
"Version": "1.1.5",
"Source": "Repository",
"Type": "Package",
"Title": "Project Environments",
Expand All @@ -728,6 +728,7 @@
"covr",
"cpp11",
"devtools",
"generics",
"gitcreds",
"jsonlite",
"jsonvalidate",
Expand Down Expand Up @@ -756,7 +757,7 @@
"Config/testthat/parallel": "true",
"Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes",
"NeedsCompilation": "no",
"Author": "Kevin Ushey [aut, cre] (<https://orcid.org/0000-0003-2880-7407>), Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]",
"Author": "Kevin Ushey [aut, cre] (ORCID: <https://orcid.org/0000-0003-2880-7407>), Hadley Wickham [aut] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Posit Software, PBC [cph, fnd]",
"Maintainer": "Kevin Ushey <kevin@rstudio.com>",
"Repository": "CRAN"
},
Expand Down