Skip to content

Commit 1b1bde3

Browse files
committed
Add external links to the package intro.
1 parent 7338bad commit 1b1bde3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
An R package for versioned file I/O using a configuration file.
44

5+
* _[Read the docs](https://henryspatialanalysis.github.io/versioning/)_
6+
* _Available on [CRAN](https://cran.r-project.org/package=versioning)_
7+
* _This is the R implementation of the versioning package; this same package is implemented in Python, and can be viewed on [GitHub](http://github.com/henryspatialanalysis/config-versioned/) and [PyPI](https://pypi.org/project/config-versioned/)._
8+
9+
510
## Overview
611

712
R data pipelines commonly require reading and writing data to versioned directories. Each
@@ -13,6 +18,7 @@ The **versioning** package simplifies management of project settings and file I/
1318
combining them in a single `Config` object, backed by YAML configuration files that are
1419
loaded from and saved to each versioned folder.
1520

21+
1622
## Installation
1723

1824
```r

0 commit comments

Comments
 (0)