Package: rgnparser Title: Parse Scientific Names Description: Parse scientific names using 'gnparser' (), written in Go. 'gnparser' parses scientific names into their component parts; it utilizes a Parsing Expression Grammar specifically for scientific names. Version: 0.3.0 Authors@R: c( person("Scott", "Chamberlain", role = "aut", email = "sckott@protonmail.com", comment = c(ORCID = "0000-0003-1444-9135")), person("Joel H.", "Nitta", role = c("aut","cre"), email = "joelnitta@gmail.com", comment = c(ORCID = "0000-0003-4719-7472")), person("Alban", "Sagouis", role = "aut", email = "alban.sagouis@idiv.de", comment = c(ORCID = "0000-0002-3827-1063")) ) License: MIT + file LICENSE URL: https://docs.ropensci.org/rgnparser/, https://github.com/ropensci/rgnparser BugReports: https://github.com/ropensci/rgnparser/issues Roxygen: list(markdown = TRUE) Encoding: UTF-8 Language: en-US SystemRequirements: gnparser () Imports: sys, tibble, jsonlite, readr, lifecycle Suggests: testthat RoxygenNote: 7.2.3 Config/pak/sysreqs: libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-05-29 14:59:30 UTC RemoteUrl: https://github.com/ropensci/rgnparser RemoteRef: main RemoteSha: f3fa6f483d8f798284c37da9693ce905fa378986 NeedsCompilation: no Packaged: 2026-07-01 08:17:13 UTC; root Author: Scott Chamberlain [aut] (ORCID: ), Joel H. Nitta [aut, cre] (ORCID: ), Alban Sagouis [aut] (ORCID: ) Maintainer: Joel H. Nitta