Skip to content

Commit 1a87d0c

Browse files
Merge pull request #545 from lorenzwalthert/hook-dependencies-update
Hook dependencies update
2 parents 726b3e9 + b5d224e commit 1a87d0c

File tree

3 files changed

+31
-18
lines changed

3 files changed

+31
-18
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ Roxygen: list(markdown = TRUE, roclets = c( "rd", "namespace", "collate",
4848
if (rlang::is_installed("pkgapi")) "pkgapi::api_roclet" else {
4949
warning("Please install r-lib/pkgapi to make sure the file API is kept
5050
up to date"); NULL} ) )
51-
RoxygenNote: 7.3.0
51+
RoxygenNote: 7.3.1
5252
SystemRequirements: git

renv.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Repositories": [
55
{
66
"Name": "RSPM",
7-
"URL": "https://packagemanager.posit.co/cran/2024-01-12"
7+
"URL": "https://packagemanager.posit.co/cran/2024-02-09"
88
}
99
]
1010
},
@@ -37,7 +37,7 @@
3737
},
3838
"R.oo": {
3939
"Package": "R.oo",
40-
"Version": "1.25.0",
40+
"Version": "1.26.0",
4141
"Source": "Repository",
4242
"Repository": "RSPM",
4343
"Requirements": [
@@ -46,7 +46,7 @@
4646
"methods",
4747
"utils"
4848
],
49-
"Hash": "a0900a114f4f0194cf4aa8cd4a700681"
49+
"Hash": "4fed809e53ddb5407b3da3d0f572e591"
5050
},
5151
"R.utils": {
5252
"Package": "R.utils",
@@ -137,10 +137,10 @@
137137
},
138138
"commonmark": {
139139
"Package": "commonmark",
140-
"Version": "1.9.0",
140+
"Version": "1.9.1",
141141
"Source": "Repository",
142142
"Repository": "RSPM",
143-
"Hash": "d691c61bff84bd63c383874d2d0c3307"
143+
"Hash": "5d8225445acb167abf7797de48b2ee3c"
144144
},
145145
"cpp11": {
146146
"Package": "cpp11",
@@ -365,7 +365,7 @@
365365
},
366366
"pkgload": {
367367
"Package": "pkgload",
368-
"Version": "1.3.3",
368+
"Version": "1.3.4",
369369
"Source": "Repository",
370370
"Repository": "RSPM",
371371
"Requirements": [
@@ -382,7 +382,7 @@
382382
"utils",
383383
"withr"
384384
],
385-
"Hash": "903d68319ae9923fb2e2ee7fa8230b91"
385+
"Hash": "876c618df5ae610be84356d5d7a5d124"
386386
},
387387
"processx": {
388388
"Package": "processx",
@@ -399,14 +399,14 @@
399399
},
400400
"ps": {
401401
"Package": "ps",
402-
"Version": "1.7.5",
402+
"Version": "1.7.6",
403403
"Source": "Repository",
404404
"Repository": "RSPM",
405405
"Requirements": [
406406
"R",
407407
"utils"
408408
],
409-
"Hash": "709d852d33178db54b17c722e5b1e594"
409+
"Hash": "dd2b9319ee0656c8acf45c7f40c59de7"
410410
},
411411
"purrr": {
412412
"Package": "purrr",
@@ -460,7 +460,7 @@
460460
},
461461
"roxygen2": {
462462
"Package": "roxygen2",
463-
"Version": "7.3.0",
463+
"Version": "7.3.1",
464464
"Source": "Repository",
465465
"Repository": "RSPM",
466466
"Requirements": [
@@ -482,7 +482,7 @@
482482
"withr",
483483
"xml2"
484484
],
485-
"Hash": "31561c910b524c8313d8c26a692f8b9a"
485+
"Hash": "c25fe7b2d8cba73d1b63c947bf7afdb9"
486486
},
487487
"rprojroot": {
488488
"Package": "rprojroot",
@@ -572,27 +572,27 @@
572572
},
573573
"withr": {
574574
"Package": "withr",
575-
"Version": "2.5.2",
575+
"Version": "3.0.0",
576576
"Source": "Repository",
577577
"Repository": "RSPM",
578578
"Requirements": [
579579
"R",
580580
"grDevices",
581-
"graphics",
582-
"stats"
581+
"graphics"
583582
],
584-
"Hash": "4b25e70111b7d644322e9513f403a272"
583+
"Hash": "d31b6c62c10dcf11ec530ca6b0dd5d35"
585584
},
586585
"xfun": {
587586
"Package": "xfun",
588-
"Version": "0.41",
587+
"Version": "0.42",
589588
"Source": "Repository",
590589
"Repository": "RSPM",
591590
"Requirements": [
591+
"grDevices",
592592
"stats",
593593
"tools"
594594
],
595-
"Hash": "460a5e0fe46a80ef87424ad216028014"
595+
"Hash": "fd1349170df31f7a10bd98b0189e85af"
596596
},
597597
"xml2": {
598598
"Package": "xml2",

tests/testthat/reference-objects/pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ repos:
1010
args: [--style_pkg=styler, --style_fun=tidyverse_style]
1111
exclude: '^tests/testthat/in/.*\.R'
1212
- id: roxygenize
13+
additional_dependencies:
14+
- cli
15+
- fs
16+
- here
17+
- magrittr
18+
- purrr
19+
- R.cache
20+
- rlang
21+
- rprojroot
22+
- rstudioapi
23+
- withr
24+
- yaml
25+
- r-lib/pkgapi
1326
# codemeta must be above use-tidy-description when both are used
1427
- id: codemeta-description-updated
1528
- id: lintr

0 commit comments

Comments
 (0)