Skip to content

Commit f5d65fd

Browse files
committed
Shiny apps in v2.0.0 to record in the events table
1 parent 97c85d9 commit f5d65fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

inst/shiny/A01Sa_limits/app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Limits of the axes for a scatterplot
2-
learnitdown::learnitdownShinyVersion("1.0.0") # Set app version
2+
learnitdown::learnitdownShinyVersion("2.0.0") # Set app version
33
conf <- BioDataScience::config()
44

55
library(shiny)

inst/shiny/A01Sb_transformation/app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Transformation of the axes of a scatterplot
2-
learnitdown::learnitdownShinyVersion("1.0.0")
2+
learnitdown::learnitdownShinyVersion("2.0.0")
33
conf <- BioDataScience::config()
44

55
library(shiny)

inst/shiny/A02Sa_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-
learnitdown::learnitdownShinyVersion("1.0.0")
2+
learnitdown::learnitdownShinyVersion("2.0.0")
33
conf <- BioDataScience::config()
44

55
library(shiny)

0 commit comments

Comments
 (0)