Displaying 2 results from an estimated 2 matches for "188174".
Did you mean:
138174
2015 Nov 06
2
corrupt PACKAGES.gz?
...ot;, repos, "bin/windows/contrib", v, "PACKAGES.gz")
>
> tfile <- tempfile(fileext=".gz")
> download.file(pkgs.gz, dest=tfile)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.2/PACKAGES.gz'
Content type 'application/x-gzip' length 188174 bytes (183 KB)
downloaded 183 KB
> r.gz <- readLines(gzfile(tfile, "r"))
Warning message:
In readLines(gzfile(tfile, "r")) :
seek on a gzfile connection returned an internal error
> tail(system(paste("c:\\cygwin\\bin\\gzip -d - ", shQuote(tfile)),
intern=TR...
2015 Nov 07
0
corrupt PACKAGES.gz?
...windows/contrib", v, "PACKAGES.gz")
>>
>> tfile <- tempfile(fileext=".gz")
>> download.file(pkgs.gz, dest=tfile)
> trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.2/PACKAGES.gz'
> Content type 'application/x-gzip' length 188174 bytes (183 KB)
> downloaded 183 KB
>
>> r.gz <- readLines(gzfile(tfile, "r"))
> Warning message:
> In readLines(gzfile(tfile, "r")) :
> seek on a gzfile connection returned an internal error
>> tail(system(paste("c:\\cygwin\\bin\\gzip -d - &...