Displaying 2 results from an estimated 2 matches for "r_g95_init".
2005 Oct 08
1
windows/g95 peculiarity
...n 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:
> library("bpkg")
.onLoad: running R_g95_init
> o = rtest()
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)
H...
2005 Jun 23
1
mac osx, g95 package port problem
...ile 'bpkg/DESCRIPTION' ... OK
* this is package 'bpkg' version '1.0-1'
* checking if this is a source package ... OK
* Installing *source* package 'bpkg' ...
** libs
g95 -c -g dbest_dbase_class.f90
g95 -c -g cm_class.f90
...
gcc -c -g init.c
init.c: In function 'R_g95_init':
init.c:22: warning: incompatible implicit declaration of built-in function
'strdup'
g95 -c -g dgletc.f
g95 -c -g dglfgb.f
g95 -c -g dglfg.f
g95 -c -g dglfgb.f
g95 -c -g dglfg.f
g95 -c -g dmdc.f
g95 -c -g mecdf.f
g95 -shared -L/Library/Frameworks -o bpkg.so dbest_dbase_class.o cm_cla...