-
Notifications
You must be signed in to change notification settings - Fork 12
/
README.Rmd
48 lines (35 loc) · 1.85 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
output: md_document
---
taxa
====
```{r echo=FALSE}
knitr::opts_chunk$set(
warning = FALSE,
message = FALSE,
collapse = TRUE,
comment = "#>"
)
```
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/)
[![cran version](http://www.r-pkg.org/badges/version/taxa)](https://cran.r-project.org/package=taxa)
This is an R package that provides classes to store and manipulate taxonomic data.
Most of the classes can be used like base R vectors.
This project is a partial rewrite of the previous version of `taxa` and is currently under development.
**A note about recent changes:**
This is beginning of a complete rewrite of the previous `taxa` package to make the more basic component classes more like base R vectors.
The `taxmap` class is not yet reimplemented, but will be similar to the class in the previous versions of taxa.
The old version of `taxa` has been incorporated into the `metacoder` package until this version of taxa is mature, at which time `metacoder` will also use this version.
## Contributors
* [Zachary Foster](https://github.com/zachary-foster)
* [Scott Chamberlain](https://github.com/sckott)
## Comments and contributions
We welcome comments, criticisms, and especially contributions!
GitHub issues are the preferred way to report bugs, ask questions, or request new features.
You can submit issues here:
https://github.com/ropensci/taxa/issues
## Meta
* Please [report any issues or bugs](https://github.com/ropensci/taxa/issues).
* License: MIT
* Get citation information for `taxa` in R doing `citation(package = 'taxa')`
* Please note that this project is released with a Contributor Code of Conduct (see CONDUCT.md). By participating in this project you agree to abide by its terms.