install: Install

View source: R/install.R

installR Documentation

Install

Description

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

repos

Repos

dependencies

Flag for dependencies

test

Flag for tests

Examples

NULL

taxonomicallyinformedannotation/tima-r documentation built on Nov. 20, 2024, 4:34 a.m.