Skip to content

Commit 2c5a511

Browse files
committed
update comments, news
1 parent 7f31f7d commit 2c5a511

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

NEWS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ This release addresses several aspects improving the handling of metadata:
1818
Misc fixes:
1919

2020
- enable handling of `rootEdge` (#207, PR #218)
21-
- Replaces taxize backend with faster alternative taxadb method. (#224, PR #226)
21+
- Replaces taxize backend with faster alternative `taxadb` method. (#224, PR #226).
22+
This remains only a suggested package and has much lighter dependencies as well.
2223
- add hex
2324

2425
v2.2.0

cran-comments.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Dear CRAN maintainers,
22

33
This update addresses several minor bugs in the handling of ploymorphic
4-
characters, as detailed in NEWS.md.
4+
characters, as detailed in NEWS.md. This package shows two notes,
5+
one indicating that I am the maintainer, the other noting that this package
6+
has one suggested dependency on a non-mainstream repository, which is used
7+
to illustrate an additional feature in one of vignettes, when available.
58

69
Cheers,
710

@@ -10,6 +13,6 @@ Carl
1013

1114
## Test environments
1215

13-
* local OS X install, R 3.5.1
14-
* ubuntu 14.04 (on travis-ci), R 3.5.1
16+
* local OS X install, R 3.5.2
17+
* ubuntu 16.04 (on travis-ci), R 3.5.2
1518
* win-builder (devel and release)

vignettes/metadata.Rmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ output: html_vignette
1919
library("methods")
2020
library("knitr")
2121
opts_chunk$set(tidy = FALSE, warning = FALSE, message = FALSE,
22-
cache = FALSE, comment = NA, verbose = TRUE)
22+
cache = FALSE, comment = NA, verbose = TRUE,
23+
eval = require("taxadb"))
2324
basename <- gsub(".Rmd", "", knitr:::knit_concord$get('infile'))
2425
```
2526

0 commit comments

Comments
 (0)