Skip to content

Commit

Permalink
bump version for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
leeper committed Jun 15, 2017
1 parent 9b2056d commit 2091ea7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: dataverse
Version: 0.1.24
Version: 0.2.0
Date: 2017-06-15
Title: Client for Dataverse 4 Repositories
Authors@R: c(person("Thomas J.", "Leeper", role = c("aut", "cre"),
Expand Down
4 changes: 0 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,3 @@ library("dataverse")

Users interested in downloading metadata from archives other than Dataverse may be interested in Kurt Hornik's [OAIHarvester](https://cran.r-project.org/package=OAIHarvester) and Scott Chamberlain's [oai](https://cran.r-project.org/package=oai), which offer metadata download from any web repository that is compliant with the [Open Archives Initiative](http://www.openarchives.org/) standards. Additionally, [rdryad](https://cran.r-project.org/package=rdryad) uses OAIHarvester to interface with [Dryad](http://datadryad.org/). The [rfigshare](https://cran.r-project.org/package=rfigshare) package works in a similar spirit to **dataverse** with [https://figshare.com/](https://figshare.com/).

---

[![](https://ropensci.org/public_images/github_footer.png)](http://ropensci.org)

4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,3 @@ library("dataverse")

Users interested in downloading metadata from archives other than Dataverse may be interested in Kurt Hornik's [OAIHarvester](https://cran.r-project.org/package=OAIHarvester) and Scott Chamberlain's [oai](https://cran.r-project.org/package=oai), which offer metadata download from any web repository that is compliant with the [Open Archives Initiative](http://www.openarchives.org/) standards. Additionally, [rdryad](https://cran.r-project.org/package=rdryad) uses OAIHarvester to interface with [Dryad](http://datadryad.org/). The [rfigshare](https://cran.r-project.org/package=rfigshare) package works in a similar spirit to **dataverse** with [https://figshare.com/](https://figshare.com/).

---

[![](https://ropensci.org/public_images/github_footer.png)](http://ropensci.org)

2 changes: 1 addition & 1 deletion vignettes/A-introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In addition to this introduction, the package contains three additional vignette
* ["Data Retrieval and Reuse"](C-retrieval.html)
* ["Data Archiving"](D-archiving.html)

They can be accessed from [CRAN](https://cran.r-project.org/package=dataverse/index.html) or from within R using `vignettes(package = "dataverse")`.
They can be accessed from [CRAN](https://cran.r-project.org/package=dataverse) or from within R using `vignettes(package = "dataverse")`.

The dataverse client package can be installed from [CRAN](https://cran.r-project.org/package=dataverse), and you can find the latest development version and report any issues on GitHub:

Expand Down
2 changes: 1 addition & 1 deletion vignettes/A-introduction.Rmd2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In addition to this introduction, the package contains three additional vignette
* ["Data Retrieval and Reuse"](C-retrieval.html)
* ["Data Archiving"](D-archiving.html)

They can be accessed from [CRAN](https://cran.r-project.org/package=dataverse/index.html) or from within R using `vignettes(package = "dataverse")`.
They can be accessed from [CRAN](https://cran.r-project.org/package=dataverse) or from within R using `vignettes(package = "dataverse")`.

The dataverse client package can be installed from [CRAN](https://cran.r-project.org/package=dataverse), and you can find the latest development version and report any issues on GitHub:

Expand Down

0 comments on commit 2091ea7

Please sign in to comment.