Skip to content

Commit

Permalink
sdmverse 1.0.0: Ecography version
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainschmitt committed Oct 14, 2024
1 parent 135bd0b commit 2443133
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export(plot_table)
export(prep_table)
export(template_from_cran)
import(igraph)
import(shiny)
import(shiny, except=c(dataTableOutput, renderDataTable))
import(shinycssloaders)
import(shinydashboard)
importFrom(DT,dataTableOutput)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
sdmverse 1.0.0

- Ecography version

sdmverse 0.1.0.9023

- inst/scripts/ms_figs.R to examples sections
Expand Down
2 changes: 1 addition & 1 deletion R/launch_app.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @include utils-pipe.R
#' @import shiny
#' @rawNamespace import(shiny, except=c(dataTableOutput, renderDataTable))
#' @import shinycssloaders
#' @import shinydashboard
#' @importFrom DT renderDataTable dataTableOutput
Expand Down

0 comments on commit 2443133

Please sign in to comment.