Skip to content

Commit

Permalink
Rework EAL:
Browse files Browse the repository at this point in the history
- Attributes redone
- Other impacted steps have been edited
  • Loading branch information
earnaud committed Dec 17, 2020
1 parent 416b3d8 commit a5917a0
Show file tree
Hide file tree
Showing 17 changed files with 885 additions and 720 deletions.
Binary file modified .RData
Binary file not shown.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ importFrom(shinyWidgets,searchInput)
importFrom(shinyWidgets,textInputAddon)
importFrom(shinyWidgets,updateMaterialSwitch)
importFrom(shinyWidgets,updateSearchInput)
importFrom(shinycssloaders,withSpinner)
importFrom(shinydashboardPlus,dashboardHeaderPlus)
importFrom(shinydashboardPlus,dashboardPagePlus)
importFrom(shinydashboardPlus,loadingState)
Expand Down
1 change: 1 addition & 0 deletions R/eal_2_DataFiles.R
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ DataFiles <- function(id, main.env) {

# Data size ----
observeEvent(main.env$local.rv$data.files, {
main.env$EAL$tag.list <- tagList()
req(isContentTruthy(main.env$local.rv$data.files))
files.size <- if (isContentTruthy(main.env$local.rv$data.files$size)) {
sum(main.env$local.rv$data.files$size)
Expand Down
Loading

0 comments on commit a5917a0

Please sign in to comment.