The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.

ValidMind R Package

Installation

You can install ValidMind from CRAN:

install.packages("validmind")

You can also install the package from GitHub using the devtools package:

devtools::install_github("validmind/developer-framework", subdir="r/validmind")

Quick Start

You can connect to your ValidMind profile by providing the appropriate credentials:

vm_r <- vm(
  api_key="<your_api_key_here>",
  api_secret="<your_api_secret_here>",
  project="<your_project_id_here>",
  python_version="<path_to_your_python_version_here>",
  api_host="https://api.dev.vm.validmind.ai/api/v1/tracking"
)

Fleshed out Example

Please see the notebooks/code-sharing/r folder for examples of how to use!

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.
Health stats visible at Monitor.