generated from ecohealthalliance/container-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.R
50 lines (44 loc) · 1.18 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
######################## LOAD R PACKAGES #######################################
################################################################################
#
#' R packages needed to run any/most {targets} workflows
#
################################################################################
library(targets)
library(tarchetypes)
library(tidyverse)
library(here)
library(knitr)
library(rmarkdown)
library(paws)
library(conflicted)
################################################################################
#
#' Additional R packages needed to run your specific workflow
#
################################################################################
library(data.table)
library(devtools)
library(dplyr)
library(elevatr)
library(fasterize)
library(here)
#library(maps)
#library(mapview)
library(raster)
library(remotes)
library(rgdal)
library(rnaturalearth)
library(rnaturalearthdata)
#library(spdplyr)
library(sf)
library(terra)
library(tibble)
library(tidyr)
library(tidyterra)
library(tidyverse)
library(RColorBrewer)
library(viridis)
library(grid)
library(rnaturalearthhires) # Had trouble installing this so used this code:
# remotes::install_github("ropensci/rnaturalearthhires")