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, dependencies, available, lib) :
package ?Rcompression? is not available
Manual inspection of the site showed that 2.7 is the last version.
Did I miss some change notes?
Dieter
R version 2.9.0 (2009-04-17)
i386-pc-mingw32
locale:
LC_COLLATE=German_Germany.1252;LC_CTYPE=German_Germany.1252;
LC_MONETARY=German_Germany.1252;LC_NUMERIC=C;LC_TIME=German_Germany.1252
attached base packages:
[1] stats graphics grDevices datasets utils methods base
loaded via a namespace (and not attached):
[1] tools_2.9.0
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 messages, but library("Rcompression") does not
work.
It looked like Rcompression was not installed properly, or I should say not
installed.
I'll really appreciate if anyone can share some tips ....
Thanks,
Stanley
--
View this message in context:
http://www.nabble.com/Rcompression-on-Omegahat-tp23484729p25033935.html
Sent from the R help mailing list archive at Nabble.com.