-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac9fb3a
commit da12095
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
output: github_document | ||
--- | ||
|
||
# targets R package design specification | ||
|
||
[![ropensci](https://badges.ropensci.org/401_status.svg)](https://github.com/ropensci/software-review/issues/401) | ||
[![JOSS](https://joss.theoj.org/papers/10.21105/joss.02959/status.svg)](https://doi.org/10.21105/joss.02959) | ||
[![status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) | ||
[![check](https://github.com/ropensci/targets-design/workflows/check/badge.svg)](https://github.com/ropensci/targets-design/actions?query=workflow%3Acheck) | ||
[![publish](https://github.com/ropensci/targets-design/workflows/publish/badge.svg)](https://github.com/ropensci/targets-design/actions?query=workflow%3Apublish) | ||
|
||
This repository contains the design specification of the [`targets`](https://github.com/ropensci/targets) R package. These specifications describe the internal architecture, the data storage model, and the orchestration and branching model. The goal is to help developers contribute to core elements of the package. The rendered output lives at <https://books.ropensci.org/targets-design>. | ||
|
||
## Code of conduct | ||
|
||
Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/). | ||
|
||
## Citation | ||
|
||
```{r} | ||
citation("targets.design") | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters