Skip to content

Commit

Permalink
resovle conflict
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/womeimingzi11/moreThanANOVA

# Conflicts:
#	moreThanANOVA.Rproj
#	ui.R
  • Loading branch information
womeimingzi11 committed Aug 21, 2021
2 parents ec7c332 + 63490dc commit 8ca45b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion moreThanANOVA.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Encoding: UTF-8
RnwWeave: Sweave
LaTeX: XeLaTeX

LineEndingConversion: Posix
LineEndingConversion: Posix
10 changes: 2 additions & 8 deletions ui.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#
# This is a Shiny web application. You can run the application by clicking
# the 'Run App' button above.
#
Expand Down Expand Up @@ -91,16 +90,11 @@ ui <- fluidPage(
'ToothGrowth (Demo2)' = 'demo-tooth'),
selected = 'demo-tooth'
),
conditionalPanel(
condition = "input.data_source == 'file'",
fileInput('df_upload_file',
'Please upload your data')
),
helpText(
a(href = "https://archive.ics.uci.edu/ml/datasets/iris", "Iris Data Set"),
tags$br(),
a(href = "https://academic.oup.com/jn/article-abstract/33/5/491/4726758?redirectedFrom=fulltext", "ToothGrowth Data Set")
),
),
conditionalPanel(
condition = "input.data_source == 'file'",
fileInput('df_upload_file',
Expand Down Expand Up @@ -317,4 +311,4 @@ ui <- fluidPage(
includeMarkdown('resource/page/acknowledgements.md')
)
)
)
)

0 comments on commit 8ca45b6

Please sign in to comment.