Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stephenturner/tverse

Meta package that installs my most commonly used packages
https://github.com/stephenturner/tverse

Last synced: 6 days ago
JSON representation

Meta package that installs my most commonly used packages

Awesome Lists containing this project

README

        

# Tverse

Meta package for installing my most commonly used packages

## Installation

For [all packages](https://github.com/stephenturner/Tverse/blob/main/DESCRIPTION) on the main branch:

``` r
remotes::install_github("stephenturner/Tverse", upgrade=FALSE)
```

For [a minimal set of packages](https://github.com/stephenturner/Tverse/blob/minimal/DESCRIPTION) on the main branch:

``` r
remotes::install_github("stephenturner/Tverse", ref="minimal", upgrade=FALSE)
```