R

Dependency File

A dependency file is required to let Connect Cloud know which R libraries to include in a given deployment. Any content that has R code needs a manifest.json file included in the GitHub repository.

What about renv?

Connect Cloud does not currently support renv and captures everything it needs from manifest.json, including package and R versions.

See the How-To Guide for help generating the manifest.json file.

Version

Connect Cloud will attempt to use the R version specified in the manifest.json file included in your content’s GitHub repository.

Connect Cloud supports R versions 4.0.0 through 4.4.1.