Skip to content

Commit

Permalink
adding back snow
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainschmitt committed Oct 19, 2023
1 parent 369b0b1 commit c17d8a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Imports:
parallel (>= 3.5.2),
leaflet (>= 2.2.0),
magrittr (>= 2.0.3),
sdm (>= 1.1.8)
sdm (>= 1.1.8),
snow (>= 0.4-4)
Depends:
R (>= 3.2.2)
Collate:
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ exportMethods(stacking)
exportMethods(sum)
exportMethods(update)
import(methods)
import(snow)
importFrom(dismo,evaluate)
importFrom(dismo,maxent)
importFrom(dismo,threshold)
Expand Down
1 change: 1 addition & 0 deletions R/stack_modelling.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#' @importFrom foreach foreach %dopar%
#' @importFrom doParallel registerDoParallel
#' @importFrom parallel detectCores makeCluster stopCluster
#' @import snow
NULL

#'Build an SSDM that assembles multiple algorithms and species.
Expand Down

0 comments on commit c17d8a8

Please sign in to comment.