Skip to content

Commit 2c51bc6

Browse files
authored
Merge pull request #24 from UW-Madison-DataScience/update/packages
Update 1 packages
2 parents cf2a937 + 366952a commit 2c51bc6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

renv/activate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
local({
33

44
# the requested version of renv
5-
version <- "1.1.4"
5+
version <- "1.1.5"
66
attr(version, "sha") <- NULL
77

88
# the project directory

renv/profiles/lesson-requirements/renv.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@
709709
},
710710
"renv": {
711711
"Package": "renv",
712-
"Version": "1.1.4",
712+
"Version": "1.1.5",
713713
"Source": "Repository",
714714
"Type": "Package",
715715
"Title": "Project Environments",
@@ -728,6 +728,7 @@
728728
"covr",
729729
"cpp11",
730730
"devtools",
731+
"generics",
731732
"gitcreds",
732733
"jsonlite",
733734
"jsonvalidate",
@@ -756,7 +757,7 @@
756757
"Config/testthat/parallel": "true",
757758
"Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes",
758759
"NeedsCompilation": "no",
759-
"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]",
760+
"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]",
760761
"Maintainer": "Kevin Ushey <[email protected]>",
761762
"Repository": "CRAN"
762763
},

0 commit comments

Comments
 (0)