FantasyFootballAnalytics / FantasyFootballAnalyticsR

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

Problem with installation #50

Closed franskoek closed 6 years ago

franskoek commented 6 years ago

Hey guys

[After installing devtools and rstudioapi] Trying to install the package - whether I try

  1. devtools::install_github(repo = "dadrivr/ffanalytics")
  2. manual + package dependencies

I run into the same error from Rterm.exe - Entry Point Not Found

"The procedure entry point deflateSetHeader could not be located in the dll C:...R-34~1.1\Tcl\bin64\tcl86.dll"

Here is the console from RStudio:

ERROR: lazy loading failed for package 'ffanalytics'

Anybody know what I am doing wrong? Saw a few other posts on the net, but nothing with a solution.

Thanks!

franskoek commented 6 years ago

Seems like it had something to do with version 3.4.1 - rolled back to 3.3.3 and it worked ok