generated from edgi-govdata-archiving/Template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage_setup.R
29 lines (26 loc) · 1.06 KB
/
package_setup.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
# Hi! If you're opening this file hopefully it is because you're interested in this project and
# want to personally explore or start contributing. Below is a function that will install all
# of the packages you need to get started. Of course, if you are already working with R, you might
# have many of these packages already.
# We will do our best to keep this updated, but it may miss a few here and there as this evolves.
# This was last updated by Megan R on Aug 21, 2021.
install.packages(c("reticulate",
"RSQLite",
"rlist",
"tidyverse",
"patchwork",
"here",
"ggplot2",
"tidyr",
"dplyr",
"shiny",
"extrafont",
"viridis",
"grid",
"gridExtra",
"kableExtra",
"ggrepel",
"stringr",
"pagedown",
"purrr",
"optparse"))