Skip to content

Commit

Permalink
Incrementing versions in anticipation of new data release
Browse files Browse the repository at this point in the history
  • Loading branch information
eveskew committed Dec 6, 2019
1 parent 68f8132 commit b626344
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: lemis
Type: Package
Title: The LEMIS Wildlife Trade Database
Version: 1.0.0
Version: 1.1.0
Authors@R: c(
person("Noam", "Ross", , "[email protected]", role = c("aut", "cre")),
person("Evan A.", "Eskew", , "[email protected]", role = c("aut")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# lemis 1.1.0

This data release has the same temporal scope as the v1.0.0 data (2000-2014) but with minor revisions (mainly related to taxonomy calling) resulting from peer review feedback.

# lemis 1.0.0

This is the first version of the **lemis** data intended for public release. Changes include:
Expand Down
2 changes: 1 addition & 1 deletion data-raw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The scripts in this directory import, clean, and process the data for the **lemi

Once the `.fst` file is generated, it can be attached to the package as a release using `datastorr::github_release_create()`. Please read the help file for this function before doing so. Also, before release, one should update the package version in `DESCRIPTION` and commit all changes to GitHub.

v1.0.0 of **lemis** has the 2000-2014 data set.
v1.1.0 of **lemis** has the 2000-2014 data set.

Finally, `data-raw/` contains two supplemental scripts related to **lemis** package development:

Expand Down
2 changes: 1 addition & 1 deletion data-raw/process_lemis.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ lemis_for_compression <- read_csv(
write_fst(lemis_for_compression, h("data-raw", "lemis.fst"), compress = 100)

# Release the compressed data
# lemis:::lemis_release(description = "First package data for public release (v1.0.0)",
# lemis:::lemis_release(description = "Data release revisions following peer review (v1.1.0)",
# filename = h("data-raw", "lemis.fst"),
# target = "master", ignore_dirty = FALSE)

0 comments on commit b626344

Please sign in to comment.