Skip to content

Commit

Permalink
Merge pull request #23 from moshejasper/dev
Browse files Browse the repository at this point in the history
App overhaul: inputs & outputs to filesystem & R environment included!
  • Loading branch information
moshejasper authored Dec 11, 2020
2 parents 8aa2a3d + 3d83164 commit e1d98b4
Show file tree
Hide file tree
Showing 6 changed files with 350 additions and 27 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
.RData
.Rproj.user
inst/doc
testr.tsv
testr.kindata
testr.csv
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: kindisperse
Title: Simulate and Estimate Close-Kin Dispersal Kernels
Version: 0.5.4
Version: 0.6.0
Authors@R:
person(given = "Moshe-Elijah",
family = "Jasper",
Expand Down
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ importFrom(shiny,checkboxGroupInput)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,conditionalPanel)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,eventReactive)
importFrom(shiny,fileInput)
importFrom(shiny,fluidPage)
Expand All @@ -185,6 +187,7 @@ importFrom(shiny,plotOutput)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,renderPlot)
importFrom(shiny,renderPrint)
importFrom(shiny,renderTable)
importFrom(shiny,renderText)
importFrom(shiny,selectInput)
Expand All @@ -194,15 +197,18 @@ importFrom(shiny,sidebarPanel)
importFrom(shiny,sliderInput)
importFrom(shiny,tabPanel)
importFrom(shiny,tableOutput)
importFrom(shiny,textInput)
importFrom(shiny,textOutput)
importFrom(shiny,titlePanel)
importFrom(shiny,updateNumericInput)
importFrom(shiny,updateSelectInput)
importFrom(shinythemes,shinytheme)
importFrom(stats,quantile)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,rweibull)
importFrom(stringr,str_c)
importFrom(stringr,str_ends)
importFrom(tibble,add_column)
importFrom(tibble,add_row)
Expand Down
Loading

0 comments on commit e1d98b4

Please sign in to comment.