This package defines functions to connect to Auth0's DWH, and some common manipulations of data for internal usage in Auth0.
This package relies on a number of dependencies that are not available on CRAN. This means that you will need to install 2 dependencies manually.
If the devtools
library is installed, you can install directly from GitHub. Open R or RStudio and run:
devtools::install_github("cloudyr/aws.s3")
devtools::install_github("sicarul/redshiftTools")
devtools::install_github("auth0/rauth0")
note: you may need to generate a personal access token and supply that as a parameter to the install function. Consult the help file for install_github
for details.
Alternatively, you can clone these repos and then use the following command in the R console using the remotes package:
remotes::install_local("path to aws.s3 directory", dependencies = TRUE)
remotes::install_local("path to redshiftTools directory", dependencies = TRUE)
remotes::install_local("path to rauth0 directory", dependencies = TRUE)
This package exports the following functions:
This package exports the following constants:
$ R cmd -e "devtools::install_github('auth0/rauth0')"
CI depends on a docker base image. This image is currently built manually. Whenever core system deps change the image must be rebuilt and pushed before CI will pass.
$ docker build -t a0us-docker.jfrog.io/docker/data/r-base -f base.Dockerfile .
$ docker push a0us-docker.jfrog.io/docker/data/r-base
$ docker push a0us-docker.jfrog.io/docker/data/r-base
$ docker build -t rauth0 .
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.