Install R Packages Task for Azure DevOpsInstall R Packages Extension (Azure DevOps Marketplace) The task in this extension allows for the installation of R packages within a CI/CD pipeline in Azure DevOps. Provided a list of R package names, the task will install each of them from CRAN. RequirementsThe only prerequisite for running this task is that the build agent running the task must have R installed and configured in the PATH. Build Agent CompatibilityProvided that R is installed, this task can run on any supported build agent environment (i.e. Windows, Ubuntu, and macOS) Installing R PackagesWhen adding this task to an Azure Pipeline, provide a list of R package names separated by commas into the R Package Names ( In YAML, this should look something like:
CreditThe R logo has been sourced from the the R Project website and is being used under the CC-BY-SA 4.0 license. |