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")