Skip to contents

This function runs some required install

Usage

install(
  package = "tima",
  repos = c("https://taxonomicallyinformedannotation.r-universe.dev",
    "https://bioc.r-universe.dev", "https://cloud.r-project.org"),
  dependencies = TRUE,
  test = FALSE
)

Arguments

package

Package name

repos

Repositories for install.packages

dependencies

Whether to install dependencies

test

Whether to retry with source or test install

Examples

NULL
#> NULL