Skip to content

Commit 526a982

Browse files
authored
Merge pull request #40 from ropensci/noamross-deposits
Reference deprecation + deposits in README
2 parents bad514e + c97b9a3 commit 526a982

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

‎README.Rmd‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ knitr::opts_chunk$set(
99
message = FALSE
1010
)
1111
```
12-
13-
[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
12+
[![Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive)*
1413
[![R-check](https://github.com/ropensci/rdryad/workflows/R-check/badge.svg)](https://github.com/ropensci/rdryad/actions?query=workflow%3AR-check)
1514
[![codecov](https://codecov.io/gh/ropensci/rdryad/branch/master/graph/badge.svg)](https://codecov.io/gh/ropensci/rdryad)
1615
[![cran checks](https://cranchecks.info/badges/worst/rdryad)](https://cranchecks.info/pkgs/rdryad)
@@ -19,6 +18,8 @@ knitr::opts_chunk$set(
1918

2019
`rdryad` is a package to interface with the Dryad data repository.
2120

21+
_*This package will be superceded by [{deposits}](https://github.com/ropenscilabs/deposits). See Issue [#39](https://github.com/ropensci/rdryad/issues/39])_
22+
2223
General Dryad API documentation: https://datadryad.org/api/v2/docs/
2324

2425
rdryad docs: https://docs.ropensci.org/rdryad/

‎README.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rdryad
33

44

55

6-
[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
6+
[![Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive)*
77
[![R-check](https://github.com/ropensci/rdryad/workflows/R-check/badge.svg)](https://github.com/ropensci/rdryad/actions?query=workflow%3AR-check)
88
[![codecov](https://codecov.io/gh/ropensci/rdryad/branch/master/graph/badge.svg)](https://codecov.io/gh/ropensci/rdryad)
99
[![cran checks](https://cranchecks.info/badges/worst/rdryad)](https://cranchecks.info/pkgs/rdryad)
@@ -12,6 +12,8 @@ rdryad
1212

1313
`rdryad` is a package to interface with the Dryad data repository.
1414

15+
_*This package will be superceded by [{deposits}](https://github.com/ropenscilabs/deposits). See Issue [#39](https://github.com/ropensci/rdryad/issues/39])_
16+
1517
General Dryad API documentation: https://datadryad.org/api/v2/docs/
1618

1719
rdryad docs: https://docs.ropensci.org/rdryad/

0 commit comments

Comments
 (0)