-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Odysseas Stefas
committed
Oct 23, 2024
1 parent
28bce74
commit 853cd69
Showing
3 changed files
with
72 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# This is just for testing if the R packages have been installed | ||
# How to run: source(packages_test.R) | ||
|
||
library('devtools') | ||
library('raster') | ||
library('shapefiles') | ||
library('ncdf4') | ||
library('terra') | ||
library('geodata') | ||
library('spatstat.geom') | ||
library('ggmap') | ||
library('rgee') | ||
library('leaflet') | ||
library('dismo') | ||
library('gdalUtilities') | ||
library('circlize') | ||
library('diagis') | ||
library('ggnewscale') | ||
library('lmerTest') | ||
library('lme4') | ||
library('metafor') | ||
library('metan') | ||
library('pbapply') | ||
library('FactoMineR') | ||
library('doParallel') | ||
library('ggpubr') | ||
library('broom') | ||
library('mlr3') | ||
library('RInside') | ||
library('doSNOW') | ||
library('Microsoft365R') | ||
library('googleCloudStorageR') | ||
library('circular') | ||
library('miceadds') | ||
library('multimode') | ||
library('sfsmisc') | ||
library('rJava') | ||
library('R.utils',) | ||
library('reshape2') | ||
library('rworldxtra') | ||
library('RCurl') | ||
library('tidyverse') | ||
library('ranger') | ||
library('sodium') | ||
library('pals') | ||
library('ggcorrplot') | ||
library('aws.s3') | ||
library('agricolae') | ||
library('xlsx') | ||
library('ecmwfr') | ||
library('Hmisc') | ||
library('envirem') | ||
library('maps') | ||
library('dplyr') | ||
library('DSSAT') | ||
library('rworldmap') | ||
|
||
library("analogues") | ||
library("loadeR.java") | ||
library("climate4R.UDG") | ||
library("loadeR") | ||
library("transformeR") | ||
library("visualizeR") | ||
library("downscaleR") | ||
library("convertR") | ||
library("climate4R.indices") | ||
library("BaySREn") | ||
library("apsimx") |