[Rd] [Fwd: Re: bug with R CMP SHLIB (PR#10945)]

2008-03-13 Thread Fernando Miguez
-- Fernando E. Miguez Energy Biosciences Institute http://netfiles.uiuc.edu/miguez/www/ --- Begin Message --- Hi, It would be helpful to also include version and sessionInfo(). I recently saw a similar problem in the development version for Mac but not in the current 2.6.2. Fernando

[Rd] R CMD check in Windows

2007-11-19 Thread Fernando Miguez
Hi all, R CMD check does not work for me under Windows. This is the error R CMD check mypackage.tar.gz * checking for working latex ... OK tar: and: Not found in archive tar: Settings/miguez/ ... /00_pkg_src: Not found in archive tar: Error exit delayed from previous errors Error: cannot untar

[Rd] Invalid permissions

2007-10-25 Thread miguez
Hi, I'm new to using complied code in R. I'm having a problem that might require further details but I think all I need is for someone to point me in the right direction. I wrote a C function which works fine if I load the shared object in the usual way using dyn.load("myfun.so"). However, if