This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| image: rocker/hadleyverse:latest | |
| pipelines: | |
| default: | |
| - step: | |
| script: | |
| - cd /opt/atlassian/pipelines/agent/build | |
| - Rscript -e 'devtools::install_deps(".", dependencies=TRUE, upgrade=FALSE)' | |
| - Rscript -e 'devtools::build()' | |
| - Rscript -e 'devtools::install(upgrade_dependencies = FALSE)' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Mac preference changes: | |
| # * minimize and hide dock | |
| # * undo natural scrolling | |
| # * max out keyboard repeat | |
| # * increase desktop resolution | |
| # * show date in menubar | |
| # * do not play feedback when volume is changed | |
| # * do not play user interface sounds | |
| # * maximize mouse tracking speed |