diff --git a/DESCRIPTION b/DESCRIPTION index 481f5fa..b30eb9b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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"), diff --git a/README.Rmd b/README.Rmd index ca5691d..845225a 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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) - diff --git a/README.md b/README.md index 3c51d28..c3a79f4 100644 --- a/README.md +++ b/README.md @@ -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) - diff --git a/vignettes/A-introduction.Rmd b/vignettes/A-introduction.Rmd index 1df308a..901a37d 100644 --- a/vignettes/A-introduction.Rmd +++ b/vignettes/A-introduction.Rmd @@ -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: diff --git a/vignettes/A-introduction.Rmd2 b/vignettes/A-introduction.Rmd2 index e6f8ee7..5f62b3c 100644 --- a/vignettes/A-introduction.Rmd2 +++ b/vignettes/A-introduction.Rmd2 @@ -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: