Render PPM Installation Snippet
Generate a copyable Rscript command for PPM package installation with automatic biocVersion detection when needed
Authorizations
Body
Request to render a snippet
Bioconductor version for Bioconductor repositories (e.g., "3.19", "3.20"). If omitted, auto-discovers latest version
Comma-separated package constraints (e.g., "ggplot2==3.5.0,dplyr>=1.0.0,sf"). If omitted, generates snippet without specific packages
Output mode for the snippet. "r" generates pure R code for direct execution in R console. "bash" wraps the R code in a Rscript command for bash execution. Defaults to "r" if omitted
r, bash Specific repository name filter (e.g., "cran", "bioconductor", "pypi"). If omitted, uses all enabled repos
Repository type filter. If omitted, uses all repository types
R, Bioconductor, Python Target snapshot date for the snippet generation. If omitted, uses latest
Array of workspace repositories from renv.lock. If provided, snippet generation is based on matching server repositories
Response
Success
The rendered Rscript command