Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cmip5
# r proj files
.Rproj.user
.RData
.Rproj
# .rmd files
temp*
#
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: wallace
Version: 2.2.0
Version: 2.2.1
Date: 2025-03-06
Title: A Modular Platform for Reproducible Modeling of Species Niches
and Distributions
Expand Down Expand Up @@ -41,9 +41,9 @@ Imports:
ecospat (>= 4.0.0),
ENMeval (>= 2.0.5),
geodata,
htmltools,
knitcitations,
leafem,
leaflet.extras (>= 1.0.0),
magrittr,
markdown,
methods,
Expand Down Expand Up @@ -79,4 +79,4 @@ Suggests:
License: GPL-3
URL: http://wallaceecomod.github.io/wallace/,
Encoding: UTF-8
RoxygenNote: 7.2.3
RoxygenNote: 7.3.3
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Generated by roxygen2: do not edit by hand

export(addDrawToolbar)
export(clearAll)
export(create_module)
export(ecoClimate_getdata)
export(ecoClimate_select)
export(ecospat.plot.nicheDEV)
export(editToolbarOptions)
export(envs_ecoClimate)
export(envs_userEnvs)
export(envs_worldclim)
Expand Down Expand Up @@ -34,6 +36,7 @@ export(predictMaxnet)
export(printVecAsis)
export(register_module)
export(remEnvsValsNA)
export(removeDrawToolbar)
export(reverseLabel)
export(run_wallace)
export(smartProgress)
Expand Down
1 change: 0 additions & 1 deletion R/helper_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ spurious <- function(x) {
DT::renderDataTable(x)
RColorBrewer::brewer.pal(x)
leafem::addMouseCoordinates(x)
leaflet.extras::removeDrawToolbar(x)
markdown::html_format()
rmarkdown::github_document(x)
shinyWidgets::pickerInput(x)
Expand Down
Loading