FantasyFootballAnalytics / FantasyFootballAnalyticsR

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

Weekly projections not working on 0.1.91 #43

Closed blacknred0 closed 5 years ago

blacknred0 commented 7 years ago

I am not sure if I am doing something wrong or what, so, I am going to label this as an issue for now.

Here is what I have done, now if I run the getProjections() function, the result is blank (see image further below)

myScrapeData <- runScrape(week = 6, season = 2016, analysts = c(-1, 3, 4, 5, 6, 7, 8, 9, 17, 18, 19), positions = c("QB", "RB", "WR", "TE", "K", "DST", "DL", "LB", "DB"), fbgUser = NULL, fbgPwd = NULL)
myProjections <- getProjections(myScrapeData, avgMethod = "average", leagueScoring = userScoring, vorBaseline, vorType, teams = 10, format = "standard", mflMocks = -1, mflLeagues = -1, adpSources = c("ESPN"))

Results

screen shot 2016-10-18 at 11 54 25 am

Log

Calculating risk

Listening on http://127.0.0.1:3569

Warning messages: 1: Weekly ECR ranks not available for IDP 2: Weekly ECR ranks not available for IDP 3: Weekly ECR ranks not available for IDP 4: Weekly overall rankings not available

Thoughts?

eruizmateo commented 7 years ago

Same deal here.

isaactpetersen commented 5 years ago

See the latest version of the app here: https://github.com/FantasyFootballAnalytics/ffanalytics