Duncan,
Please see below:
##
> in.file
[1] "~/Downloads/Rcompression_0.6-0.tar.gz"
> install.packages(
+ pkgs = in.file,
+ repos = NULL,
+ contriburl = NULL
+ )
>
>
> library("Rcompression")
Error in library("Rcompression") :
'Rcompression' is not a
Hi Stanley
Yes, I install it on my macs and need it as part of working
with .docx, .xlsx files and downloading content via RCurl. So it
gets some exercise and does work on Intel Macs. (Although my systems
are always non-standard!)
You will have to give us more information about what the pro
Hi,
Has anyone successfully installed Rcompression on Intel-based Mac?
I used the command:
install.packages(
pkgs = in.file,
repos = NULL,
contriburl = NULL
)
where in.file is the path to Rcompression_0.6-0.tar.gz on local drive.
It did not return error mess
I tried to install Rcompression (for reading Matlab files)
options(CRAN = c(getOption("CRAN"), "http://www.omegahat.org/R";))
install.packages("Rcompression")
Warning: unable to access index for repository
http://www.omegahat.org/R/bin/windows/contrib/2.9
Warning message:
In getDependencies(pkgs
4 matches
Mail list logo