Generate fortran from a mortran file and return the fortran

generate_fortran(mortran_lines)

Arguments

mortran_lines

the mortran file lines resulting from a base::readLines(), say.

Value

fortran lines as a character vector

Examples

if (FALSE) {
generate_fortran(readLines("./pcLasso.m"))
}