Install spotifyr

Hi, id like to install spotifyr. For that i use

devtools::install_github('charlie86/spotifyr').
It fails showing this error:

Error: Failed to install 'spotifyr' from GitHub:
  (converted from warning) package ‘genius’ is not available (for R version 3.6.3)

.
When i try to install genius package i get this:

Warning in install.packages :
  package ‘genius’ is not available (for R version 3.6.3)

Any clue on how to solve this?

The genius package was removed from CRAN because of lack of compliance.
You can try installing from GitHub and see if it works.

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