[rkward-devel] get error messages when I try installing package
Jeff Stewart
jeffjrstewart at gmail.com
Sat Oct 5 08:30:49 UTC 2013
Hi, I'm trying to install the ltm package for R via Rkward, and get the
following error message when I try:
Error in download.file(url, destfile, method, mode = "wb", ...) :
unused argument (suggested_packages = TRUE)
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
download of package 'polycor' failed
Error in download.file(url, destfile, method, mode = "wb", ...) :
unused argument (suggested_packages = TRUE)
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
download of package 'ltm' failed
When I try it without installing suggested packages I get a longer error
message:
> options (repos= c("http://cran.md.tsukuba.ac.jp", "http://rkward.sf.net/R/",
"http://rkward.sf.net/R/"))
> options (pkgType="source")
> install.packages (pkgs=c ("ltm"),
lib="/Users/stewartjeff/.rkward/library")
also installing the dependencies 'msm', 'mvtnorm', 'polycor'
trying URL 'http://cran.md.tsukuba.ac.jp/src/contrib/msm_1.2.tar.gz'
Content type 'application/x-gzip' length 704042 bytes (687 Kb)
opened URL
==================================================
downloaded 687 Kb
trying URL 'http://cran.md.tsukuba.ac.jp/src/contrib/mvtnorm_0.9-9996.tar.gz
'
Content type 'application/x-gzip' length 140034 bytes (136 Kb)
opened URL
==================================================
downloaded 136 Kb
trying URL 'http://cran.md.tsukuba.ac.jp/src/contrib/polycor_0.7-8.tar.gz'
Content type 'application/x-gzip' length 8238 bytes
opened URL
==================================================
downloaded 8238 bytes
trying URL 'http://cran.md.tsukuba.ac.jp/src/contrib/ltm_0.9-9.tar.gz'
Content type 'application/x-gzip' length 157791 bytes (154 Kb)
opened URL
==================================================
downloaded 154 Kb
* installing *source* package 'mvtnorm' ...
** package 'mvtnorm' successfully unpacked and MD5 sums checked
** libs
sh: make: command not found
ERROR: compilation failed for package 'mvtnorm'
* removing '/Users/stewartjeff/.rkward/library/mvtnorm'
ERROR: dependency 'mvtnorm' is not available for package 'msm'
* removing '/Users/stewartjeff/.rkward/library/msm'
ERROR: dependency 'mvtnorm' is not available for package 'polycor'
* removing '/Users/stewartjeff/.rkward/library/polycor'
ERROR: dependencies 'msm', 'mvtnorm', 'polycor' are not available for
package 'ltm'
* removing '/Users/stewartjeff/.rkward/library/ltm'
Warning messages:
1: In install.packages(pkgs = c("ltm"), lib =
"/Users/stewartjeff/.rkward/library") :
installation of package 'mvtnorm' had non-zero exit status
2: In install.packages(pkgs = c("ltm"), lib =
"/Users/stewartjeff/.rkward/library") :
installation of package 'msm' had non-zero exit status
3: In install.packages(pkgs = c("ltm"), lib =
"/Users/stewartjeff/.rkward/library") :
installation of package 'polycor' had non-zero exit status
4: In install.packages(pkgs = c("ltm"), lib =
"/Users/stewartjeff/.rkward/library") :
installation of package 'ltm' had non-zero exit status
Any ideas on what I can try?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20131005/7be7a8ff/attachment.html>
More information about the Rkward-devel
mailing list