[Rd] demo enhancement

2009-02-16 Thread Kjell Konis
Hello, I have a package for working with Bayesian networks (RHugin - on R- Forge for those interested). It contains a function RHExample that does the same thing as the demo function in the utils package except that it does not display any output in the R console. I use it to build simple

Re: [Rd] demo enhancement

2009-02-16 Thread Duncan Murdoch
Kjell Konis wrote: Hello, I have a package for working with Bayesian networks (RHugin - on R- Forge for those interested). It contains a function RHExample that does the same thing as the demo function in the utils package except that it does not display any output in the R console. I use i

Re: [Rd] demo enhancement

2009-02-16 Thread Kjell Konis
I put the diff here http://smat.epfl.ch/~konis/grabbag/demo.diff Kjell On 16 févr. 09, at 12:35, Duncan Murdoch wrote: Kjell Konis wrote: Hello, I have a package for working with Bayesian networks (RHugin - on R- Forge for those interested). It contains a function RHExample that does the

[Rd] Box.test (PR#13532)

2009-02-16 Thread jukka . nyblom
Full_Name: Jukka Nyblom Version: 2.8.0 OS: Submission from: (NULL) (130.234.5.137) In Box.test function it is now possible to give the degrees of freedom due to estimation of ARMA parameters. The p value is correct but the df in the output component is without subtraction. Jukka Nyblom __

[Rd] Newbie - how do I debug a crash of RGUI.EXE

2009-02-16 Thread Sim, Fraser
Hi- I'm running Vista64 Business and trying to use a package called RGraphViz. Unfortunately, when I try to plot a graph using this package it causes RGUI.EXE to crash. This package has no problem working in WinXP 32-bit. Is there any way to get useful information as to why it crashes? Here's m

[Rd] Update today broke foreign package (PR#13533)

2009-02-16 Thread rubin
Hi, I'm running R 2.8.1 on Ubuntu, and today I got updates for a couple of packages, including foreign (r-cran-foreign, now at version 0.8.32). Subsequent to the upgrade, attempts to invoke read.spss produce the following error: Error in inherits(x, "factor") : object "cp" not found and the

Re: [Rd] Newbie - how do I debug a crash of RGUI.EXE

2009-02-16 Thread Martin Morgan
"Sim, Fraser" writes: > Hi- > > I'm running Vista64 Business and trying to use a package called > RGraphViz. Unfortunately, when I try to plot a graph using this package > it causes RGUI.EXE to crash. This package has no problem working in > WinXP 32-bit. > > Is there any way to get useful infor

[Rd] Summary: Identifying graphics files produced by R

2009-02-16 Thread David M Smith
Thanks to all those that responded to the question below, either on-list or privately. The bottom line is that there's no identifying information from R in the metadata for PNG or JPG files (and R doesn't produce GIFs). I did however figure out a way to automate a search for PDF and PostScript fil

[Rd] Inheriting from "environment" and similar object types

2009-02-16 Thread John Chambers
Attributes can't be assigned to objects of type "environment" or similar types such as external pointers or names (symbols). The objects are references, not normal R objects, and are not copied by the internal duplicate() routine, so any attribute (including "class") overwrites the same object

Re: [Rd] Update today broke foreign package (PR#13533)

2009-02-16 Thread Prof Brian Ripley
foregin_0.8-32 was testsd aginst 2.8.1 prior to release, and I've just tested it again. This might be a locale issue (but I also tested in a latin1 and C locale), but I think it is specific to some files. So can we have both the output of sessionInfo() and a file that causes the problem (it

Re: [Rd] Update today broke foreign package (PR#13533)

2009-02-16 Thread HBaize
I posted links to five SPSS .sav files in response to a very similar problem with read.spss(). Maybe you can use them to test the function. http://www.nabble.com/reading-SPSS-.sav-files-(PR-13509)-td21889920.html So can we have both the output of sessionInfo() and a file that causes the pro