Displaying 1 result from an estimated 1 matches for "add__".
Did you mean:
add_q
2005 Jun 28
2
symbol.For problem? (PR#7974)
It seems as though 'symbol.For' does not work correctly.
> library("foo")
> add(3,4)
[1] 7
> sym.add(3,5)
Error in .Fortran(symbol.For("add"), as.numeric(a), as.numeric(b), c = as.numeric(0)) :
"Fortran" function name not in load table
The function 'add' is a R wrapper to a simple fortran 77 subroutine that adds two numbers.
In