Skip to content

Commit

Permalink
Documentation review #2
Browse files Browse the repository at this point in the history
  • Loading branch information
earnaud committed May 5, 2020
1 parent bf0c4d9 commit 700a15e
Show file tree
Hide file tree
Showing 133 changed files with 539 additions and 60,924 deletions.
Binary file removed .old/SystemGuidelineList-pruned.RData
Binary file not shown.
Binary file removed .old/SystemGuidelineTree-short.RData
Binary file not shown.
Binary file removed .old/UserGuidelineList+attributes.RData
Binary file not shown.
Binary file removed .old/UserGuidelineTree.RData
Binary file not shown.
22 changes: 0 additions & 22 deletions .old/moduleInput.R

This file was deleted.

44 changes: 16 additions & 28 deletions .old/modules/moduleInput.R
Original file line number Diff line number Diff line change
@@ -1,34 +1,22 @@
# This module shows the different possible inputs
### moduleNavTree.R

### UI ELEMENTS ###
# Imports
source("functionsInput.R")
source("styleInput.R")

# Choice input
choiceInput <- function(id = "choice",
choices){
# Function namespace
ns = NS(id)
# Guidelines
cat("* Loading System Guideline ...\r")
SystemGuideline = as.list(readRDS("../../guideLines/SystemGuidelineList.RData"))
cat("* System Guideline successfully loaded !\n")

# UI functions
inputUI <- function(id, IM){
ns <- NS(id)


# Final UI dusplay
return(do.call(tabsetPanel, c(id = id,
lapply(1:length(choices),
function(i){
tabPanel(
title=names(choices)[i],
paste(unlist(choices[[i]]),
collapse = " ")
)
})
)
)
)
}


### SERVER ELEMENTS ###
choiceServer <- function(input,
output,
session){
output <- reactive({
return(input)
})
# Server functions
input <- function(input, output, session, IM){

}
6 changes: 0 additions & 6 deletions .old/tableFiles/access.csv

This file was deleted.

62 changes: 0 additions & 62 deletions .old/tableFiles/attribute.csv

This file was deleted.

25 changes: 0 additions & 25 deletions .old/tableFiles/constraint.csv

This file was deleted.

54 changes: 0 additions & 54 deletions .old/tableFiles/coverage.csv

This file was deleted.

6 changes: 0 additions & 6 deletions .old/tableFiles/dataTable.csv

This file was deleted.

23 changes: 0 additions & 23 deletions .old/tableFiles/dataset.csv

This file was deleted.

12 changes: 0 additions & 12 deletions .old/tableFiles/documentation.csv

This file was deleted.

10 changes: 0 additions & 10 deletions .old/tableFiles/eml.csv

This file was deleted.

12 changes: 0 additions & 12 deletions .old/tableFiles/entity.csv

This file was deleted.

77 changes: 0 additions & 77 deletions .old/tableFiles/literature.csv

This file was deleted.

20 changes: 0 additions & 20 deletions .old/tableFiles/methods.csv

This file was deleted.

Loading

0 comments on commit 700a15e

Please sign in to comment.