[Rd] R.exe crashes on R v2.12.0dev (Windows Vista)

2010-05-22 Thread Henrik Bengtsson
Using the latest developers version of R [2.12.0 Under development (unstable) (2010-05-21 r52061)], R.exe crashes: %ProgramFiles%/R/R-2.12.0dev/bin/i386/R.exe with Windows reporting: Problem signature: Problem Event Name: APPCRASH Application Name: R.exe Application Version:

[Rd] exmaple problems

2010-05-22 Thread Erich Neuwirth
I do not know if this has been reported already (I searched the headers of the recent messages to r-devel) It seems that 'example' in R 2.11.0 has a problem when the help file does not contain any example. This is what happens on R 2.11.0 on Windows XP. library(tools) example(Rdiff) Error in

Re: [Rd] dyn.load() strange behavior

2010-05-22 Thread Uwe Ligges
- Does bar really dyn.load its shared library on load? - Have you told package foo (in the DESCRIPTION) it is LinkingTo: bar ? Uwe Ligges On 21.05.2010 22:35, Dominick Samperi wrote: Hello, I am observing the following strange behavior when I try to load a shared library using dyn.load()

Re: [Rd] dyn.load() strange behavior

2010-05-22 Thread Dominick Samperi
Thanks for taking the time to look at this Uwe. Turns out the problem was caused by the fact that foo.so was built with incorrect linker options (not pointing to bar.so), so there were undefined symbols. Why it worked at all is a puzzle. 2010/5/22 Uwe Ligges lig...@statistik.tu-dortmund.de -

Re: [Rd] S4 method defined but not used

2010-05-22 Thread Martin Morgan
Hi Thibaut -- On 05/21/2010 08:34 AM, Jombart, Thibaut wrote: Dear R developers, I am having a slightly weird issue with a S4 method defined in my package adegenet 1.2-4, with R 2.11.0. As far as I know, the problem is new, and the code implementing the method has not changed for more