I initially tried downloading the package using
require(devtools)
install_github("Displayr/flipMultivariates")
but I get the error:
HTTP error 403. API rate limit exceeded.
I tried to get a personal access token, but have been unsuccessful at using it. A more detailed bit of example code would be useful for neophytes such as myself.
So, I tried downloading the package manually and installing it via:
install.packages("C:/path/to/flipMultivariates-master.zip")
Which produced the error that:
flipMultivariates-master.zip is not available (for R version 3.5.1)
Any way to address this?