Nothing
#' @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")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.