Hello All,
I would like to ask if there exists some way how to check, build, deploy R package on Azure DevOps ?
I found:
- https://github.com/r-lib/r-azure-pipelines, but it seems to be outdated and has link to newer version:
- https://github.com/r-lib/actions but it needs to installed on Azure and brings more complications.
- Creating an azure-pipelines.yml for Azure DevOps Testing (Packages, Shiny, Scripts)
But is there something newer ?
Is "better" way use Dockerfile (install all packages, components, ... inside of docker image, push there code of package, test it, build it and result of docker will be ready package ?)
Thanks for any advice