Skip to content

Commit 496eec1

Browse files
committed
Preparation for academic year 2024-2025
1 parent dd1c140 commit 496eec1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+29
-5
lines changed

.Rbuildignore

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

BioDataScience3.Rproj

100644100755
File mode changed.

CONDUCT.md

100644100755
File mode changed.

DESCRIPTION

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

LICENSE

100644100755
File mode changed.

LICENSE.md

100644100755
File mode changed.

NAMESPACE

100644100755
File mode changed.

NEWS.md

100644100755
Lines changed: 4 additions & 0 deletions

R/BioDataScience3-package.R

100644100755
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 BioDataScience3-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 run run_app update_pkg

0 commit comments

Comments
 (0)