R/bioconductor.R

Defines functions on_bioconductor

Documented in on_bioconductor

#' @rdname bioconductor
#' @title Detect Bioconductor
#'
#' @return A logical value
# nolint start
#' @references Check the Bioconductor Build System: https://github.com/Bioconductor/BBS/
# nolint end
#' @export
#'
#' @examples
#' on_bioconductor()
on_bioconductor <- function() {
  using_envvar("IS_BIOC_BUILD_MACHINE", "true")
}

Try the ami package in your browser

Any scripts or data that you put into this service are public.

ami documentation built on April 4, 2025, 2:39 a.m.