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

Install problem #1

Closed shanev13 closed 5 years ago

shanev13 commented 5 years ago

Hi, I am new to R, so please forgive if this is a silly question. Having problems installing fplscrapR. See below. Please help?

install.packages("fplscrapr") Installing package into ‘C:/Users/Shane/Documents/R/win-library/3.3’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘fplscrapr’ is not available (for R version 3.3.3) library(fplscrapr)

if (!require(remotes)) {

  • install.packages("remotes")
  • } Loading required package: remotes remotes::install_github("wiscostret/fplscrapR") Downloading GitHub repo wiscostret/fplscrapR@master Error in utils::download.file(url, path, method = download_method(), quiet = quiet, : cannot download all files library(fplscrapR) Error in library(fplscrapR) : there is no package called ‘fplscrapR’

``

wiscostret commented 5 years ago

Hi, apologies for the late reply. This seems like a utils problem, not an fplscrapR problem, as the error message indicates. Take a look here: https://github.com/forestgeo/learn/issues/102