Skip to content

Commit a9ba6d9

Browse files
committed
Version 2022-2023
1 parent 92a52ab commit a9ba6d9

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: BioDataScience2
2-
Version: 2021.0.3
2+
Version: 2022.0.0
33
Title: A Series of Learnr Documents for Biological Data Science 2
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 (>= 3.5.0)
11+
Depends: R (>= 4.1.0)
1212
Imports: learnitdown, BioDataScience, shiny, miniUI
13-
Suggests: SciViews, ggplot2, ggpubr, data.io, flow, chart, covr, knitr, testthat, gradethis
13+
Suggests: SciViews, ggplot2, ggpubr, data.io, svMisc, svBase, svFlow, chart, covr, knitr, testthat, gradethis
1414
License: MIT + file LICENSE
1515
Encoding: UTF-8
1616
LazyData: true
1717
URL: https://github.com/BioDataScience-Course/BioDataScience2
1818
BugReports: https://github.com/BioDataScience-Course/BioDataScience2/issues
1919
Roxygen: list(markdown = TRUE)
20-
RoxygenNote: 7.1.1
20+
RoxygenNote: 7.1.2
2121
VignetteBuilder: knitr

NEWS.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# BioDataScience2 News
22

3+
## Changes in version 2022.0.0
4+
5+
- New version for the academic year 2022-2023.
6+
37
## Changes in version 2021.0.3
48

5-
- Better hints in B03La_mod_lin.
9+
- Better hints in B03La_mod_lin.
610

711
## Changes in version 2021.0.2
812

9-
- Correction of one quiz that had several answers set to `NA` in `B02La_reg_multi`.
13+
- Correction of one quiz that had several answers set to `NA` in `B02La_reg_multi`.
1014

1115
## Changes in version 2021.0.1
1216

0 commit comments

Comments
 (0)