Skip to content

Commit 5ce1a16

Browse files
CRAN release
1 parent 595f4fe commit 5ce1a16

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: metacoder
22
Title: Tools for Parsing, Manipulating, and Graphing Hierarchical Data
3-
Version: 0.1.1.710
3+
Version: 0.1.2.000
44
Authors@R: c( person("Zachary", "Foster", email =
55
"zacharyfoster1989@gmail.com", role = c("aut", "cre")),
66
person("Niklaus", "Grunwald", email =

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# News
22

3+
## metacoder 0.1.2
4+
5+
### Breaking changes
6+
7+
* `plot_taxonomy` and the `plot` method have been renamed `heat_tree`.
8+
9+
### New features
10+
11+
* New introduction vignette
12+
* Various minor bug fixes
13+
314

415
## metacoder 0.1.1
516

R/metacoder-package.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#'
88
#' \itemize{
99
#' \item Standardized parsing of taxonomic information from diverse resources.
10+
#' \item A set of functions to manipulate taxonomic data modeled after dplyr.
1011
#' \item Visualization of statistics distributed over taxonomic classifications and phylogenies.
1112
#' \item Evaluating potential metabarcoding primers for taxonomic specificity.
1213
#' \item Evaluating potential metabarcoding loci for taxonomic discrimiation (in development).

0 commit comments

Comments
 (0)