vstsr {vstsr} | R Documentation |
vstsr: A package connecting R and Azure DevOps
Description
This package takes a look at the Azure DevOps API calls and wraps them around in easy to use R functions. This includes looking at projects, repositories, work items, and eventually sections such as builds and releases.
Details
For more information about Azure DevOps APIs, take a look at https://docs.microsoft.com/en-us/rest/api/vsts
Projects
This looks at the projects available in a visual studio instance. This lets you change between any project that you might have access to.
Repositories
This looks primarily at the Git repositories available, and whether you want to create a new repository or delete an existing one.
Work Items
This will track any existing work item for a project, and also the ability to create a new work item for a project. Useful if working within a development team and automate inclusion of creating bugs upon creating any certain R error.
Releases
This will look at the releases available for a project, both the definitions and the actual releases. There is the ability to deploy the created releases to a new environment.
Custom
For any non-predefined API service available in the package, it is always possible to run the vsts_run_command
which
will use any enabled Azure DevOps API call.