Skip to content

Commit b8ade6b

Browse files
add missing packages
1 parent 0137e45 commit b8ade6b

File tree

3 files changed

+53
-1
lines changed

3 files changed

+53
-1
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ editor_options:
33
markdown:
44
wrap: 72
55
---
6+
# precommit v0.3.2.9015
7+
8+
* Update dependencies.
9+
* Refactored hook dependency update scripts.
10+
* Please see tag diff for more details.
11+
612
# precommit v0.3.2.9013
713

814
* Don't depend on dev version of styler to avoid GitHub rate limit hit (#486).

renv.lock

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,17 @@
7777
],
7878
"Hash": "470851b6d5d0ac559e9d01bb352b4021"
7979
},
80+
"Rcpp": {
81+
"Package": "Rcpp",
82+
"Version": "1.0.11",
83+
"Source": "Repository",
84+
"Repository": "RSPM",
85+
"Requirements": [
86+
"methods",
87+
"utils"
88+
],
89+
"Hash": "ae6cbbe1492f4de79c45fce06f967ce8"
90+
},
8091
"backports": {
8192
"Package": "backports",
8293
"Version": "1.4.1",
@@ -269,6 +280,18 @@
269280
],
270281
"Hash": "06230136b2d2b9ba5805e1963fa6e890"
271282
},
283+
"hunspell": {
284+
"Package": "hunspell",
285+
"Version": "3.0.2",
286+
"Source": "Repository",
287+
"Repository": "RSPM",
288+
"Requirements": [
289+
"R",
290+
"Rcpp",
291+
"digest"
292+
],
293+
"Hash": "656219b6f3f605499d7cdbe208656639"
294+
},
272295
"knitr": {
273296
"Package": "knitr",
274297
"Version": "1.43",
@@ -417,6 +440,16 @@
417440
],
418441
"Hash": "63d15047eb239f95160112bcadc4fcb9"
419442
},
443+
"renv": {
444+
"Package": "renv",
445+
"Version": "1.0.0",
446+
"Source": "Repository",
447+
"Repository": "RSPM",
448+
"Requirements": [
449+
"utils"
450+
],
451+
"Hash": "c321cd99d56443dbffd1c9e673c0c1a2"
452+
},
420453
"rex": {
421454
"Package": "rex",
422455
"Version": "1.2.1",
@@ -474,6 +507,19 @@
474507
],
475508
"Hash": "1de7ab598047a87bba48434ba35d497d"
476509
},
510+
"spelling": {
511+
"Package": "spelling",
512+
"Version": "2.2.1",
513+
"Source": "Repository",
514+
"Repository": "RSPM",
515+
"Requirements": [
516+
"commonmark",
517+
"hunspell",
518+
"knitr",
519+
"xml2"
520+
],
521+
"Hash": "8ed9f010f7caeb8586523088b7f23dcd"
522+
},
477523
"stringi": {
478524
"Package": "stringi",
479525
"Version": "1.7.12",

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 <- "0.16.0"
5+
version <- "1.0.0"
66
attr(version, "sha") <- NULL
77

88
# the project directory

0 commit comments

Comments
 (0)