Skip to content

SpeciesFileGroup/Rtaxonworks

Repository files navigation

rtaxonworks

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. R-CMD-check rstudio mirror downloads cran version

rtaxonworks is an R client for the TaxonWorks API. Code follow the spirit/approach of the Gem rcol, and indeed much of the wrapping utility is copied 1:1 from that repo, thanks @sckott.

Package documentation: https://docs.taxonworks.org/r

Installation

Install the development version from GitHub with:

install.packages("remotes")
remotes::install_github("SpeciesFileGroup/rtaxonworks")

Load the package

library("rtaxonworks")

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/SpeciesFileGroup/rtaxonworks. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

Development

Please read the CONTRIBUTING guide for instructions on how to install the development version.

License

The gem is available as open source under the terms of the NCSA/Illinois license. You can learn more about the NCSA license on Wikipedia and compare it with other open source licenses at the Open Source Initiative.

Code of Conduct

Everyone interacting in the rtaxonworks project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.