diff --git a/DESCRIPTION b/DESCRIPTION index 5d3617c..8d8b54a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,7 @@ Description: Species trait data from many different sources, including from the USDA plants database, data from 'EOL' 'Traitbank', Coral traits data (), 'Birdlife' International, and more. -Version: 0.4.1.9100 +Version: 0.4.2 Authors@R: c( person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com"), person("Zachary", "Foster", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 6849fa2..5b1bd9b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,11 @@ traits 0.4.2 ### MINOR IMPROVEMENTS -* xxx (#xxx) +* betydb gains alias for API versions (#114) + +### BUG FIXES + +* `taxa_search`: removed `traitbank` option because `traits::traitbank()` used internally has completely changed and it's no longer feasible to do a straight-forward taxon search for all traits in EOL's Traitbank (#115) traits 0.4.0 diff --git a/cran-comments.md b/cran-comments.md index cb2e0f7..2712c6a 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -12,11 +12,10 @@ * I have run R CMD check on the 1 downstream dependencies (). -The one revdep maintainer was notified of the release. ------ -This version makes changes due to remote data source change; adds a few new authors; improves documentation; and a few bug fixes. +This version makes a change to a function, and fixes a bug in another. Thanks! Scott Chamberlain diff --git a/revdep/README.md b/revdep/README.md index efbf9dc..d52cf2f 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -10,13 +10,13 @@ |collate |en_US.UTF-8 | |ctype |en_US.UTF-8 | |tz |US/Pacific | -|date |2019-06-07 | +|date |2019-06-28 | # Dependencies |package |old |new |Δ | |:-------|:-----|:-----|:--| -|traits |0.3.0 |0.4.0 |* | +|traits |0.4.0 |0.4.2 |* | # Revdeps diff --git a/revdep/checks.rds b/revdep/checks.rds deleted file mode 100644 index d9df17f..0000000 Binary files a/revdep/checks.rds and /dev/null differ diff --git a/revdep/email.md b/revdep/email.md deleted file mode 100644 index 24745ba..0000000 --- a/revdep/email.md +++ /dev/null @@ -1,34 +0,0 @@ -Hi, - -This is an automated email to let you know about the release of {{{ my_package }}}, which I'll submit to CRAN on ({{{ date }}}). - -To check for potential problems, I ran `R CMD check` on your package {{{your_package}}} ({{{your_version}}}). - -I found: {{{your_summary}}}. - -{{#you_have_problems}} -{{{your_results}}} - -If I got an ERROR because I couldn't install your package (or one of it's dependencies), my apologies. You'll have to run the checks yourself (unfortunately I don't have the time to diagnose installation failures as I have to run checks on hundreds of packages). - -Otherwise, please carefully look at the results, and let me know if I've introduced a bug in {{{ my_package }}}. If I have, I'd really appreciate a minimal reproducible example that uses only {{{ my_package }}} functions. That way I can find and fix the bug as quickly as possible. - -If it doesn't look like a bug in {{{ my_package }}}, please prepare an update for CRAN. Ideally you'll tweak your package so it works with both the released and development versions of dplyr. Otherwise, be prepared to submit your package to CRAN soon after I let you know that I've submitted. - -To get the development version of {{{ my_package }}} so you can run the checks yourself, you can run: - - # install.packages("devtools") - devtools::install_github("{{my_github}}") - -To see what's changed visit . - -{{/you_have_problems}} -{{^you_have_problems}} -It looks like everything is ok, so you don't need to take any action, but you might want to read the NEWS, , to see what's changed. -{{/you_have_problems}} - -If you have any questions about this email, please feel free to respond directly. - -Regards, - -{{{ me }}}