Skip to content

Commit

Permalink
Add URL to view code
Browse files Browse the repository at this point in the history
  • Loading branch information
tgouhier committed Jul 8, 2013
1 parent 38b863d commit 9350b7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
replicate(2, rnorm(10))
colMeans(replicate(2, rnorm(10)))
5 changes: 3 additions & 2 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ shinyUI(pageWithSidebar(
"Number of random variables sampled from parent distribution:",
value = 10,
min = 1,
max = 100)
),
max = 100),
br(),
helpText(a(href="https://github.com/tgouhier/climit", target="_blank", "View code"))),

mainPanel(
plotOutput("plot", height="900px")
Expand Down

0 comments on commit 9350b7c

Please sign in to comment.