Skip to content

Commit

Permalink
Clearly state dvn isn't on CRAN any more
Browse files Browse the repository at this point in the history
also correct `create_dataverse()`

ref #33
  • Loading branch information
wibeasley committed Jan 2, 2020
1 parent add1b62 commit e8a9126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/A-introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ With that set, you can easily create a new dataverse, create a dataset within th

```R
# create a dataverse
dat <- create_daverse("mydataverse")
dat <- create_dataverse("mydataverse")

# create a list of metadata
metadat <- list(title = "My Study",
Expand All @@ -100,7 +100,7 @@ Your data are now publicly accessible.

## Appendix: dvn to dataverse Crosswalk

The original [dvn](https://cran.r-project.org/?package=dvn) package, which worked with Dataverse versions <= 3, provided functionality for searching, retrieving, and depositing data. Here is a cross-walk of functionality in case you were already familiar with the dvn package:
The original Dataverse client for R was called [dvn](https://cran.r-project.org/web/packages/dvn/index.html); it worked with Dataverse versions <= 3 and was removed from CRAN in favor of [dataverse](https://CRAN.R-project.org/package=dataverse) in 2018. dvn provided functionality for searching, retrieving, and depositing data. Here is a cross-walk of functionality in case you were already familiar with the dvn package:

| API Category | **dataverse** functions | **dvn** functions |
| ------------ | ----------------------- | ----------------- |
Expand Down

0 comments on commit e8a9126

Please sign in to comment.