diff --git a/.drone.yml b/.drone.yml index 9a6ed08..d4201a4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,4 +9,4 @@ steps: commands: - export TAR="/bin/tar" - Rscript -e 'devtools::install_github("jimhester/lintr")' - - Rscript -e 'lint_dir(path=".", pattern=rex::rex(".", one_of("Rr"), maybe("md"), end))' + - Rscript -e 'lintr:lint_dir(path=".", pattern=rex::rex(".", one_of("Rr"), maybe("md"), end))'