From 2443133b14342b724533d19e1e8746c90533e3fb Mon Sep 17 00:00:00 2001 From: Sylvain Schmitt Date: Mon, 14 Oct 2024 09:03:03 +0200 Subject: [PATCH] sdmverse 1.0.0: Ecography version --- NAMESPACE | 2 +- NEWS.md | 4 ++++ R/launch_app.R | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NAMESPACE b/NAMESPACE index 13b7ddd..1b2c8f9 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) diff --git a/NEWS.md b/NEWS.md index ef19d2c..472a728 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +sdmverse 1.0.0 + +- Ecography version + sdmverse 0.1.0.9023 - inst/scripts/ms_figs.R to examples sections diff --git a/R/launch_app.R b/R/launch_app.R index 69a5c27..a8ee133 100644 --- a/R/launch_app.R +++ b/R/launch_app.R @@ -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