Skip to content

Commit 171aac2

Browse files
committed
Now recording Shiny and learnrs in the events table
1 parent 21a7027 commit 171aac2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Authors@R: c(
99
email = "guyliann.engels@umons.ac.be"))
1010
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
1111
Depends: R (>= 4.2.0)
12-
Imports: learnitdown, BioDataScience, shiny, miniUI, rstudioapi
12+
Imports: learnitdown (>= 1.8.0), BioDataScience (>= 2024.0.0), shiny, miniUI, rstudioapi
1313
Suggests: SciViews, ggplot2, ggpubr, data.io, svMisc, svBase, svFlow, chart, covr, knitr, testthat, gradethis
1414
License: MIT + file LICENSE
1515
Encoding: UTF-8

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
- Inactivation of all learnrs except those of module 1.
44

5+
- Shiny apps in v2.0.0 version (recording in the events table)
6+
57
# BioDataScience3 2024.0.0
68

79
- New version for academic year 2024-2025.

inst/shiny/C00Sa_histogram/app.R.inactivated

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)