Cannot download flipmaxdiff from the github respository using R-studio

I am setting up coding in R to analyze maxdiff data using the following guide: https://www.r-bloggers.com/how-to-analyze-max-diff-data-in-r/

This require to install flipmaxdiff package using install_github("Displayr/flipMaxDiff")

But it is giving me following error: Error: HTTP error 404. Not Found

Rate limit remaining: 14/60 Rate limit reset at: 2019-04-15 14:27:05 UTC

Can anyone help me with downloading this package or recommend anyother way I can complete my maxdiff analysis?

Thanks,

Zahir

library(devtools)
install_github("Displayr/flipMaxDiff")
#> Error: HTTP error 404.
#>   Not Found
#> 
#>   Rate limit remaining: 57/60
#>   Rate limit reset at: 2019-04-15 16:37:54 UTC
#> 
#> 

Created on 2019-04-15 by the reprex package (v0.2.1)

I get the same error message. http://github.com/Displayr/flipMaxDiff/ seems to be a private repo.

Displyr still has many public repos https://github.com/Displayr/. I'd reach out to ask how you should access the most recent version of this package. Here's contact information https://rdrr.io/github/Displayr/flipMaxDiff/#vignettes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.