Skip to content

Commit e11aebb

Browse files
committed
Preparation for academic year 2024-2025
1 parent d329d26 commit e11aebb

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: BioDataScience2
2-
Version: 2023.9.0
2+
Version: 2024.0.0
33
Title: A Series of Learnr Documents for Biological Data Science 2
44
Description: Interactive documents using learnr for studying biological data science (second course).
55
Authors@R: c(
@@ -16,5 +16,5 @@ Encoding: UTF-8
1616
URL: https://github.com/BioDataScience-Course/BioDataScience2
1717
BugReports: https://github.com/BioDataScience-Course/BioDataScience2/issues
1818
Roxygen: list(markdown = TRUE)
19-
RoxygenNote: 7.2.3
19+
RoxygenNote: 7.3.1
2020
VignetteBuilder: knitr

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# BioDataScience2 2024.0.0
2+
3+
- New version for the academic year 2024-2025.
4+
15
# BioDataScience2 2023.9.0
26

37
- Learnrs **B09La_db**, **B09Lb_mds** and **B10La_som** revised for 2023-2024.

R/BioDataScience2-package.R

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
#'
33
#' Run the tutorials using[run()].
44
#'
5-
#' @docType package
65
#' @name BioDataScience2-package
6+
"_PACKAGE"
77
#'
88
#' @importFrom learnitdown run learnitdownLearnrBanner learnitdownLearnrServer
99
#' @importFrom BioDataScience config sign_in sign_out
1010
#' @importFrom shiny dialogViewer observeEvent selectInput stopApp runGadget
1111
#' @importFrom miniUI gadgetTitleBar miniContentPanel miniPage miniTitleBarButton miniTitleBarCancelButton
1212
#' @importFrom rstudioapi showDialog
13+
# The following block is used by usethis to automatically manage
14+
# roxygen namespace tags. Modify with care!
15+
## usethis namespace: start
16+
## usethis namespace: end
1317
NULL
14-
15-
#@importFrom BioDataScience config sign_in sign_out run run_app update_pkg

man/BioDataScience2-package.Rd

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)