Displaying 1 result from an estimated 1 matches for "orderdata".
Did you mean:
orderdate
2006 Apr 03
1
Integration of C and Fortran
...ast when I use either the
.C("simplematch",...) and
.Fortran("ordering",...) command everything
works...
Now here comes trouble:
When I do the R CMD INSTALL command, my package install.
The .C command works but when I run the .Fortran command I get:
Error in .Fortran("orderdata", d = as.double(d),
as.integer(n), rowscore = as.double(rowscore)) :
the enter point Fortran "orderdata_" absent of the loading table.
What should I do to make sure that upon the installation of my package my
Fortran function will appear in the load table...
Thanks a lot.
S?bast...