Skip to content

r_dependencies

r_dependencies

r_dependencies()[source]

R package dependency requirement specifiers, only for estimators from R.

  • String name: "r_dependencies"

  • Private tag, developer and framework facing

  • Values: None, or list of str, each str an R package name

  • Example: ["Rcpp"]

  • Example 2: ["Rcpp", "dplyr"]

  • Default: no R requirements (None)

Experimental tag for objects that interface to R packages via rpy2.

Should be set only for objects that interface R packages.

Currently no inequalities or version specifiers are supported, only package names as strings.