Install package from Azure DevOps

Our organization uses Azure DevOps as a code repo so we need to use DevOps for data science development. We are building custom R packages and looking to deploy from DevOps. Below is an example of the code (scrubbed of the actual site name) that we used but without an success.

Has anyone been successful installing custom R packages from Azure DevOps. Any tricks, recommendations, etc. would be greatly appreciated.

remotes::install_git("https://COMPANY@dev.azure.com/ORGANIZATION/PROJECT/_git/repo_name", git = "external")
1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.