Skip to content

Commit e577fb6

Browse files
authored
Merge pull request #926 from swcarpentry/update/packages
Update 6 packages
2 parents a3e0b97 + 08ab297 commit e577fb6

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

renv/profiles/lesson-requirements/renv.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -800,16 +800,16 @@
800800
},
801801
"generics": {
802802
"Package": "generics",
803-
"Version": "0.1.3",
803+
"Version": "0.1.4",
804804
"Source": "Repository",
805805
"Title": "Common S3 Generics not Provided by Base R Methods Related to Model Fitting",
806-
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@rstudio.com\", role = c(\"aut\", \"cre\")), person(\"Max\", \"Kuhn\", , \"max@rstudio.com\", role = \"aut\"), person(\"Davis\", \"Vaughan\", , \"davis@rstudio.com\", role = \"aut\"), person(\"RStudio\", role = \"cph\") )",
806+
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Max\", \"Kuhn\", , \"max@posit.co\", role = \"aut\"), person(\"Davis\", \"Vaughan\", , \"davis@posit.co\", role = \"aut\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"https://ror.org/03wc8by49\")) )",
807807
"Description": "In order to reduce potential package dependencies and conflicts, generics provides a number of commonly used S3 generics.",
808808
"License": "MIT + file LICENSE",
809809
"URL": "https://generics.r-lib.org, https://github.com/r-lib/generics",
810810
"BugReports": "https://github.com/r-lib/generics/issues",
811811
"Depends": [
812-
"R (>= 3.2)"
812+
"R (>= 3.6)"
813813
],
814814
"Imports": [
815815
"methods"
@@ -824,11 +824,11 @@
824824
"Config/Needs/website": "tidyverse/tidytemplate",
825825
"Config/testthat/edition": "3",
826826
"Encoding": "UTF-8",
827-
"RoxygenNote": "7.2.0",
827+
"RoxygenNote": "7.3.2",
828828
"NeedsCompilation": "no",
829-
"Author": "Hadley Wickham [aut, cre], Max Kuhn [aut], Davis Vaughan [aut], RStudio [cph]",
830-
"Maintainer": "Hadley Wickham <hadley@rstudio.com>",
831-
"Repository": "RSPM"
829+
"Author": "Hadley Wickham [aut, cre] (ORCID: <https://orcid.org/0000-0003-4757-117X>), Max Kuhn [aut], Davis Vaughan [aut], Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)",
830+
"Maintainer": "Hadley Wickham <hadley@posit.co>",
831+
"Repository": "CRAN"
832832
},
833833
"ggplot2": {
834834
"Package": "ggplot2",
@@ -1394,7 +1394,8 @@
13941394
"NeedsCompilation": "yes",
13951395
"Author": "Deepayan Sarkar [aut, cre] (<https://orcid.org/0000-0003-4107-1553>), Felix Andrews [ctb], Kevin Wright [ctb] (documentation), Neil Klepeis [ctb], Johan Larsson [ctb] (miscellaneous improvements), Zhijian (Jason) Wen [cph] (filled contour code), Paul Murrell [ctb], Stefan Eng [ctb] (violin plot improvements), Achim Zeileis [ctb] (modern colors), Alexandre Courtiol [ctb] (generics for larrows, lpolygon, lrect and lsegments)",
13961396
"Maintainer": "Deepayan Sarkar <[email protected]>",
1397-
"Repository": "CRAN"
1397+
"Repository": "RSPM",
1398+
"Encoding": "UTF-8"
13981399
},
13991400
"lifecycle": {
14001401
"Package": "lifecycle",

0 commit comments

Comments
 (0)