I would like to use the colbycol package in order to read specific columns from a big csv file into R. I'm on a windows system using R studio. However I cannot import the package and get the following message:
> install.packages("colbycol", dependencies = TRUE)
Installing package into ‘\\GBW9061117.gothenburg.vcc.ford.com/JHERMAN8$/DATA/R/win-library/3.1’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘colbycol’ is not available (for R version 3.1.1)
Does anybody know how I can find out which version of R to use in order to use the colbycol package?