Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ropensci/taxa

taxonomic classes for R
https://github.com/ropensci/taxa

data-cleaning r r-package rstats taxon taxonomy

Last synced: 3 months ago
JSON representation

taxonomic classes for R

Awesome Lists containing this project

README

        

---
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.