File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
Package: BioDataScience
2
2
Type: Package
3
- Version: 2022.0 .0
3
+ Version: 2022.1 .0
4
4
Title: Configuration for Biological Data Science Course
5
5
Description: User sign in and sign out for the Biological Data Science courses
6
6
at the University of Mons, Belgium.
@@ -12,7 +12,11 @@ Authors@R: c(
12
12
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
13
13
Depends: R (>= 4.1.0)
14
14
Imports: learnitdown
15
- Suggests: covr, knitr, rmarkdown, testthat
15
+ Suggests:
16
+ covr,
17
+ knitr,
18
+ rmarkdown,
19
+ testthat
16
20
Remotes: SciViews/learnitdown
17
21
License: MIT + file LICENSE
18
22
LazyData: true
@@ -22,3 +26,4 @@ Roxygen: list(markdown = TRUE)
22
26
RoxygenNote: 7.1.2
23
27
VignetteBuilder: knitr
24
28
Encoding: UTF-8
29
+ Language: en-US
Original file line number Diff line number Diff line change
1
+ # BioDataScience 2022.1.0
2
+
3
+ - Course key changed to match Saturn Cloud workflow.
4
+
1
5
# BioDataScience 2022.0.0
2
6
3
7
- New version for academic year 2022-2023. New passwords for users and databases.
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ obfuscator <- function() {
49
49
}
50
50
51
51
# BioDataScience configuration
52
- .key <- " BioDataScience-Course_2022"
52
+ .key <- " SDD_PASSWORD_2022 " # Was " BioDataScience-Course_2022"
53
53
.msg <- " Mot de passe de votre cours (si oubli\u 00E9, le demander par mail \u 00E0 sdd@sciviews.org):"
54
54
.msg2 <- " Mot de passe de d\u 00E9chiffrage learnr:"
55
55
.url <- " https://wp.sciviews.org/biodatascience_config_2022"
You can’t perform that action at this time.
0 commit comments