File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ This release addresses several aspects improving the handling of metadata:
18
18
Misc fixes:
19
19
20
20
- 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.
22
23
- add hex
23
24
24
25
v2.2.0
Original file line number Diff line number Diff line change 1
1
Dear CRAN maintainers,
2
2
3
3
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.
5
8
6
9
Cheers,
7
10
10
13
11
14
## Test environments
12
15
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
15
18
* win-builder (devel and release)
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ output: html_vignette
19
19
library("methods")
20
20
library("knitr")
21
21
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"))
23
24
basename <- gsub(".Rmd", "", knitr:::knit_concord$get('infile'))
24
25
```
25
26
You can’t perform that action at this time.
0 commit comments