-
Notifications
You must be signed in to change notification settings - Fork 27
/
references.Rmd
86 lines (83 loc) · 1.29 KB
/
references.Rmd
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
\backmatter
`r if (knitr:::is_html_output()) '# 参考文献 {#references .unnumbered}'`
```{r include=FALSE}
# 自动生成 R 包的参考文献
pkgs <- c(
"bookdown",
"knitr",
"rmarkdown",
"reticulate",
"tinytex",
"r2d3",
"yaml",
"sass",
"flexdashboard",
"kableExtra",
"flextable",
"huxtable",
"gt",
"DiagrammeR",
"leaflet",
"gtsummary",
"formattable",
"DT",
"webshot",
"reactable",
"rhandsontable",
"pixiedust",
"stargazer",
"xtable",
"tables",
"pander",
"ztable",
"condformat",
"magick",
"svglite",
"tikzDevice",
"printr",
"ggplot2",
"xfun",
"pagedown",
"broom",
"xaringan",
"styler",
"ezknitr",
"here",
"roxygen2",
"usethis",
"rmdformats",
"learnr",
"rticles",
"blogdown",
"spelling",
"blastula",
"googledrive",
"workflowr",
"xaringanthemer",
"showtext",
"officedown",
"flexdashboard",
"officer",
"diagram",
"babynames",
"prettydoc",
"htmlwidgets",
"shiny",
"dygraphs",
"DT",
"distill",
"pagedown",
"bslib",
"formatR",
"xaringanExtra",
"fusen",
"testthat"
)
lapply(pkgs, function(pkg) {
if (system.file(package = pkg) != '') return()
renv::install(pkg, repos = "https://cloud.r-project.org/")
}
)
knitr::write_bib(c(
.packages(), pkgs), "packages.bib")
```