-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcreate_dev_env.R
44 lines (43 loc) · 1.07 KB
/
create_dev_env.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
library("rix")
rix(
date = "2025-01-14",
r_pkgs = c(
"svglite",
"tidyverse",
"formatR",
"flextable",
"knitr",
"webshot2",
"webshot",
"networkD3",
"buildmer",
"tinytable",
"quarto",
"remotes",
"janitor",
"readxl",
"here",
"gtsummary",
"geomtextpath",
"permutes",
"permuco",
"cowplot",
"foreach",
"doParallel",
"ggokabeito"
),
system_pkgs = c("quarto", "git", "pandoc", "librsvg", "typst"),
git_pkgs = list(
list(
package_name = "webgazer",
repo_url = "https://github.com/jgeller112/webgazeR/",
commit = "542c8cec5e64bd03decb8f0694816cba16d9a90d"
)
),
tex_pkgs = c("amsmath", "ninecolors", "apa7", "scalerel", "threeparttable", "threeparttablex", "endfloat", "environ", "multirow", "tcolorbox", "pdfcol", "tikzfill", "fontawesome5", "framed", "newtx", "fontaxes", "xstring", "wrapfig", "tabularray", "siunitx",
"fvextra", "geometry","setspace", "fancyvrb", "anyfontsize"),
ide = "code",
project_path = ".",
overwrite = TRUE,
print = TRUE
)