FantasyFootballAnalytics / FantasyFootballAnalyticsR

R scripts and data files for the Fantasy Football Analytics website
http://fantasyfootballanalytics.net/
453 stars 1.58k forks source link

RELEASE 0.1.9 error in getting projections or scraping #40

Closed blacknred0 closed 7 years ago

blacknred0 commented 8 years ago

I've been testing 0.1.9 and I get this error

library("ffanalytics") myProjections <- getProjections(scrapeData=runScrape(week = 3, season = 2016, analysts = c(-1, 3, 4, 5, 6, 7, 8, 9, 17, 18, 19), positions = c("QB", "RB", "WR", "TE", "K", "DST")), avgMethod = "average", leagueScoring = userScoring, vorBaseline, vorType, teams = 12, format = "standard", mflMocks = -1, mflLeagues = -1, adpSources = c("ESPN")) Error in analystOptions(scrapePeriod) : lazy-load database '/home/user/R/x86_64-pc-linux-gnu-library/3.3/ffanalytics/data/Rdata.rdb' is corrupt In addition: Warning messages: 1: In analystOptions(scrapePeriod) : restarting interrupted promise evaluation 2: In analystOptions(scrapePeriod) : internal error -3 in R_decompress1

any thoughts on what it could be?

blacknred0 commented 7 years ago

Upgraded to 0.1.91 and problem is gone.