Skip to content

Commit bdc5def

Browse files
authored
Bump version to 1.1.6 and update maintainer details (#267)
Bump version to 1.1.6 and update maintainer details for Elizabeth Wenk
1 parent 82c4543 commit bdc5def

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: APCalign
22
Title: Resolving Plant Taxon Names Using the Australian Plant Census
3-
Version: 1.1.5
3+
Version: 1.1.6
44
Authors@R: c(
5-
person(given = "Daniel", family = "Falster", role = c("aut", "cre", "cph"), email = "daniel.falster@unsw.edu.au", comment = c(ORCID = "0000-0002-9814-092X")),
6-
person(given = "Elizabeth", family = "Wenk", role = c("aut", "ctb"), email = "e.wenk@unsw.edu.au", comment = c(ORCID = "0000-0001-5640-5910")),
5+
person(given = "Elizabeth", family = "Wenk", role = c("aut", "cre", "cph"), email = "e.wenk@unsw.edu.au", comment = c(ORCID = "0000-0001-5640-5910")),
6+
person(given = "Daniel", family = "Falster", role = c("aut", "ctb"), email = "daniel.falster@unsw.edu.au", comment = c(ORCID = "0000-0002-9814-092X")),
77
person(given = "Will", family = "Cornwell", role = c("aut", "ctb"), email = "w.cornwell@unsw.edu.au", comment = c(ORCID = "0000-0003-4080-4073")),
88
person(given = "Fonti", family = "Kar", role = c("aut", "ctb"), email = "f.kar@unsw.edu.au", comment = c(ORCID = "0000-0002-2760-3974")),
99
person(given = "Carl", family= "Boettiger", role = c("ctb"), email = "cboettig@gmail.com", comment = c(ORCID = "0000-0002-1642-628X"))

NEWS.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# APCalign 1.1.6
2+
3+
- Fix issue #262: filter to accepted species only in genus-family lookup
4+
- Skip problematic tests on CRAN
5+
- Update maintainer to Elizabeth Wenk, reflecting her leading role in writing the core of the package algorithms and maintaining it going forward.
6+
17
# APCalign 1.1.3
28

39
- Failing gracefully for the edge case when the internet is up generally but github is down for a few seconds
@@ -10,7 +16,7 @@
1016

1117
# APCalign 1.0.2
1218

13-
Minor update to fix
19+
Minor update to fix issues
1420

1521
- Deal with the vignette issues that emerged on CRAN
1622
- Improve "graceful failing", based on issues that have come up on github CI

0 commit comments

Comments
 (0)