Skip to content

'usethis'-like function to create Azure pipelines that R-CMD-check R packages

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

l-hodge/useazuredevops

Repository files navigation

useazuredevops

R-CMD-check

This package provides usethis-like functionality to setup the automated running of R CMD check for R packages in Azure DevOps repositories.

Installation

You can install the development version of useazuredevops from GitHub with:

# install.packages("devtools")
devtools::install_github("l-hodge/useazuredevops")

Example

library(useazuredevops)
use_azure_check()

This creates a .yml file in the base directory of your R package. Subsequently, every time changes are committed to the repository this workflow installs the latest release of R (on a current distribution of Linux) and runs R CMD check via the rcmdcheck package and code coverage via the covr package.

About

'usethis'-like function to create Azure pipelines that R-CMD-check R packages

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages