Skip to content

Commit

Permalink
Version 0.9.0: rOpenSci peer review passed
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Mayer authored and Florian Mayer committed Jul 21, 2020
1 parent 595bea3 commit 393661b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: ruODK
Title: An R Client for the ODK Central API
Version: 0.6.6.9030
Version: 0.9.0
Authors@R:
c(person(given = c("Florian", "W."),
family = "Mayer",
Expand Down
33 changes: 28 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# `ruODK` (development version)
This version addresses ROpenSci reviewer comments from
@karissawhiting and @jmt2080ad as well as ideas and suggestions from
@OdiljonQurbon, @arestrom and @dmenne.
* Development continues in the default branch `main`.

# `ruODK` 0.9.0
This is the release on passing
[rOpenSci peer review](https://github.com/ropensci/software-review/issues/335).

This version is the RC for v0.8 to support ODK Central 0.8.
Thanks to the rOpenSci editors and reviewers @maelle, @karissawhiting and
@jmt2080ad, as well as to @OdiljonQurbon, @dickoa, @arestrom and @dmenne.

# `ruODK` 0.6.6
This version addresses ROpenSci reviewer comments from @karissawhiting and
@jmt2080ad, contributions
from @dickoa, as well as ideas and suggestions from @OdiljonQurbon, @arestrom
and @dmenne.

This version supports ODK Central 0.9 while providing backwards compatibility
for ODK Central <= 0.7.

## Major fixes
* New environment variables `ODKC_(TEST_)VERSION` allow `ruODK` to toggle
Expand Down Expand Up @@ -34,16 +46,18 @@ This version is the RC for v0.8 to support ODK Central 0.8.

## Dependencies
* Moved `rlist` to Imports, as it is now used in `odata_submission_get()`. (#6)
* Dropped `rlist` dependency in favour of `tidyr`/`dplyr`. (#85)
* Use development versions of `rlang`, `purrr` and `lifecycle` to get their
latest bug fixes.

## Data
* Use canned data in all vignettes, so they can build without authentication.
(#33)
* Update canned data (and `make-data.R`) to work with travis-built pkgdown site.
* Update canned data (and `make-data.R`) to work with CI-built pkgdown site.
(#52)
* Remove nested list `form_schema_raw` which is only generated from legacy
ODK Central (< 0.8) (#61)
* Added ODK Central < v0.7 form schema for tests.

## Documentation
* Updated workshop companion package [urODK](https://github.com/ropensci/urODK).
Expand All @@ -56,6 +70,15 @@ This version is the RC for v0.8 to support ODK Central 0.8.
* Add examples where missing. (#32)
* Build pkgdown site via GH actions. (#52)
* Minor typographic changes: end every function title with a full stop.
* Broken links and other inconsistencies fixed after contributions from the
ODK Forum, @dickoa, @arestrom, @dmenne.
Thanks for the first community feedback! (#76 #74 #79 #80 #81)

# Docker
* Added Dockerfile to build an RStudio Server image based on `rocker/geospatial`
with `ruODK` and dependencies installed.
* Build a separate Dockerfile for [`urODK`](https://github.com/dbca-wa/urODK)
to launch a hosted RStudio instance in Binderhub. (#83)

# `ruODK` 0.6.6
* The big one has landed: `odata_submission_get()` now defaults to parse
Expand Down
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ citEntry(
entry = "Misc",
title = "ruODK: Client for the ODK Central API",
author = "Florian W. Mayer",
note = "R package version 0.6.6",
note = "R package version 0.9.0",
year = 2020,
url = "https://github.com/ropensci/ruODK",
textVersion = paste(
"Florian W. Mayer (2020). ruODK: Client for the ODK Central API.",
"R package version 0.6.6. https://github.com/ropensci/ruODK"
"R package version 0.9.0. https://github.com/ropensci/ruODK"
)
)

0 comments on commit 393661b

Please sign in to comment.