Displaying 1 result from an estimated 1 matches for "dqrsl1_".
Did you mean:
dqrsl1
2001 Jun 06
1
The old Fortran underscore problem
...c,
declared using "void rank(. .. .)".
All source files seemed to compile fine.
How do I call the C rank entry from Fortran using
Hmisc.so?
A second problem is that in the Design library I
have Fortran code such as
CALL dqrsl1(.....)
When doing library(Design) I get an unknown symbol
dqrsl1_. I know that R base has LINPACK routines such
as dqrsl1.
I think I understand from V&R how to load correct
symbols and look in the correct package when using
an individual dyn.load but not one using a central
library.dynam("packagename", options passed to .First.lib).
Any help wil...