diff --git a/DESCRIPTION b/DESCRIPTION index 313ef6a..dfc92b3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: eppoFindeR Type: Package -Title: R Interface to the EPPO Database and Public APIs +Title: Interface to the EPPO Database and Public APIs Version: 2.0.0 Maintainer: Luca Belmonte Authors@R: @@ -25,12 +25,13 @@ Authors@R: role = c("aut", "cre"), email = "luca.belmonte@efsa.europa.eu", comment = c(ORCID = "0000-0002-7977-9170"))) -Description: The eppoFindeR package provides an interface to the public APIs - of the European and Mediterranean Plant Protection Organization (EPPO) - database. It enables users to retrieve EPPO data by accessing specific - services and datasets. The package also includes utilities for data - wrangling, including the integration of taxonomy with rank information. -License: file LICENSE +Description: Provides an interface to the public APIs of the European and + Mediterranean Plant Protection Organization (EPPO) database. It enables + users to retrieve EPPO data by accessing specific services and datasets. The + package also includes utilities for data wrangling, including the + integration of taxonomy with rank information. See + <[https://data.eppo.int/apis/]https://data.eppo.int/apis/> for more details. +License: EUPL-1.2 URL: https://openefsa.github.io/eppoFindeR/ BugReports: https://github.com/openefsa/eppoFindeR/issues Depends: diff --git a/README.md b/README.md index 688312e..95b16ad 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ Once installed, load the package as usual: library(eppoFindeR) ``` -Basic usage examples and full documentation are available in the package [vignette](vignettes/eppoFindeR.Rmd): +Basic usage examples and full documentation are available in the package [guide](https://openefsa.github.io/eppoFindeR/articles/eppoFindeR.html) or in +the package vignettes: ```r vignette("eppoFindeR") @@ -49,3 +50,4 @@ vignette("eppoFindeR") - **Source code:** [GitHub – openefsa/eppoFindeR](https://github.com/openefsa/eppoFindeR) - **Bug reports:** [Issues on GitHub](https://github.com/openefsa/eppoFindeR/issues) - **EPPO Global Database:** [https://gd.eppo.int](https://gd.eppo.int) +- **EPPO APIs:** [https://data.eppo.int/apis/](https://data.eppo.int/apis/) diff --git a/man/eppoFindeR-package.Rd b/man/eppoFindeR-package.Rd index f6d1dbe..b3f09c6 100644 --- a/man/eppoFindeR-package.Rd +++ b/man/eppoFindeR-package.Rd @@ -4,11 +4,11 @@ \name{eppoFindeR-package} \alias{eppoFindeR} \alias{eppoFindeR-package} -\title{eppoFindeR: R Interface to the EPPO Database and Public APIs} +\title{eppoFindeR: Interface to the EPPO Database and Public APIs} \description{ \if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}} -The eppoFindeR package provides an interface to the public APIs of the European and Mediterranean Plant Protection Organization (EPPO) database. It enables users to retrieve EPPO data by accessing specific services and datasets. The package also includes utilities for data wrangling, including the integration of taxonomy with rank information. +Provides an interface to the public APIs of the European and Mediterranean Plant Protection Organization (EPPO) database. It enables users to retrieve EPPO data by accessing specific services and datasets. The package also includes utilities for data wrangling, including the integration of taxonomy with rank information. See <[https://data.eppo.int/apis/]https://data.eppo.int/apis/> for more details. } \seealso{ Useful links: