Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stephenturner/tverse
- Owner: stephenturner
- License: other
- Created: 2022-04-30T09:31:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T15:27:55.000Z (2 months ago)
- Last Synced: 2024-09-06T18:33:23.236Z (2 months ago)
- Language: R
- Size: 17.6 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```