forked from weecology/PortalData
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install-packages.R
34 lines (33 loc) · 984 Bytes
/
install-packages.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
# Install required packages
install.packages(c("curl",
"devtools",
"dplyr",
"EML",
"git2r",
"Hmisc",
"httr",
"htmltab",
"jsonlite",
"lubridate",
"lunar",
"lwgeom",
"openxlsx",
"raster",
"Rcpp",
"RCurl",
"remotes",
"rgdal",
"semver",
"sf",
"shiny",
"sp",
"sqldf",
"stringi",
"stringr",
"terra",
"testthat",
"tidyr",
"units",
"yaml",
"zoo"))
remotes::install_github("htmltab/htmltab")