Skip to content

Commit d26dd30

Browse files
committed
All learnrs adapted to svbox2022
1 parent a9ba6d9 commit d26dd30

File tree

28 files changed

+856
-926
lines changed

28 files changed

+856
-926
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: BioDataScience2
2-
Version: 2022.0.0
2+
Version: 2022.1.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(
@@ -13,7 +13,6 @@ 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
16-
LazyData: true
1716
URL: https://github.com/BioDataScience-Course/BioDataScience2
1817
BugReports: https://github.com/BioDataScience-Course/BioDataScience2/issues
1918
Roxygen: list(markdown = TRUE)

NEWS.md

Lines changed: 82 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,157 +1,163 @@
1-
# BioDataScience2 News
1+
# BioDataScience2 2022.1.0
22

3-
## Changes in version 2022.0.0
3+
- All learnr exercices adapted and tested with svbox2022.
4+
5+
# BioDataScience2 2022.0.0
46

57
- New version for the academic year 2022-2023.
68

7-
## Changes in version 2021.0.3
9+
# BioDataScience2 2021.0.3
810

9-
- Better hints in B03La_mod_lin.
11+
- Better hints in **B03La_mod_lin**.
1012

11-
## Changes in version 2021.0.2
13+
# BioDataScience2 2021.0.2
1214

13-
- Correction of one quiz that had several answers set to `NA` in `B02La_reg_multi`.
15+
- Correction of one quiz that had several answers set to `NA` in **B02La_reg_multi**.
1416

15-
## Changes in version 2021.0.1
17+
# BioDataScience2 2021.0.1
1618

17-
- Minor change in the template for an exercise in `B01Lb_reglin1`: it was not clear that `plot(correlation(....))` should be used because the template was just `correlation(....)`. Students had to look at hints to understand that.
19+
- Minor change in the template for an exercise in **B01Lb_reglin1**: it was not clear that `plot(correlation(....))` should be used because the template was just `correlation(....)`. Students had to look at hints to understand that.
1820

19-
## Changes in version 2021.0.0
21+
# BioDataScience2 2021.0.0
2022

21-
- Start of 2021 series.
23+
- Start of 2021 series for academic year 2021-2022.
2224

2325
- Moved from {learndown} to {learnitdown}.
2426

25-
## Changes in version 2020.9.0
27+
# BioDataScience2 2020.9.0
2628

27-
- A new tutorial B08La_mfa is added.
29+
- A new tutorial **B08La_mfa** is added.
2830

29-
## Changes in version 2020.8.2
31+
# BioDataScience2 2020.8.2
3032

31-
- In the B07La_pca tutorial, chart\$<type>() does not work properly in specific cases. A work-around is introduced.
33+
- In the **B07La_pca** tutorial, `chart$<type>()` does not work properly in specific cases. A work-around is introduced.
3234

33-
## Changes in version 2020.8.1
35+
# BioDataScience2 2020.8.1
3436

35-
- In the B07La_pca tutorial, chart\$<type>() does not work properly in specific cases. This is an attempt to fix it.
37+
- In the **B07La_pca tutorial**, `chart$<type>()` does not work properly in specific cases. This is an attempt to fix it.
3638

37-
## Changes in version 2020.8.0
39+
# BioDataScience2 2020.8.0
3840

39-
- New tutorial B07La_pca in version 2.
41+
- New tutorial **B07La_pca** in version 2.
4042

4143
- Praise sentences in English are eliminated from result outputs of {gradethis}.
4244

43-
## Changes in version 2020.7.0
45+
# BioDataScience2 2020.7.0
46+
47+
- Tutorial **B06Lc_som** migrated to version 2.
48+
49+
# BioDataScience2 2020.6.0
4450

45-
- Tutorial B06Lc_som migrated to version 2.
51+
- Tutorial **B06Lb_mds** migrated to version 2.
4652

47-
## Changes in version 2020.6.0
53+
# BioDataScience2 2020.5.0
4854

49-
- Tutorial B06Lb_mds migrated to version 2.
55+
- Tutorial **B06La_kmeans** migrated to version 2.
5056

51-
## Changes in version 2020.5.0
57+
# BioDataScience2 2020.4.1
5258

53-
- Tutorial B06La_kmeans migrated to version 2.
59+
- A bug in learnr that cannot run `chart$horizontal()` in **B05La_cah** is eliminated.
5460

55-
## Changes in version 2020.4.1
61+
# BioDataScience2 2020.4.0
5662

57-
- A bug in learnr that cannot run chart\$horizontal() in B05La_cah is eliminated.
63+
- "Tutorial" **B99La_avis** added to get a quick feedback from the students.
5864

59-
## Changes in version 2020.4.0
65+
- Tutorial **B05La_cah** finalized.
6066

61-
- "Tutorial" B99La_avis added to get a quick feedback from the students.
67+
# BioDataScience2 2020.3.1
6268

63-
- Tutorial B05La_cah finalized
69+
- Tutorials that are not in final stage are now placed in the **devel/** directory.
6470

65-
## Changes in version 2020.3.1
71+
# BioDataScience2 2020.3.0
6672

67-
- Tutorials that are not in final stage are now placed in the devel/ directory.
73+
- New tutorial **B04La_nls**.
6874

69-
## Changes in version 2020.3.0
75+
- New Shiny apps **B04Sa_micmen**, **B04Sb_exponent**, **B04Sc_logis**, **B04Sd_gen_logis**, **B04Se_gompertz** and **B04Sf_richards**.
7076

71-
- New tutorial B04La
77+
# BioDataScience2 2020.2.4
7278

73-
- New shinyapps B04Sa, B04Sb, B04Sc, B04Sd, B04Se, B04Sf
79+
- Minor correction in **B03La_mod_lin**.
7480

75-
## Changes in version 2020.2.4
81+
# BioDataScience2 2020.2.3
7682

77-
- Minor change in B03La_mod_lin
83+
- Update **B03La_mod_lin**.
7884

79-
## Changes in version 2020.2.3
85+
# BioDataScience2 2020.2.2
8086

81-
- Update B03La_mod_lin
87+
- Minor correction in **B02la_reg_multi**.
8288

83-
## Changes in version 2020.2.2
89+
# BioDataScience2 2020.2.1
8490

85-
- Minor change in B02la_reg_multi
91+
- Minor correction in **B02lB_reg_poly**.
8692

87-
## Changes in version 2020.2.1
93+
# BioDataScience2 2020.2.0
8894

89-
- Minor change in B02lB_reg_poly
95+
- Update **B02La_reg_multi** and **B02Lb_reg_poly**.
9096

91-
## Changes in version 2020.2.0
97+
# BioDataScience2 2020.1.1
9298

93-
- Update B02La_reg_multi and B02Lb_reg_poly
99+
- Update all tutorials with SciViews Box 2020 and {BioDatascience} package.
94100

95-
## changes in version 2020.1.1
101+
# BioDataScience2 2020.1.0
96102

97-
- Update all tutorials with SciViews Box 2020 and BioDatascience packages
103+
- Update **B01La_rappel** and **B01Lb_reglin1** for better interaction with the {gradethis} package.
98104

99-
## Changes in version 2020.1.0
105+
# BioDataScience2 2020.0.0
100106

101-
- Update B01La_rappel and B01Lb_reglin1 for better interaction with gradethis package.
107+
- Preparation for accademic year 2020-2021.
102108

103-
## Changes in version 2020.0.0
109+
- Update all tutorials with SciViews Box 2020, and name change with **B01Xa_name**, with **'B'** refers to second course, **'01'** to first module, **'X'** being `L` for learnr or `S` for Shiny and **'a'** the sequence in case there are several similar items in the same module.
104110

105-
- Update all tutorials with SciViews Box 2020, and name change with B01Xa_name, with 'B' refers to second course, '01' to first module, 'X' being `L` for learnr or `S` for Shiny and 'a' the sequence in case there are several similar items in the same module.
111+
- RStudio addins for easier application selection.
106112

107-
- RStudio addins.
113+
# BioDataScience2 2019.11.0
108114

109-
## Changes in version 2019.11.0
115+
- Tutorial **06b_mds** and **06c_som** added.
110116

111-
- Tutorial 06b_mds
117+
# BioDataScience2 2019.11.0
112118

113-
- Tutorial 06c_som
119+
- Tutorial **06a_kmeans** added.
114120

115-
## Changes in version 2019.11.0
121+
# BioDataScience2 2019.10.0
116122

117-
- Tutorial 06a_kmeans
123+
- Tutorial **05a_distance_matrix** finished.
118124

119-
## Changes in version 2019.10.0
125+
# BioDataScience2 2019.9.0
120126

121-
- Tutorial 05a_distance_matrix
127+
- New Shiny app **04e_gompertz**.
122128

123-
## Changes in version 2019.9.0
129+
# BioDataScience2 2019.8.0
124130

125-
- New Shiny app 04e_gompertz
131+
- Shiny app **04c_logis** and **04d_gen_logis** added.
126132

127-
## Changes in version 2019.8.0
133+
# BioDataScience2 2019.7.0
128134

129-
- Shiny app 04c 04d
135+
- Shiny app **04a_michaelis_menten** and **04b_exponent** added.
130136

131-
## Changes in version 2019.7.0
137+
# BioDataScience2 2019.6.0
132138

133-
- Shiny app 04a_michaelis_menten and 04b_exponent
139+
- Tutorial **03a_mod_lin** finalized.
134140

135-
## Changes in version 2019.6.0
141+
# BioDataScience2 2019.5.0
136142

137-
- Tutorial 03a_mod_lin finalized
143+
- Tutorial **02a_reg_multi** finalized.
138144

139-
## Changes in version 2019.5.0
145+
# BioDataScience2 2019.4.0
140146

141-
- Tutorial 02a_reg_multi finalized
147+
- Tutorial **02b_reg_poly** finalized.
142148

143-
## Changes in version 2019.4.0
149+
# BioDataScience2 2019.3.0
144150

145-
- Tutorial 02b_reg_poly finalized
151+
- Tutorial **01b_reg_lin**: minor correction.
146152

147-
## Changes in version 2019.3.0
153+
# BioDataScience2 2019.2.0
148154

149-
- Tutorial 01b_reg_lin : minor correction
155+
- Tutorial **01b_reg_lin** finalized.
150156

151-
## Changes in version 2019.2.0
157+
# BioDataScience2 2019.1.0
152158

153-
- Tutorial 01b_reg_lin finalized
159+
- Tutorial **01a_rappel** finalized.
154160

155-
## Changes in version 2019.1.0
161+
# BioDataScience2 2019.0.0
156162

157-
- Tutorial 01a_rappel finalized
163+
- First versioned version (first number is the academic year, e.g., 2019.0.0 is for academic year 2019-2020).

0 commit comments

Comments
 (0)