install_github_tagged_version: Install remotes using git tags and R versions

View source: R/method_install_github_tagged_version.R

install_github_tagged_versionR Documentation

Install remotes using git tags and R versions

Description

Install remotes using git tags and R versions

Usage

install_github_tagged_version(
  remotes,
  versions = rep(NA, length(remotes)),
  is_interactive = interactive()
)

Arguments

remotes

A list of remotes in the format of parse_github_repo_spec

versions

The desired versions of the package, NA if unknown.

is_interactive

Whether running in an interactive session


dynverse/dynmethods documentation built on Jan. 18, 2024, 4:44 a.m.