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
10 changes: 6 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ Authors@R:
role = c("aut", "cre"),
email = "luca.belmonte@efsa.europa.eu",
comment = c(ORCID = "0000-0002-7977-9170")))
Description: The distilleR package provides a pool of functions to query
DistillerSR through its APIs. It features authentication and utilities to
retrieve data from DistillerSR projects and reports.
License: file LICENSE
Description: Provides a pool of functions to query DistillerSR through its APIs.
It features authentication and utilities to retrieve data from DistillerSR
projects and reports. See
<[https://apidocs.evidencepartners.com/]https://apidocs.evidencepartners.com/>
for more details.
License: EUPL-1.2
URL: https://openefsa.github.io/distilleR/
BugReports: https://github.com/openefsa/distilleR/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,9 @@ Once installed, load the package as usual:
library(distilleR)
```

Basic usage examples and full documentation are available in the package [vignette](vignettes/distilleR.Rmd):
Basic usage examples and full documentation are available in the package
[guide](https://openefsa.github.io/distilleR/articles/distilleR.html) or in the
package vignettes:

```r
vignette("distilleR")
Expand Down
2 changes: 1 addition & 1 deletion man/distilleR-package.Rd

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

Loading