diff --git a/.drone.yml b/.drone.yml index 9a4d37e..cbef616 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,6 @@ steps: - name: lintr image: jupyter/datascience-notebook commands: + - export TAR="/bin/tar" - Rscript -e 'devtools::install_github("jimhester/lintr")' - Rscript -e 'lintr::lint_package()' -