Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <luca.belmonte@efsa.europa.eu>
Authors@R:
Expand All @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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/)
4 changes: 2 additions & 2 deletions man/eppoFindeR-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading