Skip to content

Commit 7e884ec

Browse files
committed
build(renv): add DT (required by covr)
1 parent 9b63547 commit 7e884ec

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ Suggests:
3131
patrick,
3232
scales,
3333
testthat (>= 3.0.0),
34-
covr
34+
covr,
35+
DT
3536
Config/testthat/edition: 3

renv.lock

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@
99
]
1010
},
1111
"Packages": {
12+
"DT": {
13+
"Package": "DT",
14+
"Version": "0.33",
15+
"Source": "Repository",
16+
"Repository": "CRAN",
17+
"Requirements": [
18+
"crosstalk",
19+
"htmltools",
20+
"htmlwidgets",
21+
"httpuv",
22+
"jquerylib",
23+
"jsonlite",
24+
"magrittr",
25+
"promises"
26+
],
27+
"Hash": "64ff3427f559ce3f2597a4fe13255cb6"
28+
},
1229
"KernSmooth": {
1330
"Package": "KernSmooth",
1431
"Version": "2.23-24",
@@ -309,6 +326,19 @@
309326
],
310327
"Hash": "09fd631e607a236f8cc7f9604db32cb8"
311328
},
329+
"crosstalk": {
330+
"Package": "crosstalk",
331+
"Version": "1.2.1",
332+
"Source": "Repository",
333+
"Repository": "CRAN",
334+
"Requirements": [
335+
"R6",
336+
"htmltools",
337+
"jsonlite",
338+
"lazyeval"
339+
],
340+
"Hash": "ab12c7b080a57475248a30f4db6298c0"
341+
},
312342
"curl": {
313343
"Package": "curl",
314344
"Version": "6.4.0",

0 commit comments

Comments
 (0)