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
4 changes: 2 additions & 2 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 @@ -20,7 +20,7 @@ License: file LICENSE
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 man/EFSATools-package.Rd

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

Loading