However, I receive the following errors:
checking for X... no configure: error: X11 not found but required, configure aborted.
ERROR: configuration failed for package βrglβ
ERROR: dependency βrglβ is not available for package βksβ
My next step was to install x11 but when i use the command:
install.packages("x11")
But I get the error:
package βx11β is not available (for R version 3.0.1)
When I tried install.packages("x12")
it installed alright but the lumi package still can't be installed (with the same errors)
Anyone experienced that before?
Thank you in advance,