search for: have_f

Displaying 1 result from an estimated 1 matches for "have_f".

Did you mean: have_
2019 Jul 02
1
eliminate a partial argument match warning in R CMD check
...lines <- readLines(m, warn = FALSE) - have_c <- length(dir('src', patt = "[.]c$", recursive = TRUE)) > 0L - have_cxx <- length(dir('src', patt = "[.](cc|cpp)$", recursive = TRUE)) > 0L - have_f <- length(dir('src', patt = "[.]f$", recursive = TRUE)) > 0L - have_f9x <- length(dir('src', patt = "[.]f9[05]$", recursive = TRUE)) > 0L + have_c <- length(dir('src', pattern = "[.]c$", recursive = T...