All functions

SUtools-package cubature-package cubature

SUtools is a package for Fortran code handling with R

createPB()

Create a progress bar for calling from fortran

detect_long_lines()

Detect if there are long lines in mortran or fortran sections

fix_unused_labels()

Fix unused label warnings from gfortran if possible

fortran_subroutines()

Return all fortran subroutines with args

gen_registration()

Generate registration from fortran subroutine

generate_fortran()

Generate fortran from a mortran file and return the fortran

make_c_args()

Make C argument types

make_call_args()

Make call argument types

make_dotcall_to_fortran()

Generate C stub and R stub for making a .Call to a Fortran function

make_fun_list()

Generate function name and C arg types from subroutine/entry definition

make_sexp_args()

Make SEXP argument types

mortran_subroutines()

Return all mortran subroutines with args

process_mortran()

Generate fortran and registration code from mortran, geared specifically towards the mortran used by Jerome Friedman at Stanford University

sutools_control()

SUtools Control Arguments

test_fort_pb()

Call the Fortran to exercise the saved progress bar

test_fort_pb2()

Bump the progress bar from Fortran