Skip to content

Commit 43eb022

Browse files
committed
Preparation for academic year 2024-2025
1 parent d8af019 commit 43eb022

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ License: MIT + file LICENSE
1616
URL: https://github.com/BioDataScience-Course/BioDataScience1
1717
BugReports: https://github.com/BioDataScience-Course/BioDataScience1/issues
1818
Roxygen: list(markdown = TRUE)
19-
RoxygenNote: 7.2.3
19+
RoxygenNote: 7.3.1
2020
VignetteBuilder: knitr
2121
Encoding: UTF-8

R/BioDataScience1-package.R

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22
#'
33
#' Run the tutorials using[run()].
44
#'
5-
#' @docType package
65
#' @name BioDataScience1-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+
#' @importFrom BioDataScience config sign_in sign_out
14+
# The following block is used by usethis to automatically manage
15+
# roxygen namespace tags. Modify with care!
16+
## usethis namespace: start
17+
## usethis namespace: end
1318
NULL
14-
15-
#@importFrom BioDataScience config sign_in sign_out run run_app update_pkg

man/BioDataScience1-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)