wiscostret / fplscrapR

This package enables those interested in Fantasy Premier League to perform detailed data analysis of the game, using the FPL's JSON API. The fplscrapR functions help R users collect and parse data from the Official Fantasy Premier League website.
Creative Commons Zero v1.0 Universal
76 stars 16 forks source link

R Version 4.0.2 #19

Closed opdeclan closed 3 years ago

opdeclan commented 4 years ago

Hello,

Not sure if this is the best place to ask, but I'm getting this error:

package ‘fplscrapR’ is not available (for R version 4.0.2)

What R version is needed to install fplscrapR?

wiscostret commented 4 years ago

Hi, this is a good guide to answer your question.

I haven´t checked the very-latest R version (4.0.2) - it was only released last month - but it´s likely one of the package ´depends´ are not available or incompatible with the latest release. I suggest as a temporary fix you install R 4.0.0, where the package should work fine. Let me know any other issues.