An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100513/ca39888b/attachment.pl>
Access to files downloaded
2 messages · Joey Zhou, Erik Iverson
Joey Zhou wrote:
Dear All: I downloaded "gee" source code and now I am having problem accessing the file.
download.packages("gee", type="source", destdir="~")
--- Please select a CRAN mirror for use in this session --- trying URL ' http://www.ibiblio.org/pub/languages/R/CRAN/src/contrib/gee_4.13-14.tar.gz' Content type 'application/x-gzip' length 55417 bytes (54 Kb) opened URL downloaded 54 Kb [,1] [,2] [1,] "gee" "~/gee_4.13-14.tar.gz" How to access the file and open it?
Go to destdir and open it? You can use tar and/or gunzip to unzip it. You want to look at the source code outside of R yes?