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
3 changes: 2 additions & 1 deletion .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:

- name: Install R dependencies
run: |
Rscript -e "install.packages(c('pkgdown', 'devtools'))"
Rscript -e "install.packages(c('pkgdown', 'devtools', 'remotes'))"
Rscript -e "devtools::install_deps(dependencies = TRUE)"
Rscript -e "devtools::install_local('.')"

- name: Build pkgdown site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: EFSATools
Type: Package
Title: EFSA ensemble of data collections tools
Title: EFSA Ensemble of Data Collections Tools
Version: 1.0.0
Maintainer: Luca Belmonte <luca.belmonte@efsa.europa.eu>
Authors@R:
Expand All @@ -17,10 +17,10 @@ Description: The EFSATools package brings together all the functions developed
for EFSA's ad hoc data collections, providing tools for dataset operations as
well as utilities designed to preserve data history.
License: file LICENSE
URL: https://openefsa.github.io/EFSATools
URL: https://openefsa.github.io/EFSATools/
BugReports: https://github.com/openefsa/EFSATools/issues
Depends:
R (>= 4.0.0)
R (>= 4.1.0)
Imports:
checkmate (>= 2.3.1),
dplyr (>= 1.1.4),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EFSATools <img src="man/figures/logo.png" height="140" align="right"/>
# EFSATools <img src="https://raw.githubusercontent.com/openefsa/EFSATools/main/man/figures/logo.png" height="140" align="right"/>

[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) [![codecov](https://codecov.io/gh/openefsa/EFSATools/branch/main/graph/badge.svg?token=X2HZIV0B1D)](https://codecov.io/gh/openefsa/EFSATools)

Expand Down
4 changes: 2 additions & 2 deletions man/EFSATools-package.Rd

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

Loading