On 2014-10-15 09:13, Sven E. Templer wrote:
did you check the connection in R via for example:
head(readLines("http://cran.r-project.org/web/licenses/GPL-3"))
which should yield:
[1] " GNU GENERAL PUBLIC LICENSE"
[2] " Version 3, 29 June 2007"
[3] ""
[4] " Copyright (C) 2007 Free Software Foundation, Inc.
<http://fsf.org/>"
[5] " Everyone is permitted to copy and distribute verbatim copies"
[6] " of this license document, but changing it is not allowed."
Yes, this result is seen.
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.