Open scottschreckengaust opened 8 years ago
I'm having the same issue
I am also having this issue. I posted on the domo forums under the topic "R Plugin" if you'd like to add your voices to get the domo team's attention.
The following worked for me. NOTE: you need to create your own auth_token on github (not to be confused with the DOMO API access token).
install.packages("devtools", dependencies = TRUE)
library("devtools")
install.packages('http://cran.r-project.org/src/contrib/Archive/httr/httr_1.0.0.tar.gz', repos=NULL, type="source")
library("httr")
install.packages("readr")
library("readr")
set_config( config( ssl_verifypeer = 0L ) )
install_github(repo="domoinc-r/DomoR", auth_token = "
@andydomo or @ashishkirpan1 curious how to install the DomoR package:
yeilds: