Skip to content

Commit 3d1b1ea

Browse files
committed
Version 2021.0.0
1 parent 29886c8 commit 3d1b1ea

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: BioDataScience
22
Type: Package
3-
Version: 2021.0.9000
3+
Version: 2021.0.0
44
Title: Configuration for Biological Data Science Course
55
Description: User sign in and sign out for the Biological Data Science courses
66
at the University of Mons, Belgium.

NEWS.md

+56-56
Original file line numberDiff line numberDiff line change
@@ -1,200 +1,200 @@
1-
# BioDataScience 2021.0.9000
1+
# BioDataScience 2021.0.0
22

3-
- Dependency moved from {learndown} to {learnitdown}. Preparation of series 2021-2022.
3+
- Dependency moved from {learndown} to {learnitdown}. Preparation of series 2021-2022.
44

5-
- Management of security reworked. Now, an external course password is required.
5+
- Management of security reworked. Now, an external course password is required.
66

7-
- The `obfuscator()` function provides configuration parameters to obfuscate sensible code in {learnr} tutorials (only visible with a teacher password).
7+
- The `obfuscator()` function provides configuration parameters to obfuscate sensible code in {learnr} tutorials (only visible with a teacher password).
88

99
# BioDataScience 2020.0.0
1010

11-
- Clean up finished. Most code moved to {learndown}. Learnr tutorials and Shiny applications moved to {BioDataScience1}.
11+
- Clean up finished. Most code moved to {learndown}. Learnr tutorials and Shiny applications moved to {BioDataScience1}.
1212

13-
- The datasets `biometry` and `biometrie` are left here.
13+
- The datasets `biometry` and `biometrie` are left here.
1414

15-
- The package now contains `config()`, `sign_in()` and `sign_out()` only for database access and user identification.
15+
- The package now contains `config()`, `sign_in()` and `sign_out()` only for database access and user identification.
1616

17-
- A sign out addin is added.
17+
- A sign out addin is added.
1818

1919
# BioDataScience 2020.0.9002
2020

21-
- Add `MONGO_URL_SERVER` environment variable in `init()`.
21+
- Add `MONGO_URL_SERVER` environment variable in `init()`.
2222

2323
# BioDataScience 2020.0.9001
2424

25-
- Separate `MONGO_USER` and `MONGO_PASSWORD` variables in `init()` and do not set them if already there.
25+
- Separate `MONGO_USER` and `MONGO_PASSWORD` variables in `init()` and do not set them if already there.
2626

2727
# BioDataScience 2020.0.9000
2828

29-
- In `record_sdd()`, date is now recorded in GMT timezone and with microseconds.
29+
- In `record_sdd()`, date is now recorded in GMT timezone and with microseconds.
3030

31-
- An `init()` function is added to set globally `MONGO_URL` and `MONGO_BASE` environment variables for {Shiny} and {learnr} applications.
31+
- An `init()` function is added to set globally `MONGO_URL` and `MONGO_BASE` environment variables for {Shiny} and {learnr} applications.
3232

3333
# BioDataScience 2019.6.0
3434

35-
- Correction for tutorial `06b_recombinaison`.
35+
- Correction for tutorial `06b_recombinaison`.
3636

3737
# BioDataScience 2019.5.0
3838

39-
- Correction for tutorial `06b_recombinaison`.
39+
- Correction for tutorial `06b_recombinaison`.
4040

4141
# BioDataScience 2019.4.0
4242

43-
- Tutorial `06b_recombinaison` finalized.
43+
- Tutorial `06b_recombinaison` finalized.
4444

4545
# BioDataScience 2019.3.0
4646

47-
- Tutorial `01a_base` finalized.
47+
- Tutorial `01a_base` finalized.
4848

4949
# BioDataScience 2019.2.0
5050

51-
- Tutorial `01a_base` finalized.
51+
- Tutorial `01a_base` finalized.
5252

5353
# BioDataScience 2019.1.0
5454

55-
- Recheck of the all tutorials (`00a` - `13c`) with the **svbox2019** software environment: minor corrections and version updated to `2019.x.y`.
55+
- Recheck of the all tutorials (`00a` - `13c`) with the **svbox2019** software environment: minor corrections and version updated to `2019.x.y`.
5656

5757
# BioDataScience 2018.1.0
5858

59-
- Recheck of the all tutorials (`00a` - `13c`) with the **svbox2018** software environment and with the new function `collect_sdd()`: minor corrections and version updated to `2018.x.y`.
59+
- Recheck of the all tutorials (`00a` - `13c`) with the **svbox2018** software environment and with the new function `collect_sdd()`: minor corrections and version updated to `2018.x.y`.
6060

6161
# BioDataScience 2019.0.0
6262

63-
- Review of the all tutorials (`00a` - `13c`) with the **svbox2019** software environment.
63+
- Review of the all tutorials (`00a` - `13c`) with the **svbox2019** software environment.
6464

65-
- Internal function `collect_sdd()` now has `user =` and `password =` arguments and the user/password used by default by `record_sdd()` cannot read data in the database anymore.
65+
- Internal function `collect_sdd()` now has `user =` and `password =` arguments and the user/password used by default by `record_sdd()` cannot read data in the database anymore.
6666

6767
# BioDataScience 2018.0.0
6868

69-
- `run()` modified to install latest release matching **svbox** year.
69+
- `run()` modified to install latest release matching **svbox** year.
7070

7171
# BioDataScience 0.25.0
7272

73-
- Review of the all tutorials (`00a` - `13c`) with the **svbox2018** software environment.
73+
- Review of the all tutorials (`00a` - `13c`) with the **svbox2018** software environment.
7474

7575
# BioDataScience 0.24.0
7676

77-
- Tutorial `examen_c` finalized.
77+
- Tutorial `examen_c` finalized.
7878

7979
# BioDataScience 0.23.1
8080

81-
- Review tutorials `00` and `02` with **svbox2019** software environment.
81+
- Review tutorials `00` and `02` with **svbox2019** software environment.
8282

8383
# BioDataScience 0.23.0
8484

85-
- Review of the all tutorials (`02a` - `12a`): corrections.
85+
- Review of the all tutorials (`02a` - `12a`): corrections.
8686

8787
# BioDataScience 0.22.0
8888

89-
- Tutorial `examen_b` finalized.
89+
- Tutorial `examen_b` finalized.
9090

9191
# BioDataScience 0.21.0
9292

93-
- Tutorial `examen_a` finalized.
93+
- Tutorial `examen_a` finalized.
9494

9595
# BioDataScience 0.20.0
9696

97-
- Tutorial `12a_correlation` finalized.
97+
- Tutorial `12a_correlation` finalized.
9898

9999
# BioDataScience 0.19.0
100100

101-
- Correction of bugs in `11b` and `11a` tutorials.
101+
- Correction of bugs in `11b` and `11a` tutorials.
102102

103103
# BioDataScience 0.18.2
104104

105-
- Tutorial `11b_syntaxr` finalized.
105+
- Tutorial `11b_syntaxr` finalized.
106106

107-
- Tutorial `11a_anova2` finalized.
107+
- Tutorial `11a_anova2` finalized.
108108

109109
# BioDataScience 0.18.0
110110

111-
- Tutorial `11b_syntaxr` finalized.
111+
- Tutorial `11b_syntaxr` finalized.
112112

113113
# BioDataScience 0.17.0
114114

115-
- Tutorial `11a_anova2` finalized.
115+
- Tutorial `11a_anova2` finalized.
116116

117117
# BioDataScience 0.16.0
118118

119-
- Tutorial `10b_anova` finalized.
119+
- Tutorial `10b_anova` finalized.
120120

121121
# BioDataScience 0.15.0
122122

123-
- Tutorial `10a_anova` finalized.
123+
- Tutorial `10a_anova` finalized.
124124

125-
- Addition of a test {Shiny} application (histogram.R).
125+
- Addition of a test {Shiny} application (histogram.R).
126126

127127
# BioDataScience 0.14.0
128128

129-
- Tutorial `09b_student` finalized.
129+
- Tutorial `09b_student` finalized.
130130

131131
# BioDataScience 0.13.0
132132

133-
- Tutorial `09a_student` finalized.
133+
- Tutorial `09a_student` finalized.
134134

135135
# BioDataScience 0.12.1
136136

137-
- Tutorial `08b_chi2` finalized.
137+
- Tutorial `08b_chi2` finalized.
138138

139-
- Add html file `08b_chi2`.
139+
- Add html file `08b_chi2`.
140140

141141
# BioDataScience 0.12.0
142142

143-
- Tutorial `08b_chi2` finalized.
143+
- Tutorial `08b_chi2` finalized.
144144

145145
# BioDataScience 0.11.0
146146

147-
- Tutorial `08a_chi2` finalized.
147+
- Tutorial `08a_chi2` finalized.
148148

149149
# BioDataScience 0.10.0
150150

151-
- Tutorial `07b_distri` finalized.
151+
- Tutorial `07b_distri` finalized.
152152

153153
# BioDataScience 0.9.0
154154

155-
- Tutorial `07a_proba` finalized.
155+
- Tutorial `07a_proba` finalized.
156156

157-
- Tutorial `06a_test` finalized.
157+
- Tutorial `06a_test` finalized.
158158

159159
# BioDataScience 0.8.0
160160

161-
- Tutorial `05a_test` finalized.
161+
- Tutorial `05a_test` finalized.
162162

163163
# BioDataScience 0.7.0
164164

165-
- Tutorial `04a_test` finalized.
165+
- Tutorial `04a_test` finalized.
166166

167167
# BioDataScience 0.6.1
168168

169-
- `record_sdd()` refactored.
169+
- `record_sdd()` refactored.
170170

171171
# BioDataScience 0.6.0
172172

173-
- Tutorial `03a_test` finalized.
173+
- Tutorial `03a_test` finalized.
174174

175175
# BioDataScience 0.5.0
176176

177-
- Add new dataset `biometry`.
177+
- Add new dataset `biometry`.
178178

179179
# BioDataScience 0.4.0
180180

181-
- Tutorial `02c_nuage_de_points` finalized.
181+
- Tutorial `02c_nuage_de_points` finalized.
182182

183183
# BioDataScience 0.3.0
184184

185-
- Tutorial `02b_decouverte` finalized.
185+
- Tutorial `02b_decouverte` finalized.
186186

187187
# BioDataScience 0.2.0
188188

189-
- Tutorial `02a_base` finalized.
189+
- Tutorial `02a_base` finalized.
190190

191191
# BioDataScience 0.1.2
192192

193-
- The `run()` function allows for selecting tutorials in a list.
193+
- The `run()` function allows for selecting tutorials in a list.
194194

195195
# BioDataScience 0.1.1
196196

197-
- The `run()` function now looks if there is an updated release and proposes to install it. Also, it provides a menu to select tutorials, in case no arguments are provided.
197+
- The `run()` function now looks if there is an updated release and proposes to install it. Also, it provides a menu to select tutorials, in case no arguments are provided.
198198

199199
# BioDataScience 0.1.0
200200

0 commit comments

Comments
 (0)