Re: [Rcom-l] New versions

2008-10-26 Thread Richard M. Heiberger
Typo in the Setup Warning for RAndFriendsLight, RExcel and update all your Excel version to their latest service releases. should be and update all your Excel versions to their latest service releases. GGobi is not included as a checkbox option in R-2.8.0. Since it is included on the opening Set

Re: [Rcom-l] More on Get R output and why does it echo so much in 1 pass?

2008-10-06 Thread Richard M. Heiberger
> x <- 1:5 > y <- 6:10 > plot(x=x, y=y) > plot(y, x) > plot(x=y, y=x) > x [1] 1 2 3 4 5 > y [1] 6 7 8 9 10 > plot(x<-y, y<-x) > x [1] 6 7 8 9 10 > y [1] 6 7 8 9 10 > >From this example, you see that "=" and "<-" have different behaviors inside argument lists. Check the archives for ot

RE: [Rcom-l] Installing RExcel on a windows machine withExcel 2002(sp3)

2008-10-04 Thread Richard M. Heiberger
I figured out what Mario DAntuono did to get the behavior he is reporting. The technical answer is that the right-click 'Run R' command eventually runs the macro RMenuMacros.SendCommands which includes the line cmdString = "putRExcel("".rexcel.last.output"",capture.output(print(try({" &

Re: [Rcom-l] R-Excel and xy-plot

2008-10-03 Thread Richard M. Heiberger
This sounds like the FAQ on lattice. Lattice creates an object. It is necessary to print the object in order to see the graph. Wrap your statement with a print() command. "print(xyplot(y ~ x))" ___ Rcom-l mailing list Rcom-l@mailman.csd.univie.ac.at http

RE: [Rcom-l] lattice graphics

2008-03-28 Thread Richard M. Heiberger
This looks like an example of R FAQ 7.22. When used inside a function or script, you need to write print(xyplot(y ~ x)) in order to see the output graph. ___ Rcom-l mailing list Rcom-l@mailman.csd.univie.ac.at http://mailman.csd.univie.ac.at/mailman/lis

Re: [Rcom-l] Read Excel data

2008-01-23 Thread Richard M. Heiberger
> It gives me an error "Run-time error 13- Type mismatch" and when I try > to debug, it stops at line below in the RInterface Module. > this looks similar to what I am seeing on Burt's machine. ___ Rcom-l mailing list Rcom-l@mailman.csd.univie.ac.at

RE: [Rcom-l] VBA - REcel error

2007-10-22 Thread Richard M. Heiberger
In the R Console window. Pick up the function definition and the three lines beyond it in my first email and drop them into the R Console window. ___ Rcom-l mailing list Rcom-l@mailman.csd.univie.ac.at http://mailman.csd.univie.ac.at/mailman/listinfo/rcom

RE: [Rcom-l] VBA - REcel error

2007-10-22 Thread Richard M. Heiberger
I am guessing that there is a registry glitch. Let us confirm that this is the problem you are seeing. Please run the following function on both your computers. My guess is that one of them will report [1] "\"C:\\Program Files\\R\\(D)COM Server\\xls\\RExcel.xla\"" and the other will report [1] "

Re: [Rcom-l] [RCOM] r2 excel under windows vista

2007-08-14 Thread Richard M. Heiberger
I have used standard R(D)COM on a Vista machine and it works. I have not done extensive testing as my university is staying with XP for the Fall semester ___ Rcom-l mailing list Rcom-l@mailman.csd.univie.ac.at http://mailman.csd.univie.ac.at/mailman/listi