omegahat / RCurl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weird infinite loop on mac/unix

ajdamico opened this issue · comments

just a FYI, sorry if i'm doing something stupid..thanks for RCurl!

options( encoding = "windows-1252" )
library(RCurl)
sri <- "https://www.oecd.org/pisa/pisaproducts/PISA2012_SAS_student.sas"
w <- getURL( sri )
tf <- tempfile()
class(w)
# INFINITY
writeLines( w , tf )