Skip to content

Commit 26fe5df

Browse files
committed
Slight changes to Shiny apps
1 parent df623bb commit 26fe5df

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

inst/shiny/A02a_limits/app.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Limits of the axes for a scatterplot
12
learndown::learndownShinyVersion("0.0.9001") # Set app version
23
conf <- BioDataScience::config()
34

inst/shiny/A02a_transformation/app.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Transformation of the axes of a scatterplot
12
learndown::learndownShinyVersion("1.0.0")
23
conf <- BioDataScience::config()
34

inst/shiny/A03a_histogram/app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Histogram with variable classes
2-
# learndown::learndownShinyVersion("1.0.0")
2+
learndown::learndownShinyVersion("1.0.0")
33
conf <- BioDataScience::config()
44

55
library(shiny)

inst/shiny/A06a_sampling/app.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Sampling a distribution
12
learndown::learndownShinyVersion("1.0.0")
23
conf <- BioDataScience::config()
34

0 commit comments

Comments
 (0)