--
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
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
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