Skip to content

Commit b20063e

Browse files
committed
[actions] update 6 packages
1 parent e3b1aa8 commit b20063e

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

renv/profiles/lesson-requirements/renv.lock

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"R": {
3-
"Version": "4.4.2",
3+
"Version": "4.4.3",
44
"Repositories": [
55
{
66
"Name": "CRAN",
@@ -166,10 +166,10 @@
166166
},
167167
"Matrix": {
168168
"Package": "Matrix",
169-
"Version": "1.7-2",
169+
"Version": "1.7-3",
170170
"Source": "Repository",
171171
"VersionNote": "do also bump src/version.h, inst/include/Matrix/version.h",
172-
"Date": "2025-01-20",
172+
"Date": "2025-03-05",
173173
"Priority": "recommended",
174174
"Title": "Sparse and Dense Matrix Classes and Methods",
175175
"Description": "A rich hierarchy of sparse and dense matrix classes, including general, symmetric, triangular, and diagonal matrices with numeric, logical, or pattern entries. Efficient methods for operating on such matrices, often wrapping the 'BLAS', 'LAPACK', and 'SuiteSparse' libraries.",
@@ -389,19 +389,15 @@
389389
},
390390
"bit": {
391391
"Package": "bit",
392-
"Version": "4.5.0.1",
392+
"Version": "4.6.0",
393393
"Source": "Repository",
394-
"Type": "Package",
395394
"Title": "Classes and Methods for Fast Memory-Efficient Boolean Selections",
396-
"Date": "2024-09-17",
397-
"Authors@R": "c(person(given = \"Jens\", family = \"Oehlschlägel\", role = c(\"aut\", \"cre\"), email = \"Jens.Oehlschlaegel@truecluster.com\"), person(given = \"Brian\", family = \"Ripley\", role = \"ctb\"))",
398-
"Author": "Jens Oehlschlägel [aut, cre], Brian Ripley [ctb]",
399-
"Maintainer": "Jens Oehlschlägel <Jens.Oehlschlaegel@truecluster.com>",
395+
"Authors@R": "c( person(\"Michael\", \"Chirico\", email = \"MichaelChirico4@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Jens\", \"Oehlschlägel\", role = \"aut\"), person(\"Brian\", \"Ripley\", role = \"ctb\") )",
400396
"Depends": [
401397
"R (>= 3.4.0)"
402398
],
403399
"Suggests": [
404-
"testthat (>= 0.11.0)",
400+
"testthat (>= 3.0.0)",
405401
"roxygen2",
406402
"knitr",
407403
"markdown",
@@ -415,11 +411,14 @@
415411
"LazyLoad": "yes",
416412
"ByteCompile": "yes",
417413
"Encoding": "UTF-8",
418-
"URL": "https://github.com/truecluster/bit",
414+
"URL": "https://github.com/r-lib/bit",
419415
"VignetteBuilder": "knitr, rmarkdown",
420416
"RoxygenNote": "7.3.2",
417+
"Config/testthat/edition": "3",
421418
"NeedsCompilation": "yes",
422-
"Repository": "RSPM"
419+
"Author": "Michael Chirico [aut, cre], Jens Oehlschlägel [aut], Brian Ripley [ctb]",
420+
"Maintainer": "Michael Chirico <MichaelChirico4@gmail.com>",
421+
"Repository": "CRAN"
423422
},
424423
"bit64": {
425424
"Package": "bit64",
@@ -3510,7 +3509,7 @@
35103509
},
35113510
"readxl": {
35123511
"Package": "readxl",
3513-
"Version": "1.4.4",
3512+
"Version": "1.4.5",
35143513
"Source": "Repository",
35153514
"Title": "Read Excel Files",
35163515
"Authors@R": "c( person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\", comment = c(ORCID = \"0000-0003-4757-117X\")), person(\"Jennifer\", \"Bryan\", , \"jenny@posit.co\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6983-2759\")), person(\"Posit, PBC\", role = c(\"cph\", \"fnd\"), comment = \"Copyright holder of all R code and all C/C++ code without explicit copyright attribution\"), person(\"Marcin\", \"Kalicinski\", role = c(\"ctb\", \"cph\"), comment = \"Author of included RapidXML code\"), person(\"Komarov Valery\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"Christophe Leitienne\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"Bob Colbert\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"David Hoerl\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\"), person(\"Evan Miller\", role = c(\"ctb\", \"cph\"), comment = \"Author of included libxls code\") )",

0 commit comments

Comments
 (0)