Skip to content

Commit

Permalink
Update to non-experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
steffilazerte committed Feb 24, 2017
1 parent 1ecd90e commit 3324fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inst/shiny-examples/animalnexus/server.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cat("Starting server...\n")
library(feedr, lib.loc = "/usr/local/lib/R_exp/site-library/")
library(feedr)
library(magrittr)
library(shiny)
library(shinyjs)
Expand Down
3 changes: 1 addition & 2 deletions inst/shiny-examples/animalnexus/ui.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cat("Starting UI...\n")
library(feedr, lib.loc = "/usr/local/lib/R_exp/site-library/")
library(feedr)
library(shiny)
library(shinyjs)
library(shinyBS)
Expand Down Expand Up @@ -46,7 +46,6 @@ shinyUI(
#################
tabPanel("Home",
fluidRow(
div(style = "font-size: 200%; padding: 10px; max-width: 350px; margin: auto; text-align:center; border-style: solid; border-radius: 5px; box-shadow: 10px 10px 5px #888888; color: red;", "This is EXPERIMENTAL"),
div(style = "text-align:center", HTML("<h1>Welcome to animal<strong>nexus</strong></h1>")),
h4(style = "text-align:center", "This webapp is based on R shiny and uses the 'feedr' package to transform, summarize and visualize animal movement data collected from RFID stations."),
shinyjs::hidden(h4(id = "get-started", style = "text-align:center", "To get started, ", actionLink("link_db", "select data from our data base"), "or", actionLink("link_import", "import your own."))),
Expand Down

0 comments on commit 3324fd4

Please sign in to comment.