I'm not looking for an answer here, this is just a report of a
peculiar event I've observed
and can reproduce.
I'm developing a g95 (20050129) compiled package on windows xp pro
using R-2.1.1, and gcc-3.4.2 (mingw special). An older version of the
F95 package compiled and ran without problems. The new version of the
package includes extensive changes in the code.
The package has a test function, rtest(), which sets up a testing
scenario and runs it.
If I try to immediately load the library after starting up R and
running rtest(), the following
occurs:
.onLoad: running R_g95_init
Testing cm.estimate...
Using short data set (testing)...
25500.0000000000 2499.00000000000 11.0000000000000 300.000000000000
...
5 0.000000000000000
6 0.000000000000000
Operating system error: Not enough space
Memory allocation failed
(R exits in terminal, or freezes as GUI)
However, if I import a data element the rtest runs fine. I know
rtest() doesn't need the extra data import because it runs without
problems on our OS X version.