Skip to content

Commit da4d4dc

Browse files
committed
Version 2022-2023
1 parent 8874c42 commit da4d4dc

File tree

4 files changed

+18
-19
lines changed

4 files changed

+18
-19
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: BioDataScience
22
Type: Package
3-
Version: 2021.1.0
3+
Version: 2022.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.
@@ -10,7 +10,7 @@ Authors@R: c(
1010
person("Guyliann", "Engels", role = "aut",
1111
email = "guyliann.engels@umons.ac.be"))
1212
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
13-
Depends: R (>= 3.5.0)
13+
Depends: R (>= 4.1.0)
1414
Imports: learnitdown
1515
Suggests: covr, knitr, rmarkdown, testthat
1616
Remotes: SciViews/learnitdown
@@ -19,6 +19,6 @@ LazyData: true
1919
URL: https://github.com/BioDataScience-Course/BioDataScience
2020
BugReports: https://github.com/BioDataScience-Course/BioDataScience/issues
2121
Roxygen: list(markdown = TRUE)
22-
RoxygenNote: 7.1.1
22+
RoxygenNote: 7.1.2
2323
VignetteBuilder: knitr
2424
Encoding: UTF-8

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# BioDataScience 2022.0.0
2+
3+
- New version for academic year 2022-2023. New passwords for users and databases.
4+
15
# BioDataScience 2021.1.0
26

3-
- `sdd_info()` function and corresponding RStudio addin are introduced for easily sharing small pieces of text in a central repository.
7+
- `sdd_info()` function and corresponding RStudio addin are introduced for easily sharing small pieces of text in a central repository.
48

59
# BioDataScience 2021.0.0
610

R/config.R

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,14 @@ obfuscator <- function() {
4949
}
5050

5151
# BioDataScience configuration
52-
.key <- "BioDataScience-Course_2021"
52+
.key <- "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:"
55-
.url <- "https://wp.sciviews.org/biodatascience_config_2021"
56-
.user_file <- "~/.biodatascience_user_2021"
57-
.config_file <- "~/.biodatascience_config_2021"
58-
.pass_admin <- "o0MCeHci7zqJqJxurnxW5yU/21ZcyReqeIvBSNjEBbw/1MnHyoPeDMmfYo4u133P"
59-
.pass_conf <- "K9RrzXHETpZ9WAUX6tsM1vwivfKYqRke5jg73rB2nezt3IujO6yT2k3XMxcQuK7c"
60-
.pass_user <- "Etlc0+7OlJ7xj7a2SW+tvhNR+UGDjsXERfmkvWYxXTA1U1gxj3qGhjfrYt4TVgoI"
61-
.iv_user <- "1638369746832634"
62-
.pass_check <- "iX8AgLBBDpFrBtFV9zFNMA=="
63-
# TODO: Old version, to be deleted!!!
64-
## These items should better be hidden... but how?
65-
#.pass_conf <- "$G8rLCuk4D7g!G%!kH@BzzvWKpa&LT6d"
66-
#.pass_user <- "R*.px_#:4hVXZ#d#&,0fU52lEzc6.,Qv"
67-
#.iv_user <- "1638369746832634"
55+
.url <- "https://wp.sciviews.org/biodatascience_config_2022"
56+
.user_file <- "~/.biodatascience_user_2022"
57+
.config_file <- "~/.biodatascience_config_2022"
58+
.pass_admin <- "z5s25kX6stUbnaNn2cnaPiYhHpbtAxVxIXE9t33IdLcDd+0g1bHehOPjcpuDYLt7"
59+
.pass_conf <- "2oZksEbOynHmQZm8dxKhSyXWLmtC/vJ1aZ5Fc8+zUHTqmifYh7NU7GmGzyiumfBI"
60+
.pass_user <- "2lbIi4yX6EPm0Pen3U38WBimRYT/oFwvSmlM3aIi09a1o9o20FyBuR06uuUI83dF"
61+
.iv_user <- "4551412035512466"
62+
.pass_check <- "zH/P5QBVtFckKsz8mstaVQ=="

man/sdd_info.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)