R/process.R
detect_long_lines.Rd
Detect if there are long lines in mortran or fortran sections
detect_long_lines(mortran_lines)
the mortran file lines resulting from a
base::readLines()
, say.
a possibly empty data frame of the approximate line number and the offending line if any
if (FALSE) {
check_long_lines(readLines("./pcLasso.m"))
}