Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Hong Ooi 2019-08-06 03:37:07 +10:00
Родитель c1763aeacf
Коммит d8028bb1f4
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -28,8 +28,8 @@ steps:
displayName: 'Caching packages'
continueOnError: true
- bash: |
Rscript -e "install.packages(c('remotes', 'rcmdcheck'), lib=${R_LIBS_USER})"
Rscript -e "remotes::install_deps(dependencies=TRUE, lib=${R_LIBS_USER})"
Rscript -e "install.packages(c('remotes', 'rcmdcheck'), lib='${R_LIBS_USER}')"
Rscript -e "remotes::install_deps(dependencies=TRUE, lib='${R_LIBS_USER}')"
displayName: 'Installing package dependencies'
- bash: |
Rscript -e "rcmdcheck::rcmdcheck(args = '--no-manual', error_on = 'error', check_dir = 'check')"