Another try of drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Hylke Cornelis Donker 2019-12-12 16:46:39 +01:00
parent 37bde351e1
commit f9fb14873a

View File

@ -4,9 +4,9 @@ type: docker
name: default name: default
steps: steps:
- name: lintr - name: lintr
image: jupyter/datascience-notebook image: jupyter/datascience-notebook
commands: commands:
- Rscript -e 'devtools::install_github("jimhester/lintr")' - Rscript -e 'devtools::install_github("jimhester/lintr")'
- Rscript -e 'lintr::lint_package()' - Rscript -e 'lintr::lint_package()'