From 98e9d358bb3ee6102fe912f686127fc296852fa8 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Fri, 28 Jun 2019 18:21:05 -0700 Subject: [PATCH] update revdep, update news, cran comments, and bump to v0.4.2 --- DESCRIPTION | 2 +- NEWS.md | 6 +++++- cran-comments.md | 3 +-- revdep/README.md | 4 ++-- revdep/checks.rds | Bin 640 -> 0 bytes revdep/email.md | 34 ---------------------------------- 6 files changed, 9 insertions(+), 40 deletions(-) delete mode 100644 revdep/checks.rds delete mode 100644 revdep/email.md 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 d9df17f2ee8ddb83e70cba9c7233f46357db9799..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 640 zcmV-`0)PDv58-RDb?VfecFK`%#U{X@Ow&{j>uKsHI;3fb zA>)`}HL)YxDQi#r%julYf+3P)zc0V{e!rLeYFn0NTh&^{va8AQOuuS+Z7r*soSS-` z>Q&L&mfkc9<;)p?A#j}^NZ~c{oKC;zj=Q}{*L58+9`uLfb0hTa-^pY2c{ECZkLD`D$P*gV@8%iLm%<#&4Ls9R6!2$kzVC-4m1stQm z=?ESXCNYIsmaCiTc~*VpDUYZZEk_97JtLqCIEr8fK!GNY1vcSm3BCaZ7bgjN|Mcrg zKbfOlWVTDFvdl7rDsN5aL0~2HJsEiEtXFan8%DbqzY$&|@!(u@&987iKW6eO72V0@ zQ90~@}vz^b7$*t-(#m*Kuv_;LKfq?L4r}{%X0L&N($TKp%x*vHfs6~=Tg%N zCBh-XdB@Ng5-7;MMN2KIXC4g&5QjF!WnIxGZ{agdJo)@Z9yu&ha8 zN-vFG{&!f$z7CAIQ1bX>8UxwRaw!^?4rSh>#hqpCEp}@>QsPm5O{dy(%H+^RWZT|zbXR`6w1pol@&^R^# 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 }}}