Displaying 1 result from an estimated 1 matches for "deldirld".
Did you mean:
deldir
2000 Jun 19
2
dyn.load error:
Hi,
I have some S functions plus Fortran routines that I want to use in R.
They work in S, but when I try to use "dyn.load" to link fortran codes in
R , I get the following error.
thanks, reza
(I am using R-1.0.1 on windows NT, The name of fortran file (compiled
Ratfor) is deldirld.o and it's in the D:\Reza\476\tv.gonsrc.R\ directory)
>dyn.load("deldirld.o")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"D:\Reza\476\tv.gonsrc.R\deldirld.o":
LoadLibrary failure
***********************************...