Skip to content

Commit 992f8fd

Browse files
committed
New version for academic year 2024-2025
1 parent b6e65c1 commit 992f8fd

File tree

7 files changed

+45
-17
lines changed

7 files changed

+45
-17
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: BioDataScience
22
Type: Package
3-
Version: 2023.1.0
3+
Version: 2024.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.
@@ -23,7 +23,7 @@ LazyData: true
2323
URL: https://github.com/BioDataScience-Course/BioDataScience
2424
BugReports: https://github.com/BioDataScience-Course/BioDataScience/issues
2525
Roxygen: list(markdown = TRUE)
26-
RoxygenNote: 7.2.3
26+
RoxygenNote: 7.3.1
2727
VignetteBuilder: knitr
2828
Encoding: UTF-8
2929
Language: en-US

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ export(sdd_repo_issue)
88
export(sign_in)
99
export(sign_out)
1010
importFrom(gert,git_remote_info)
11+
importFrom(rstudioapi,showDialog)

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# BioDataScience 2024.0.0
2+
3+
- New version for academic year 2024-2024. New passwords.
4+
15
# BioDataScience 2023.1.0
26

37
- An RStudio addin to check disk space used in `/home/jovyan` is added (useful for SaturnCloud). The corresponding function is `disk_info()`, which allows for testing other disks than the one corresponding to `/home/jovyan` (or all disks with `path = ""`).
@@ -8,7 +12,7 @@
812

913
# BioDataScience 2023.0.0
1014

11-
- New version for academic year 2022-2023. New passwords.
15+
- New version for academic year 2023-2024. New passwords.
1216

1317
- New addin "New repo issue", paired with function `sdd_repo_issue()` for easily creating a new issue in the currently edited repository.
1418

R/BioDataScience-package.R

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
#' Record user informations using [sign_in()] (or erase them using [sign_out()]).
44
#' Access the MongoDB database for the course through [config()].
55
#'
6-
#' @docType package
7-
#' @name BioDataScience-package
8-
#'
6+
#' @name SciViews-package
7+
"_PACKAGE"
8+
9+
# The following block is used by usethis to automatically manage
10+
# roxygen namespace tags. Modify with care!
11+
## usethis namespace: start
12+
## usethis namespace: end
913
NULL

R/config.R

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

5151
# BioDataScience configuration
52-
.key <- "SDD_PASSWORD_2023"
52+
.key <- "SDD_PASSWORD_2024"
5353
.msg <- "Mot de passe de votre cours:"
5454
.msg2 <- "Mot de passe de d\u00E9chiffrage learnr:"
55-
.url <- "https://wp.sciviews.org/biodatascience_config_2023"
56-
.user_file <- "~/.biodatascience_user_2023"
57-
.config_file <- "~/.biodatascience_config_2023"
58-
.pass_admin <- "WZ2H5D4+hYcFv1x0YGw1pVv8O2WDKKHMTULK5U/h4Y5ikJPat6gaE4ruXTYx5DaJ"
59-
.pass_conf <- "ThsS2dmhy6mwl84IgULEB+e4uBLXniaq829hh9GiSj0IoFjEmV3PEH2hbQDsiArx"
60-
.pass_user <- "QbAwU9vjg7RVYTks7Ktmd4FIrs1Xn++4uCFB4o3QPvzjB0uekVQLhOkEvhP7fYic"
61-
.iv_user <- "4551412035512466"
62-
.pass_check <- "4UYMB125fhjUGb1yZMPPpA=="
55+
.url <- "https://wp.sciviews.org/biodatascience_config_2024"
56+
.user_file <- "~/.biodatascience_user_2024"
57+
.config_file <- "~/.biodatascience_config_2024"
58+
.pass_admin <- "8UOuCPeIyHPpg1yd4OstNyMEqwlyJEQuu08IXvgReMdl8nQMFaFVpf7rDJxpwmQi"
59+
.pass_conf <- "IgGD/TuBvCxTlwzz+uAg5DTQ38dG7HRQaG1Q1+Y7nQrbhZ7vgUwR7xOXhri/2J3u"
60+
.pass_user <- "+ZWun28oDX8B+yshnfu1Tv0HyAIYQvjfSHnG2iE1Xn2nt5njia58JbakEwWonoml"
61+
.iv_user <- "9515136956351670"
62+
.pass_check <- "VFaBnRKh9WARWyvtaqhpKA=="

R/sdd_repo_issue.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#' currently edited (and a warning is issued too).
88
#' @export
99
#' @importFrom gert git_remote_info
10-
#' @umportFrom rstudioapi showDialog
10+
#' @importFrom rstudioapi showDialog
1111
#'
1212
#' @examples
1313
#' sdd_repo_issue()

man/BioDataScience-package.Rd renamed to man/SciViews-package.Rd

Lines changed: 20 additions & 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)