Skip to content
Snippets Groups Projects
Commit 1e799056 authored by Maria Voigt's avatar Maria Voigt
Browse files

adding supressMessages to package-load

parent 3ae0fe90
No related branches found
No related tags found
No related merge requests found
......@@ -9,15 +9,16 @@
# Load Libraries #
#----------------#
library(parallel)
library(foreach)
library(doParallel)
library(reshape2)
library(dplyr)
library(rgdal)
library(sp)
library(rgeos)
library(raster)
suppressMessages(library(parallel))
suppressMessages(library(foreach))
suppressMessages(library(doParallel))
suppressMessages(library(reshape2))
suppressMessages(library(dplyr))
suppressMessages(library(rgdal))
suppressMessages(library(sp))
suppressMessages(library(rgeos))
suppressMessages(library(raster))
suppressPackageStartupMessages(library(optparse))
cl <- makeForkCluster(outfile = "")
registerDoParallel(cl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment