make_dotcall_to_fortran | R Documentation |
Parse a fortran subroutine/entry definition and return a C routine that can be used with .Call and R call snippet
make_dotcall_to_fortran(fun_strs)
fun_str |
a vector of subroutine definition strings with args |
a named list of C code and R code for each function
make_dotcall_to_fortran(c("subroutine foo(no,ni,x,y,w,theta)", "entry foobar(ix, y)", "subroutine bar(x,n,p,m)"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.