.github/RELEASE.md

Development and Release Notes

The release process goes to CRAN. Details on how the release is prepared need to be formalized and documented.

If interested in contributing, please read CONTRIBUTING.md

Build Pipeline

We use GitHub Actions for the build process. Files can be seen in the ./workflows directory.

We modify the examples from the r-lib/actions repository for our purposes as follows:

Integration Tests

Integration tests are designed to run the connectapi package against the actual latest version of Connect

To run integration tests interactively / locally run the following:

connectapi:::build_test_env()
readRenviron(".Renviron")

# or set this in .Renviron yourself
Sys.setenv("CONNECTAPI_INTEGRATED"="true")

# or run R CMD CHECK with that env var set, etc.
source("tests/test-integrated.R")


rstudio/connectapi documentation built on June 12, 2024, 5 a.m.