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 name

repos

Repositories for install.packages

dependencies

Whether to install dependencies

test

Whether to retry with source or test install

Examples

NULL

taxonomicallyinformedannotation/tima-r documentation built on June 1, 2025, 8:10 p.m.