similar to: install.packages("grid") failed

Displaying 20 results from an estimated 2000 matches similar to: "install.packages("grid") failed"

2002 Apr 23
0
Summary: Multidimensional scaling
I sent a query to R-Help about the availability of nonmetric multidimensional scaling (MDS) algorithms in R. I would like to thank Tony Rossini, Jonathan Baron, Sundar Dorai-Raj, and Brian Ripley for helpful replies. The gist of the replies is that isoMDS in the MASS library provides Kruskal's method for nonmetric MDS, sammon in the MASS library provides Sammon's nonlinear mapping method
2001 Aug 15
1
Help with XGobi.
Hi, I followed the following sequence of commands after installing 'XGobi': >library(xgobi); >data(ToothGrowth); >xgobi(ToothGrowth); I got the following warning message: C:/R13 1.0/rw1030/library/xgobi/scripts/xgobi.bat -vtitle 'ToothGrowth' -std mmx C:/DOCUME~1/h1452992/LOCALS 1/Temp/xgobi-TthGr5705 Warning message: argument `pkg' is deprecated. Use
2002 Jan 04
1
RH and packages
Dear colleagues, I just upgraded to 1.4.0 version from RH RPM on a RH72 linux i686 machine. Maybe I am the only one, but when I tried then to install 2 packages (namely pspline and xgobi), weird things happened. First on call of library(xgobi) or library(help=xgobi), all looks good, but on call of ?xgobi, or data(PaulKAI), or when trying to look at html help, the package seems empty. More
2007 Jan 07
3
MDS in 3D
Hi, I have tried to develop multidimensional scaling for 3D space using PCA without success, yet;-) Is there some application ready in R? Cheers, Atte
1999 Oct 07
1
Xgobi
I have been trying to get Xgobi to work with the function xgobi( ), but I keep on getting the message ""Xgobi requires a filename or some data from stdin" in the DOS-shell. My Xgobi.bat file is : @echo off PATH=c:\windows\ set DISPLAY=195.23.18.11:0.0 set XGOBIDIR=c:/Xgobi3 c:\Xgobi3\xgobi.exe In R I get: > xgobi(D1) C:\RW0642/library/xgobi/scripts/xgobi.bat -vtitle
1999 Nov 09
0
Xgobi for windows NT
Dear R-Help, Has anyone gotten Xgobi to work in conjunction with R on a windows NT platform? About a month ago there was a thread in which Peter Ho gave a set of instructions on how to do it on windows 95. These instructions worked perfectly when I tried to follow them on a windows 95 pc, but didn't when it came to the NT pc on my desk. I'd be very grateful for a set of instructions of
1999 Oct 07
0
Xgobi under Windows
Hi, Firstly, I would like to thank everyone who had replied to my earlier question of using Xgobi with R under windows. After a little messing around with the xgobi.bat file, I can now export data from R into Xgobi running on the free MIX X server. In summary here is the procedure to make Xgobi work under windows for R: 1) Download the Xgobi for windows executables from Brian Ripley's
2002 Apr 12
1
xgobi
Hi, Just started with exploring R. Nice ! (for many years using Splus). I tried to install and activate the package xgobi. - first download of xgobi.zip - then the R-command to install: install.packages('N:\\d024\\xgobi.zip',CRAN=NULL) - finally the command to attach the library: library(xgobi) Up to now, everything seemed to work. Also the help. No warnings that the
2002 Jul 24
2
No subject
Hi, I am trying to use xgobi with R on a windows XP machine. I downloaded the package, which seems to have worked and started on the tutorial supplied. The command data(laser) works fine but the command xgobi(laser) returns C:/PROGRA~1/R/rw1051/library/xgobi/scripts/xgobi.bat -vtitle 'laser' -std mmx C:/DOCUME~1/Adam/LOCALS~1/Temp/xgobi-laser19169 > with nothing
2007 Jan 26
1
Question about the xgobi package
Hi, When I tried an example of the xgobi function, I got the following error. Could someone explain to me what is wrong ? Thanks a lot. xgobi(crabs,colors=c("SkyBlue","SlateBlue","Orange","Red")[rep(1:4,each=50)]) c:/PROGRA~1/R/R-23~1.1/library/xgobi/scripts/xgobi.bat -vtitle 'crabs' -std mmx
2000 Apr 17
1
xgobi
I can't ssem to get the the examples running. Can anyone offer a solution? Thanks in advance, and this what happens. > data(laser) > xgobi(laser) xgobi -title 'laser' -std mmx /tmp/xgobi-laserR7316S41c6 & > Neither the file /tmp/xgobi-laserR7316S41c6 nor /tmp/xgobi-laserR7316S41c6.dat exists -------------- next part -------------- A non-text attachment was scrubbed...
2000 Apr 11
2
xgobi interface
i just installed the xgobi interrface, and this is what i get when i try to run the example things don't work > xgobi(laser) xgobi -title 'laser' -std mmx -dev 2 /tmp/unixR3e07S15fb & > Neither the file 2 nor 2.dat exists what am i doing wrong? p.s.: xgobi is installed and works -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2002 Oct 03
1
Newbie Q: Help with loading libraries in Mac OS X
I am trying to load two libraries (mclust and tcltk) in Mac OS X (10.1.5). My R version is 1.5.1 I have tried both the Carbon version and the Darwin command line version =, but I get the following errors: IN DARWIN: > library(mclust) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/usr/local/lib/R/library/mclust/libs/mclust.so":
2003 Mar 16
4
xgobi?
Hi all, As far as I understood from the documentation of xgobi. The package is intended to plot data in 3D (and more). Why if I enter example(xgobi) nothing displays even though the example calls also the xgobi command (yes I did load the library)? Do I need to install anything else for xgobi to work? I use R 1.6.1. on Windows 2000 platform or R 1.5.1 with RedHat 7.3 (none works). Miha
2000 Jan 20
0
xgobi
I have downloaded an installed the xgobi library and can plot(laser), but when I try xgobi(laser), I get these messages in the MSDOS window... Out of environment space Out of environment space Bad command or filename and in the RGUI window it comes back with... D:\RW0901/library/xgobi/scripts/xgobi.bat -vtitle 'laser' C:/WINDOWS/TEMP/xgobi24464 Any ideas what I need to do? I am
1999 Jul 28
1
(Fwd) Re: 3d in R
In Win95/NT you can use xgobi (program and R interface) as well, provided you will install an x-server on your machine (a free one is available from http://www.microimages.com/freestuf/mix/). Regards! Zdenek Skala ***************************************************** Uli Flenker wrote: I'm not familiar with S/S+, but I think the "xgobi" software package can do what you want
2002 Nov 16
1
Xgobi
Dear helpers, I'm working with expression matrices (DNA microarrays) and my professor suggested me to investigate the possibilities of Xgobi. Searching the net I found that I could use it with R. Is that true? How can I do this? I'm working on a Windows ME notebook. I've already got xgobi.zip from CRAN and xgobi.zip from Professor Brian Ripley
2000 Apr 10
0
Re: building xgobi on Solaris
> Date: Mon, 10 Apr 2000 14:14:39 +0200 > From: Erich Neuwirth <erich.neuwirth at univie.ac.at> > X-Accept-Language: en > To: R-help at r-project.org > Subject: [R] Re: [Rd] R CMD build/check > > i am trying to compile xgobi ob my solaris box, > but i don't have > /usr/ccs/bin/cc > installed > > is there a makefile for building xgobi on solaris with
2000 Nov 19
0
potential BeOS fix
I'm not sure how this would affect other OS's (I have no real idea how autoconf, automake etc work) but this is a go at fixing the BeOS undefined link problem. Hope the diffs are okay P.S. is there a simple test program for the FP bug in the math inline header I'd like to see if BeOS suffers from the problem or not. Dave --- configure.in Sun Nov 19 14:42:16 2000 +++
2003 Sep 30
2
cluster & mgcv update
Hello, After reinstalling the whole OS and R as well, I tried to update.packages() and get the follwing error message: concerning the mgcv update: atlas2-base is installed and blas as well (on debian). I haven't found lf77blas, I assume it's a library or something similar associated with blas. any suggestion how to solve that, thanks Martin * Installing *source* package