Displaying 1 result from an estimated 1 matches for "rkpack".
Did you mean:
repack
1999 Jul 10
1
Creating shared libraries for dyn.load() in R
Dear R-users,
I am working to install Chong Gu's new gss library on my Linux system
(Redhat 5.1/i386), and have run into the following roadblock: Dr. Gu's R
code is a front end for a package of Fortran routines called RKPACK. While
I have no trouble compiling
the individual bits of Fortran code with fort77 in Linux, I don't know how
to link the resulting *.o files into a shared library that R
will read with dyn.load() (I am following the procedure recommended by V&R
in their R Complements to MASS).
I suspect,...