From f88f6e19ce2d121e82869c4418d26fe9ff7b1db9 Mon Sep 17 00:00:00 2001 From: enblacar Date: Sun, 13 Aug 2023 11:57:35 +0200 Subject: [PATCH] Fix startup messages. -6 --- R/utils.R | 2 -- man/package_report.Rd | 4 ---- 2 files changed, 6 deletions(-) diff --git a/R/utils.R b/R/utils.R index ad5f432..0eaec1f 100644 --- a/R/utils.R +++ b/R/utils.R @@ -488,8 +488,6 @@ check_suggests <- function(function_name, passive = FALSE){ #' #' @param startup \strong{\code{\link[base]{logical}}} | Whether the message should be displayed at startup, therefore, also containing welcoming messages and tips. If \strong{\code{FALSE}}, only the report itself will be printed. #' @param extended \strong{\code{\link[base]{logical}}} | Whether the message should also include installed packages, current and available version, and which \strong{\code{SCpubr}} functions can be used with the currently installed packages. -#' @param bioconductor_repo \strong{\code{\link[base]{character}}} | Link to the repository that should be used to check \strong{\code{Bioconductor}} packages. -#' @param cran_repo \strong{\code{\link[base]{character}}} | Link to the repository that should be used to check \strong{\code{CRAN}} packages. #' @return None #' @export #' diff --git a/man/package_report.Rd b/man/package_report.Rd index f2d99e6..25927c0 100644 --- a/man/package_report.Rd +++ b/man/package_report.Rd @@ -10,10 +10,6 @@ package_report(startup = FALSE, extended = FALSE) \item{startup}{\strong{\code{\link[base]{logical}}} | Whether the message should be displayed at startup, therefore, also containing welcoming messages and tips. If \strong{\code{FALSE}}, only the report itself will be printed.} \item{extended}{\strong{\code{\link[base]{logical}}} | Whether the message should also include installed packages, current and available version, and which \strong{\code{SCpubr}} functions can be used with the currently installed packages.} - -\item{bioconductor_repo}{\strong{\code{\link[base]{character}}} | Link to the repository that should be used to check \strong{\code{Bioconductor}} packages.} - -\item{cran_repo}{\strong{\code{\link[base]{character}}} | Link to the repository that should be used to check \strong{\code{CRAN}} packages.} } \value{ None