Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/databio/unitar
Targets that span projects in R
https://github.com/databio/unitar
r r-package targets
Last synced: 3 months ago
JSON representation
Targets that span projects in R
- Host: GitHub
- URL: https://github.com/databio/unitar
- Owner: databio
- License: other
- Created: 2021-03-11T22:53:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T20:32:59.000Z (over 3 years ago)
- Last Synced: 2024-06-05T02:31:57.558Z (5 months ago)
- Topics: r, r-package, targets
- Language: R
- Homepage: http://unitar.databio.org
- Size: 481 KB
- Stars: 16
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - databio/unitar - Targets that span projects in R (R)
README
# Unitar
Unitar is a simple R package that wraps the [targets](https://github.com/ropensci/targets) package. To use unitar, you will need to already be familiar with `targets`, because the functionality is just an extension of targets and the naming conventions all follow the targets package approach. Unitar adds new functionality to use targets that span projects, which is outside the scope of the base targets package. With unitar, you can very easily link two targets projects, loading in built targets from other projects so that you can share caches and computing across users and projects.
Please see the vignette in the vignettes folder for installation and usage instructions.
## Install
For now, install with:
```
devtools::install_github("databio/unitar")
```