Skip to content

bdc-proj/rgnparser

 
 

Repository files navigation

rgnparser

Project Status: Active – The project has reached a stable, usable state and is being actively developed. cran checks R-check rstudio mirror downloads cran version

rgnparser: Parse Scientific Names

Docs: https://ropensci.github.io/rgnparser/

Installation

install.packages("rgnparser")
# OR
remotes::install_github("ropensci/rgnparser")
library("rgnparser")

Install gnparser

The command line tool written in Go, gnparser, is required to use this package.

If you want to install gnparser on your own, instructions can be found at the gnparser repo (https://github.com/gnames/gnparser)

There is a helper function in rgnparser for downloading and installing gnparser on major operating systems (macOS, Windows, Linux):

rgnparser::install_gnparser()

It installs the latest gnparser version by default, but you can specify which version to install. You can also install gnparser outside of R yourself (see above).

Meta

  • Please report any issues or bugs.
  • License: MIT
  • Get citation information for rgnparser in R doing citation(package = 'rgnparser')
  • Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Packages

No packages published

Languages

  • R 94.4%
  • Makefile 5.6%