Skip to content

Commit 8ffd5e0

Browse files
authored
Merge pull request #281 from carpentries/update/packages
Update 2 packages
2 parents 88c14de + 1189b54 commit 8ffd5e0

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

renv/activate.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
local({
33

44
# the requested version of renv
5-
version <- "1.2.3"
6-
attr(version, "md5") <- "1bd9f58e1cfe27ce035933937c6f03de"
5+
version <- "1.2.4"
6+
attr(version, "md5") <- "d5a3bd382107712f897630627794f81a"
77
attr(version, "sha") <- NULL
88

99
# the project directory

renv/profiles/lesson-requirements/renv.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@
675675
},
676676
"renv": {
677677
"Package": "renv",
678-
"Version": "1.2.3",
678+
"Version": "1.2.4",
679679
"Source": "Repository",
680680
"Type": "Package",
681681
"Title": "Project Environments",
@@ -717,16 +717,16 @@
717717
"webfakes"
718718
],
719719
"Encoding": "UTF-8",
720-
"RoxygenNote": "7.3.3",
721720
"VignetteBuilder": "knitr",
722721
"Config/Needs/website": "tidyverse/tidytemplate",
723722
"Config/testthat/edition": "3",
724723
"Config/testthat/parallel": "true",
725724
"Config/testthat/start-first": "bioconductor,python,install,restore,snapshot,retrieve,remotes",
725+
"Config/roxygen2/version": "8.0.0",
726726
"NeedsCompilation": "no",
727727
"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]",
728728
"Maintainer": "Kevin Ushey <kevin@rstudio.com>",
729-
"Repository": "https://packagemanager.posit.co/cran/__linux__/jammy/latest"
729+
"Repository": "CRAN"
730730
},
731731
"rlang": {
732732
"Package": "rlang",
@@ -899,7 +899,7 @@
899899
},
900900
"xfun": {
901901
"Package": "xfun",
902-
"Version": "0.59",
902+
"Version": "0.60",
903903
"Source": "Repository",
904904
"Type": "Package",
905905
"Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
@@ -969,7 +969,7 @@
969969
"NeedsCompilation": "yes",
970970
"Author": "Hadley Wickham [cre] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Shawn Garbett [ctb] (ORCID: <https://orcid.org/0000-0003-4079-5621>), Jeremy Stephens [aut, ctb], Kirill Simonov [aut], Yihui Xie [ctb] (ORCID: <https://orcid.org/0000-0003-0645-5666>), Zhuoer Dong [ctb], Jeffrey Horner [ctb], reikoch [ctb], Will Beasley [ctb] (ORCID: <https://orcid.org/0000-0002-5613-5006>), Brendan O'Connor [ctb], Michael Quinn [ctb], Charlie Gao [ctb], Gregory R. Warnes [ctb], Zhian N. Kamvar [ctb]",
971971
"Maintainer": "Hadley Wickham <hadley@posit.co>",
972-
"Repository": "CRAN"
972+
"Repository": "https://packagemanager.posit.co/cran/__linux__/jammy/latest"
973973
}
974974
}
975975
}

0 commit comments

Comments
 (0)