Skip to content

Commit 3ca6587

Browse files
committed
add plyr to neededPkgs -- something in fireSenseUtils
1 parent 94e4135 commit 3ca6587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/DEoptim_fns.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ runDEoptim <- function(landscape,
162162
)
163163

164164
neededPkgs <- c("kSamples", "magrittr", "raster", "data.table", "SpaDES.core",
165-
"SpaDES.tools", "fireSenseUtils", "sf", # "mirai",
165+
"SpaDES.tools", "fireSenseUtils", "sf", "plyr",# "mirai",
166166
"munsell")
167167

168168
control <- clusters::clusterSetup(

0 commit comments

Comments
 (0)