missed lib call

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-05-12 11:44:47 +02:00
parent 2a39655e96
commit a4ff749824
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -35,7 +35,7 @@ data_import_ui <- function(id) {
),
shiny::conditionalPanel(
condition = "input.source=='env'",
import_globalenv_ui(id = ns("env"), title = NULL)
datamods::import_globalenv_ui(id = ns("env"), title = NULL)
),
shiny::conditionalPanel(
condition = "input.source=='redcap'",

View file

@ -1 +1 @@
hosted_version <- function()'v25.5.4-250510'
hosted_version <- function()'v25.5.4-250512'

View file

@ -26,7 +26,7 @@ library(shiny)
# library(DHARMa)
# library(apexcharter)
library(toastui)
# library(datamods)
library(datamods)
# library(IDEAFilter)
library(shinyWidgets)
# library(DT)
@ -49,7 +49,7 @@ library(rlang)
#### Current file: /Users/au301842/FreesearchR/R//app_version.R
########
app_version <- function()'25.5.3'
app_version <- function()'25.5.4'
########
@ -2455,7 +2455,7 @@ data_import_ui <- function(id) {
),
shiny::conditionalPanel(
condition = "input.source=='env'",
import_globalenv_ui(id = ns("env"), title = NULL)
datamods::import_globalenv_ui(id = ns("env"), title = NULL)
),
shiny::conditionalPanel(
condition = "input.source=='redcap'",
@ -3996,7 +3996,7 @@ simple_snake <- function(data){
#### Current file: /Users/au301842/FreesearchR/R//hosted_version.R
########
hosted_version <- function()'v25.5.3-250510'
hosted_version <- function()'v25.5.4-250512'
########