Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Sep 18, 2022
1 parent 4096c89 commit 6c54015
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: canaper
Title: Categorical Analysis of Neo- And Paleo-Endemism
Version: 0.0.2
Version: 0.0.3
Authors@R:
c(
person(given = "Joel H.",
Expand Down
28 changes: 28 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
canaper 0.0.3
===============

Includes improvements in response to review on ropensci (https://github.com/ropensci/software-review/issues/475)
### DOCUMENTATION

* Update README with comparisons to other packages (d8aaf8de5193166d52ab890d8267090ea2f8ef6a)

* Add link to CONTRIBUTING.md to README (d8aaf8de5193166d52ab890d8267090ea2f8ef6a)

* Change Depends: R (>= 3.5.0) to Depends: R (>= 4.1.0) in DESCRIPTION (0f334965fb5a3fe5034eb1bc682b5051548eddb1)

* Add @KlausVigo as reviewer to DESCRIPTION (6e9b3d55202e2294a6436280ca6b01db13d92974)

### BUG FIXES

* Delete redundant checks in internal functions (bccd0278dd3de5853680d9979ca26c1aa38a7fb3)

### TESTS

* Make skipping of extended tests default (https://github.com/joelnitta/canaper/blob/76c277490dcecd0f32df351c48c8f8c891674aad/tests/testthat/test-cpr_rand_test.R#L395)

* Decrease number of replicates so tests finish faster (12bbe36bf5516a2a63c1235c76234708c4c5432d, f3af4671d679020aeaa97b1a038b3b5a96633f42)

### OTHER

* Import functions from phyloregion instead of copying (7e8b24950912bfa2a5e10cf4dd9cfa8910d74e76)

canaper 0.0.2
===============

Expand Down
10 changes: 4 additions & 6 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci/canaper",
"issueTracker": "https://github.com/ropensci/canaper/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.2",
"version": "0.0.3",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -385,7 +385,7 @@
},
"SystemRequirements": null
},
"fileSize": "9254.324KB",
"fileSize": "280.144KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -410,8 +410,6 @@
}
],
"releaseNotes": "https://github.com/ropensci/canaper/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/canaper/blob/main/README.md",
"contIntegration": ["https://github.com/ropensci/canaper/actions", "https://codecov.io/gh/joelnitta/canaper?branch=main"],
"developmentStatus": "https://www.repostatus.org/#wip",
"keywords": ["biodiversity", "canape"]
"contIntegration": ["https://github.com/ropensci/canaper/actions", "https://codecov.io/gh/ropensci/canaper?branch=main"],
"developmentStatus": "https://www.repostatus.org/#wip"
}

0 comments on commit 6c54015

Please sign in to comment.