The R Project SVN R-packages

Rev

Rev 7946 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7946 Rev 8115
Line 66... Line 66...
66
       result = function() c(total = total, numValues = numValues))
66
       result = function() c(total = total, numValues = numValues))
67
}
67
}
68
 
68
 
69
s = summer()
69
s = summer()
70
 
70
 
-
 
71
\dontrun{
-
 
72
## broken, 2022-07-29
71
if(url.exists("http://www.omegahat.net/RCurl/matrix.data"))
73
if(url.exists("https://www.omegahat.net/RCurl/matrix.data"))
72
   getURL("http://www.omegahat.net/RCurl/matrix.data", write = chunkToLineReader(s$read)$read)
74
   getURL("https://www.omegahat.net/RCurl/matrix.data", write = chunkToLineReader(s$read)$read)
73
}
75
}}
74
\keyword{IO}
76
\keyword{IO}
75
\concept{Web}
77
\concept{Web}
76
\concept{HTTP}
78
\concept{HTTP}
77
 
79