8000 Releases · ropensci/taxlist · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: ropensci/taxlist

8000

taxlist 0.3.0

03 Jul 13:43
Compare
Choose a tag to compare

Improving functions print_name() and parents() for a new package called taxnames.

taxlist 0.2.3

12 Sep 10:40
Compare
Choose a tag to compare

R object and methods for handling taxonomic lists.

taxlist 0.2.2

15 Jul 19:53
af41a8b
Compare
Choose a tag to compare

R object and methods for handling taxonomic lists.

taxlist 0.2.1

29 Mar 07:26
Compare
Choose a tag to compare

Test a new feature:

library(taxlist)
indented_list(object = Easplist, filter = "papyrus")

taxlist 0.2.0

07 Oct 20:46
Compare
Choose a tag to compare

First release in rOpenSci

Handling Taxonomic Lists

01 Jun 13:29
Compare
Choose a tag to compare
v0.1.9

Updated version

Handling Taxonomic Lists

20 Apr 09:52
Compare
Choose a tag to compare

Implemented interaction with the package taxa.

Handling taxonomic lists

10 Jan 14:52
Compare
Choose a tag to compare

This new release implements code coverage and some new features.

Handling Taxonomic Lists

20 Jan 07:48
Compare
Choose a tag to compare

A new feature in this relase is the function count_taxa() for counting taxonomic concepts in a taxlist object:

library(taxlist)
count_taxa(Easplist)
count_taxa(Easplist, level="species")
count_taxa(Easplist, level="genus")
count_taxa(Easplist, level="family")

Handling Taxonomic Lists

29 Jun 08:35
Compare
Choose a tag to compare

Among other new functions, there is this one called print_name:

library(taxlist)
data(Easplist)
summary(Easplist, "Cyperus papyrus")

You can now insert the code `r I(print_name(Easplist, 206, style="markdown"))`, the result should be then Cyperus papyrus L.

0