Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
4 of 44 committers (9.1%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.6%) to scientific vocabulary
Keywords
api
api-wrapper
biodiversity
biology
darwincore
data
nomenclature
r
r-package
rstats
taxize
taxonomy
Keywords from Contributors
genome
ecology
weather-data
data-access
sequence
temperature
carpentries
tidyverse
data-carpentry
weather
Last synced: 4 months ago
·
JSON representation
Repository
A taxonomic toolbelt for R
Basic Info
- Host: GitHub
- Owner: ropensci
- License: other
- Language: R
- Default Branch: master
- Homepage: https://docs.ropensci.org/taxize
- Size: 36.6 MB
Statistics
- Stars: 286
- Watchers: 32
- Forks: 63
- Open Issues: 53
- Releases: 42
Topics
api
api-wrapper
biodiversity
biology
darwincore
data
nomenclature
r
r-package
rstats
taxize
taxonomy
Created over 14 years ago
· Last pushed 10 months ago
Metadata Files
Readme
Changelog
Contributing
License
Codemeta
README.Rmd
---
output: github_document
---
taxize
======
```{r echo=FALSE}
knitr::opts_chunk$set(
warning = FALSE,
message = FALSE,
collapse = TRUE,
comment = "#>"
)
```
[](https://www.repostatus.org/#active)
[](https://github.com/ropensci/taxize/actions/)
[](https://app.codecov.io/gh/ropensci/taxize)
[](https://github.com/r-hub/cranlogs.app)
[](https://cran.r-project.org/package=taxize)
`taxize` allows users to search over many taxonomic data sources for species names (scientific and common) and download up and downstream taxonomic hierarchical information - among other things.
Package documentation: https://docs.ropensci.org/taxize/
## Installation
### Stable version from CRAN
```{r eval=FALSE}
install.packages("taxize")
```
### Development version from GitHub
Windows users install Rtools first.
```{r eval=FALSE}
install.packages("remotes")
remotes::install_github("ropensci/taxize")
```
```{r}
library('taxize')
```
## Screencast
## Contributing
See our [CONTRIBUTING](https://github.com/ropensci/taxize/blob/master/.github/CONTRIBUTING.md) document.
## Contributors
Collected via GitHub Issues: honors all contributors in alphabetical order. Code contributors are in bold.
afkoeppel - ahhurlbert - albnd - Alectoria - andzandz11 - **anirvan** - antagomir - **arendsee** - ArielGreiner - arw36 - ashenkin - **ashiklom** - benjaminschwetz - **benmarwick** - bienflorencia - binkySallly - bomeara - BridgettCollis - bw4sz - **cboettig** - cdeterman - ChrKoenig - chuckrp - clarson2191 - claudenozeres - cmzambranat - cparsania - daattali - DanielGMead - DarrenObbard - davharris - davidvilanova - diogoprov - **dlebauer** - dlenz1 - dougwyu - dschlaep - **EDiLD** - edwbaker - emhart - eregenyi - fdschneider - fgabriel1891 - fischhoff - **fmichonneau** - **fozy81** - **gedankenstuecke** - gimoya - git-og - glaroc - **gpli** - gustavobio - hlapp - **ibartomeus** - **Ironholds** - jabard89 - jangorecki - **jarioksa** - jebyrnes - **jeroen** - **jimmyodonnell** - joelnitta - johnbaums - jonmcalder - jordancasey - **josephwb** - jsgosnell - JulietteLgls - **jwilk** - kamapu - **karthik** - **katrinleinweber** - KevCaz - kgturner - kmeverson - Koalha - **ljvillanueva** - **maelle** - Markus2015 - matutosi - mcsiple - MikkoVihtakari - millerjef - miriamgrace - mpnelsen - MUSEZOOLVERT - nate-d-olson - nmatzke - npch - ocstringham - p-neves - p-schaefer - padpadpadpad - paternogbc - **patperu** - pederengelstad - philippi - Phylloxera - **pmarchand1** - pozsgaig - pssguy - **raredd** - rec3141 - **Rekyt** - RodgerG - rossmounce - sariya - sastoudt - scelmendorf - **sckott** - SimonGoring - snsheth - snubian - Squiercg - sunray1 - **taddallas** - tdjames1 - tmkurobe - toczydlowski - tpaulson1 - tpoisot - **TrashBirdEcology** - **trvinh** - **vijaybarve** - wcornwell - willpearse - wpetry - yhg926 - **zachary-foster**
## Road map
Check out our [milestones](https://github.com/ropensci/taxize/milestones) to see what we plan to get done for each version.
## Meta
* Please [report any issues or bugs](https://github.com/ropensci/taxize/issues).
* License: MIT
* Get citation information for `taxize` in R doing `citation(package = 'taxize')`
* Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms.
[](https://ropensci.org)
Owner
- Name: rOpenSci
- Login: ropensci
- Kind: organization
- Email: info@ropensci.org
- Location: Berkeley, CA
- Website: https://ropensci.org/
- Twitter: rOpenSci
- Repositories: 307
- Profile: https://github.com/ropensci
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "taxize",
"description": "Interacts with a suite of web 'APIs' for taxonomic tasks, such as getting database specific taxonomic identifiers, verifying species names, getting taxonomic hierarchies, fetching downstream and upstream taxonomic names, getting taxonomic synonyms, converting scientific to common names and vice versa, and more.",
"name": "taxize: Taxonomic Information from Around the Web",
"relatedLink": [
"https://docs.ropensci.org/taxize/"
],
"codeRepository": "https://github.com/ropensci/taxize",
"issueTracker": "https://github.com/ropensci/taxize/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.10.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.2 (2024-10-31)",
"author": [
{
"@type": "Person",
"givenName": "Scott",
"familyName": "Chamberlain",
"email": "myrmecocystus@gmail.com",
"@id": "https://orcid.org/0000-0003-1444-9135"
},
{
"@type": "Person",
"givenName": "Eduard",
"familyName": "Szoecs"
},
{
"@type": "Person",
"givenName": "Zachary",
"familyName": "Foster",
"email": "zacharyfoster1989@gmail.com"
},
{
"@type": "Person",
"givenName": "Zebulun",
"familyName": "Arendsee"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Carl",
"familyName": "Boettiger"
},
{
"@type": "Person",
"givenName": "Karthik",
"familyName": "Ram"
},
{
"@type": "Person",
"givenName": "Ignasi",
"familyName": "Bartomeus"
},
{
"@type": "Person",
"givenName": "John",
"familyName": "Baumgartner"
},
{
"@type": "Person",
"givenName": "James",
"familyName": "O'Donnell"
},
{
"@type": "Person",
"givenName": "Jari",
"familyName": "Oksanen"
},
{
"@type": "Person",
"givenName": "Bastian Greshake",
"familyName": "Tzovaras"
},
{
"@type": "Person",
"givenName": "Philippe",
"familyName": "Marchand"
},
{
"@type": "Person",
"givenName": "Vinh",
"familyName": "Tran"
},
{
"@type": "Person",
"givenName": "Malle",
"familyName": "Salmon"
},
{
"@type": "Person",
"givenName": "Gaopeng",
"familyName": "Li"
},
{
"@type": "Person",
"givenName": "Matthias",
"familyName": "Greni"
}
],
"funder": [
{
"@type": "Organization",
"name": "rOpenSci"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Zachary",
"familyName": "Foster",
"email": "zacharyfoster1989@gmail.com"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "vegan",
"name": "vegan",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=vegan"
},
{
"@type": "SoftwareApplication",
"identifier": "vcr",
"name": "vcr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=vcr"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.2.1"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "graphics",
"name": "graphics"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "crul",
"name": "crul",
"version": ">= 0.7.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=crul"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "xml2",
"name": "xml2",
"version": ">= 1.2.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=xml2"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "ape",
"name": "ape",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ape"
},
"10": {
"@type": "SoftwareApplication",
"identifier": "zoo",
"name": "zoo",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=zoo"
},
"11": {
"@type": "SoftwareApplication",
"identifier": "data.table",
"name": "data.table",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=data.table"
},
"12": {
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
"version": ">= 1.2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tibble"
},
"13": {
"@type": "SoftwareApplication",
"identifier": "rredlist",
"name": "rredlist",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rredlist"
},
"14": {
"@type": "SoftwareApplication",
"identifier": "rotl",
"name": "rotl",
"version": ">= 3.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rotl"
},
"15": {
"@type": "SoftwareApplication",
"identifier": "ritis",
"name": "ritis",
"version": ">= 0.7.6",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ritis"
},
"16": {
"@type": "SoftwareApplication",
"identifier": "worrms",
"name": "worrms",
"version": ">= 0.4.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=worrms"
},
"17": {
"@type": "SoftwareApplication",
"identifier": "natserv",
"name": "natserv",
"version": ">= 1.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=natserv"
},
"18": {
"@type": "SoftwareApplication",
"identifier": "wikitaxa",
"name": "wikitaxa",
"version": ">= 0.3.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=wikitaxa"
},
"19": {
"@type": "SoftwareApplication",
"identifier": "R6",
"name": "R6",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=R6"
},
"20": {
"@type": "SoftwareApplication",
"identifier": "crayon",
"name": "crayon",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=crayon"
},
"21": {
"@type": "SoftwareApplication",
"identifier": "cli",
"name": "cli",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=cli"
},
"22": {
"@type": "SoftwareApplication",
"identifier": "phangorn",
"name": "phangorn",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=phangorn"
},
"23": {
"@type": "SoftwareApplication",
"identifier": "lifecycle",
"name": "lifecycle",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=lifecycle"
},
"24": {
"@type": "SoftwareApplication",
"identifier": "curl",
"name": "curl",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=curl"
},
"25": {
"@type": "SoftwareApplication",
"identifier": "stringi",
"name": "stringi",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=stringi"
},
"SystemRequirements": null
},
"applicationCategory": "Taxonomy",
"isPartOf": "https://ropensci.org",
"keywords": [
"taxonomy",
"biology",
"nomenclature",
"JSON",
"API",
"web",
"api-client",
"identifiers",
"species",
"names",
"data",
"api",
"biodiversity",
"rstats",
"darwincore",
"taxize",
"api-wrapper",
"r",
"r-package"
],
"fileSize": "13511.892KB",
"citation": [
{
"@type": "ScholarlyArticle",
"datePublished": "2013",
"author": [
{
"@type": "Organization",
"name": "Scott Chamberlain"
},
{
"@type": "Organization",
"name": "Eduard Szocs"
}
],
"name": "taxize - taxonomic search and retrieval in R",
"url": "https://f1000research.com/articles/2-191/v2",
"isPartOf": {
"@type": "PublicationIssue",
"datePublished": "2013",
"isPartOf": {
"@type": [
"PublicationVolume",
"Periodical"
],
"name": "F1000Research"
}
}
},
{
"@type": "SoftwareSourceCode",
"datePublished": "2020",
"author": [
{
"@type": "Person",
"givenName": "Scott",
"familyName": "Chamberlain"
},
{
"@type": "Person",
"givenName": "Eduard",
"familyName": "Szoecs"
},
{
"@type": "Person",
"givenName": "Zachary",
"familyName": "Foster"
},
{
"@type": "Person",
"givenName": "Zebulun",
"familyName": "Arendsee"
},
{
"@type": "Person",
"givenName": "Carl",
"familyName": "Boettiger"
},
{
"@type": "Person",
"givenName": "Karthik",
"familyName": "Ram"
},
{
"@type": "Person",
"givenName": "Ignasi",
"familyName": "Bartomeus"
},
{
"@type": "Person",
"givenName": "John",
"familyName": "Baumgartner"
},
{
"@type": "Person",
"givenName": "James",
"familyName": "O'Donnell"
},
{
"@type": "Person",
"givenName": "Jari",
"familyName": "Oksanen"
},
{
"@type": "Person",
"givenName": [
"Bastian",
"Greshake"
],
"familyName": "Tzovaras"
},
{
"@type": "Person",
"givenName": "Philippe",
"familyName": "Marchand"
},
{
"@type": "Person",
"givenName": "Vinh",
"familyName": "Tran"
},
{
"@type": "Person",
"givenName": "Malle",
"familyName": "Salmon"
},
{
"@type": "Person",
"givenName": "Gaopeng",
"familyName": "Li"
},
{
"@type": "Person",
"givenName": "Matthias",
"familyName": "Greni"
}
],
"name": "taxize: Taxonomic information from around the web",
"url": "https://github.com/ropensci/taxize",
"description": "R package version 0.9.98"
}
],
"releaseNotes": "https://github.com/ropensci/taxize/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/taxize/blob/master/README.md",
"contIntegration": [
"https://github.com/ropensci/taxize/actions/",
"https://app.codecov.io/gh/ropensci/taxize"
],
"developmentStatus": "https://www.repostatus.org/#active"
}
GitHub Events
Total
- Create event: 1
- Commit comment event: 1
- Release event: 1
- Issues event: 24
- Watch event: 13
- Issue comment event: 61
- Push event: 44
- Pull request event: 3
- Fork event: 3
Last Year
- Create event: 1
- Commit comment event: 1
- Release event: 1
- Issues event: 24
- Watch event: 13
- Issue comment event: 61
- Push event: 44
- Pull request event: 3
- Fork event: 3
Committers
Last synced: 4 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Scott Chamberlain | m****s@g****m | 1,710 |
| EDiLD | s****2@u****e | 192 |
| Zachary S.L. Foster | z****9@g****m | 86 |
| edisz | e****s@g****m | 33 |
| trvinh | t****h@g****m | 26 |
| Rekyt | m****e@e****r | 16 |
| Zachary Foster | f****z@p****n | 13 |
| Bastian Greshake | b****e@g****m | 12 |
| Gaopeng Li | 9****9@q****m | 11 |
| Maëlle Salmon | m****n@y****e | 9 |
| Zebulun Arendsee | a****e@i****u | 7 |
| Philippe Marchand | p****d@r****g | 7 |
| Carl Boettiger | c****g@g****m | 6 |
| Jari Oksanen | j****n@o****i | 6 |
| Karthik Ram | k****m@g****m | 4 |
| Tim | t****m@p****n | 3 |
| Brian M. Schilder | 3****r | 3 |
| Jimmy O'Donnell | j****o@g****m | 3 |
| Jeroen Ooms | j****s@g****m | 2 |
| Francois Michonneau | f****u@g****m | 2 |
| fozy81 | f****1@g****m | 2 |
| cob-staines | c****s@g****m | 1 |
| Salix | 3****d | 1 |
| Robert Redd | r****1@g****m | 1 |
| Katrin Leinweber | k****r@t****u | 1 |
| Luis J. Villanueva | l****a@c****m | 1 |
| Maëlle Salmon | m****e@i****m | 1 |
| Timothée Poisot | t****t@u****a | 1 |
| ironholds | i****s@g****m | 1 |
| taddallas | t****s@u****u | 1 |
| and 14 more... | ||
Committer Domains (Top 20 + Academic)
pop-os.localdomain: 2
uni-landau.de: 1
ens-lyon.fr: 1
qq.com: 1
iastate.edu: 1
rstudio01.research.sesync.org: 1
oulu.fi: 1
github.com: 1
tib.eu: 1
coquipr.com: 1
itsalocke.com: 1
uqar.ca: 1
ucdavis.edu: 1
covimo.de: 1
posteo.de: 1
jwilk.net: 1
chatterjee.net: 1
bu.edu: 1
rediffmail.com: 1
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 747
- Total pull requests: 202
- Average time to close issues: 3 months
- Average time to close pull requests: 3 days
- Total issue authors: 194
- Total pull request authors: 38
- Average comments per issue: 3.64
- Average comments per pull request: 0.97
- Merged pull requests: 194
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 11
- Pull requests: 4
- Average time to close issues: about 2 months
- Average time to close pull requests: about 2 hours
- Issue authors: 10
- Pull request authors: 2
- Average comments per issue: 4.55
- Average comments per pull request: 0.75
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- sckott (411)
- eduardszoecs (43)
- zachary-foster (15)
- arendsee (8)
- maelle (6)
- ocstringham (6)
- davharris (5)
- andzandz11 (5)
- vijaybarve (5)
- wcornwell (4)
- ahhurlbert (4)
- bw4sz (4)
- Alectoria (4)
- azizka (3)
- kgturner (3)
Pull Request Authors
- eduardszoecs (97)
- sckott (26)
- zachary-foster (21)
- trvinh (8)
- gpli (5)
- arendsee (4)
- jarioksa (3)
- fmichonneau (2)
- bschilder (2)
- fozy81 (2)
- jimmyodonnell (2)
- cob-staines (2)
- Ironholds (2)
- katrinleinweber (2)
- pmarchand1 (2)
Top Labels
Issue Labels
bug (197)
datasources (47)
feature (41)
get_classification (32)
docs (13)
question (11)
fromemail (11)
manuscript (10)
sql (8)
EOL (7)
urgent (6)
cran-release (6)
consistent_api (5)
iucn (5)
tnrs (3)
deprecate_defunct (3)
hacktoberfest (2)
good-first-issue (2)
local_data (1)
later (1)
docker (1)
os:windows (1)
Pull Request Labels
bug (2)
get_classification (1)
consistent_api (1)
docs (1)
Packages
- Total packages: 2
- Total downloads: unknown
-
Total dependent packages: 3
(may contain duplicates) -
Total dependent repositories: 1
(may contain duplicates) - Total versions: 64
proxy.golang.org: github.com/ropensci/taxize
- Documentation: https://pkg.go.dev/github.com/ropensci/taxize#section-documentation
- License: other
-
Latest release: v0.10.0
published 11 months ago
Rankings
Dependent packages count: 5.5%
Average: 5.7%
Dependent repos count: 5.9%
Last synced:
4 months ago
conda-forge.org: r-taxize
- Homepage: https://docs.ropensci.org/taxize/
- License: MIT
-
Latest release: 0.9.100
published over 3 years ago
Rankings
Dependent packages count: 15.6%
Average: 19.9%
Dependent repos count: 24.2%
Last synced:
4 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.2.1 depends
- R6 * imports
- ape * imports
- bold >= 0.8.6 imports
- cli * imports
- conditionz * imports
- crayon * imports
- crul >= 0.7.0 imports
- data.table * imports
- foreach * imports
- graphics * imports
- jsonlite * imports
- methods * imports
- natserv >= 1.0.0 imports
- phangorn * imports
- ritis >= 0.7.6 imports
- rotl >= 3.0.0 imports
- rredlist * imports
- stats * imports
- tibble >= 1.2 imports
- utils * imports
- wikitaxa >= 0.3.0 imports
- worrms >= 0.4.0 imports
- xml2 >= 1.2.0 imports
- zoo * imports
- testthat * suggests
- vcr * suggests
- vegan * suggests
.github/workflows/revdep-check.yaml
actions
- actions/cache v1 composite
- actions/checkout v1 composite
- actions/upload-artifact v2 composite
- r-lib/actions/setup-pandoc master composite
- r-lib/actions/setup-r master composite
.github/workflows/rworkflows.yml
actions
- neurogenomics/rworkflows master composite