Skip to content

Commit

Permalink
Add downlit and xml2 because the code-link feature in Quarto requir…
Browse files Browse the repository at this point in the history
…es them
  • Loading branch information
nanxstats committed Apr 7, 2024
1 parent 0488edc commit 23f4cb8
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Authors@R: c(
URL: https://r4csr.org/, https://github.com/elong0527/r4csr
Encoding: UTF-8
Imports:
downlit,
emmeans,
haven,
kableExtra,
Expand All @@ -20,4 +21,5 @@ Imports:
quarto,
r2rtf,
table1,
tidyverse
tidyverse,
xml2
43 changes: 43 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,16 @@
],
"Hash": "40415719b5a479b87949f3aa0aee737c"
},
"brio": {
"Package": "brio",
"Version": "1.1.4",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "68bd2b066e1fe780bbf62fc8bcc36de3"
},
"broom": {
"Package": "broom",
"Version": "1.0.5",
Expand Down Expand Up @@ -389,6 +399,19 @@
],
"Hash": "39b2e002522bfd258039ee4e889e0fd1"
},
"desc": {
"Package": "desc",
"Version": "1.4.3",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"R6",
"cli",
"utils"
],
"Hash": "99b79fcbd6c4d1ce087f5c5c758b384f"
},
"digest": {
"Package": "digest",
"Version": "0.6.35",
Expand All @@ -400,6 +423,26 @@
],
"Hash": "698ece7ba5a4fa4559e3d537e7ec3d31"
},
"downlit": {
"Package": "downlit",
"Version": "0.4.3",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"brio",
"desc",
"digest",
"evaluate",
"fansi",
"memoise",
"rlang",
"vctrs",
"withr",
"yaml"
],
"Hash": "14fa1f248b60ed67e1f5418391a17b14"
},
"dplyr": {
"Package": "dplyr",
"Version": "1.1.4",
Expand Down

0 comments on commit 23f4cb8

Please sign in to comment.