Skip to content

Commit

Permalink
moms is now automatically loaded for shiny
Browse files Browse the repository at this point in the history
  • Loading branch information
TGuillerme committed Oct 1, 2019
1 parent f29aea1 commit 822dc98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 4 additions & 0 deletions helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
# input$color_scheme <- "Greyscale"
# input$scale_axis <- FALSE

## Get all functions
sourceDir("R/")


## Get the space details
## Return a space, or an error message to be written to output.
get.space <- function(input, args.only = FALSE){
Expand Down
4 changes: 2 additions & 2 deletions rsconnect/shinyapps.io/tguillerme/moms.dcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ account: tguillerme
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 1266739
bundleId: 2457633
bundleId: 2457640
url: https://tguillerme.shinyapps.io/moms/
when: 1569901495.05566
when: 1569901912.02407
7 changes: 0 additions & 7 deletions server.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
library(shiny)
library(dispRity)
library(devtools)
if(!require(moms)) {
devtools::install_github("TGuillerme/moms")
}
library(moms)



## Load the R functions
source("helpers.R")
Expand Down

0 comments on commit 822dc98

Please sign in to comment.