Skip to main content

Installation

Installing Robyn R


There're two versions of Robyn: The stable version on CRAN and the dev version on GitHub.

Install latest stable CRAN version, run:

install.packages("Robyn")

Install latest dev version, run:

remotes::install_github("facebookexperimental/Robyn/R")

NOTE: Robyn requires an one-time installation of the Python library Nevergrad using the R package reticulate. Please refer to this Nevergrad installation guide for R. For detailed installation and usage guide please see demo.R.

Installing Robyn Python


For detailed Robyn Python installation and usage guide please see here.