Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #28 from earnaud/dev
Browse files Browse the repository at this point in the history
minor changes
  • Loading branch information
earnaud authored Sep 18, 2019
2 parents 205d9b7 + e28e39a commit ab6fc19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions shinyApp/header.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,15 @@ options(shiny.reactlog=TRUE)
library(shinyFiles)
library(shinyjs)
library(tcltk2)
library(tippy) # install from github

library(tippy)
# EML
library(EML)
library(EMLassemblyline)

# Utils
library(devtools)
library(RefManageR)
# library(dplyr)

## Modules assembly
# Welcome
Expand Down
2 changes: 2 additions & 0 deletions shinyApp/modules/documentation/documentation.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ docUI <- function(id, IM){

# var initialization
moduleNames <- sub("^[0-9]+_(.*)$","\\1",names(docGuideline))
# avoid 404
moduleNames <- moduleNames[moduleNames != "eml-unit Type Definitions"]

# UI output
tagList(
Expand Down

0 comments on commit ab6fc19

Please sign in to comment.