Skip to content

Commit 825d155

Browse files
committed
First version 2023-2024
1 parent e7e3478 commit 825d155

File tree

12 files changed

+8
-4
lines changed

12 files changed

+8
-4
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: BioDataScience3
2-
Version: 2022.4.1
2+
Version: 2023.0.0
33
Title: A Series of Learnr Documents for Biological Data Science 3
44
Description: Interactive documents using learnr for studying biological data science (second course).
55
Authors@R: c(
@@ -8,14 +8,14 @@ Authors@R: c(
88
person("Guyliann", "Engels", role = "aut",
99
email = "guyliann.engels@umons.ac.be"))
1010
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
11-
Depends: R (>= 4.1.0)
11+
Depends: R (>= 4.2.0)
1212
Imports: learnitdown, BioDataScience, shiny, miniUI
1313
Suggests: SciViews, ggplot2, ggpubr, data.io, svMisc, svBase, svFlow, chart, covr, knitr, testthat, gradethis
1414
License: MIT + file LICENSE
1515
Encoding: UTF-8
1616
URL: https://github.com/BioDataScience-Course/BioDataScience3
1717
BugReports: https://github.com/BioDataScience-Course/BioDataScience3/issues
1818
Roxygen: list(markdown = TRUE)
19-
RoxygenNote: 7.1.2
19+
RoxygenNote: 7.2.3
2020
VignetteBuilder: knitr
2121
LazyData: true

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# BioDataScience3 2023.0.0
2+
3+
- New version for academic year 2023-2024.
4+
15
# BioDataScience3 2022.4.1
26

37
- Corrections in **C06La_map**.
@@ -28,7 +32,7 @@
2832

2933
- Addition and reworking of learnrs: two learnrs for each module + learnr **C00La_rappel**.
3034

31-
# BioDataScience3 2022.0.1
35+
# BioDataScience3 2022.0.0
3236

3337
- New version for academic year 2022-2023.
3438

0 commit comments

Comments
 (0)