I was trying to read the file given in the question. But for unknown reasons, Rstudio is not able to detect the function fread
. It showed the message:
Error: could not find function
fread
I have done following things to solve the issue:
- installing package "data.table"
- update java
- install cygwin and gfortran (as suggested in a post on stackoverflow)
Please help me through it.