The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

DominoDataR

R-CMD-check cran-check

Domino Data API for interacting with Domino Data Sources.

Installation

Via CRAN

You can install the latest release directly from CRAN

install.packages("DominoDataR")

Via ‘remotes’ or ‘devtools’

You can install the development version of DominoDataR like so:

install.packages("remotes")
remotes::install_github("dominodatalab/DominoDataR")

Prerequisite

The Domino Data R library depends on the Python library. You can install it manually or use the included helper function:

DominoDataR::py_domino_data_install()

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.