Skip to content

Commit 336acfc

Browse files
committed
Course key changed (for Saturn Cloud)
1 parent da4d4dc commit 336acfc

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

DESCRIPTION

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: BioDataScience
22
Type: Package
3-
Version: 2022.0.0
3+
Version: 2022.1.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.
@@ -12,7 +12,11 @@ Authors@R: c(
1212
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
1313
Depends: R (>= 4.1.0)
1414
Imports: learnitdown
15-
Suggests: covr, knitr, rmarkdown, testthat
15+
Suggests:
16+
covr,
17+
knitr,
18+
rmarkdown,
19+
testthat
1620
Remotes: SciViews/learnitdown
1721
License: MIT + file LICENSE
1822
LazyData: true
@@ -22,3 +26,4 @@ Roxygen: list(markdown = TRUE)
2226
RoxygenNote: 7.1.2
2327
VignetteBuilder: knitr
2428
Encoding: UTF-8
29+
Language: en-US

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# BioDataScience 2022.1.0
2+
3+
- Course key changed to match Saturn Cloud workflow.
4+
15
# BioDataScience 2022.0.0
26

37
- New version for academic year 2022-2023. New passwords for users and databases.

R/config.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ obfuscator <- function() {
4949
}
5050

5151
# BioDataScience configuration
52-
.key <- "BioDataScience-Course_2022"
52+
.key <- "SDD_PASSWORD_2022" # Was "BioDataScience-Course_2022"
5353
.msg <- "Mot de passe de votre cours (si oubli\u00E9, le demander par mail \u00E0 sdd@sciviews.org):"
5454
.msg2 <- "Mot de passe de d\u00E9chiffrage learnr:"
5555
.url <- "https://wp.sciviews.org/biodatascience_config_2022"

0 commit comments

Comments
 (0)