ryurko / fcscrapR

R package to scrape soccer commentary and statistics from ESPN
28 stars 11 forks source link

Can't scrape commentary: see error message below #6

Closed smead0r closed 6 years ago

smead0r commented 6 years ago

Just tried running the example code on the main page and was not able to successfully execute. Code and related error message below:

Code used:

devtools::install_github("ryurko/fcscrapR")
library(fcscrapR)
srb_crc_commentary <- scrape_commentary(498194)

Error message:

Invalid URL - either the commentary page does not exist yet or you entered an invalid game id. Here is the url: http://www.espn.com/soccer/commentary?gameId=498194 there is no package called ‘Rcpp’Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘Rcpp’

smead0r commented 6 years ago

Fixed - problem was on my end.