mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 01:49:39 +02:00
missed lib call
This commit is contained in:
parent
2a39655e96
commit
a4ff749824
3 changed files with 6 additions and 6 deletions
|
@ -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'",
|
||||
|
|
|
@ -1 +1 @@
|
|||
hosted_version <- function()'v25.5.4-250510'
|
||||
hosted_version <- function()'v25.5.4-250512'
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
||||
########
|
||||
|
|
Loading…
Add table
Reference in a new issue