I have just made a fresh Ubuntu 14.04 installation and installed R following the instructions at this link and this other one, selecting the Berkeley mirror as I always do.
On emacs (+ess), I am unable to install any CRAN or Bioconductor package at all, for example:
install.packages("ggplot2")
Or:
source("http://bioconductor.org/biocLite.R")
biocLite("biomaRt")
I constantly get the following error:
Error: Line starting '<!DOCTYPE HTML PUBLI ...' is malformed!
Following on this other thread, I have just waited to see if the problem solved by itself, but after 2 days I keep getting the same error. Any suggestion??