diff --git a/DESCRIPTION b/DESCRIPTION index 93f23ff..8e372a1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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.", diff --git a/NEWS.md b/NEWS.md index 12a12c6..b4714ab 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 =============== diff --git a/codemeta.json b/codemeta.json index 12a6fdb..eabf85c 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", @@ -385,7 +385,7 @@ }, "SystemRequirements": null }, - "fileSize": "9254.324KB", + "fileSize": "280.144KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -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" }