-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcapri_packages.r
More file actions
33 lines (29 loc) · 787 Bytes
/
capri_packages.r
File metadata and controls
33 lines (29 loc) · 787 Bytes
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
#Used Packages
rm(list=objects()[!objects()%in%c("scope", "xobshsu", "hsu", "nuts23", "subf", "tpath",
"curcols", "curyears", "curcountries", "curregi", "currows")])
library(data.table)
library(plyr)
#library(devtools)
#install_github("hadley/dplyr@master") #to install the last version of dplyr
###library(dplyr) #installed the dev version from https://github.com/hadley/dplyr
#library(reshape)
library(reshape2)
library(stats)
library(gdxrrw)
#library(xlsx)
library(tidyr)
library(ggplot2)
library(ggpubr)
#if(grepl("map",scope)){
library(sp)
library(rgdal)
library(raster)
#library(graphics)
library(rgeos)
#library(ggplot2)
library(GISTools)
library(maps)
#}
library(ncdf4)
library(RNetCDF)
library(abind)