Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ropensci/taxa
- Owner: ropensci
- License: other
- Created: 2016-03-13T02:27:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T09:10:38.000Z (9 months ago)
- Last Synced: 2024-07-28T05:55:00.573Z (3 months ago)
- Topics: data-cleaning, r, r-package, rstats, taxon, taxonomy
- Language: R
- Homepage: https://docs.ropensci.org/taxa
- Size: 20.7 MB
- Stars: 48
- Watchers: 14
- Forks: 12
- Open Issues: 56
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - ropensci/taxa - taxonomic classes for R (R)
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.