added devtools install

This commit is contained in:
Charlton, Scott R 2021-09-22 11:55:30 -06:00
parent ff272b20a6
commit 85ed08045a

View File

@ -116,6 +116,11 @@ jobs:
with: with:
use-public-rspm: true use-public-rspm: true
- name: install devtools
run: |
install.packages("devtools")
shell: Rscript {0}
- name: versioning - name: versioning
run: ./jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }} run: ./jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }}