inst/CppCode/customizeMakeconf.R

packageMakeconfFile <- file.path(R.home('etc'), 'Makeconf')
if(file.exists(packageMakeconfFile)) {
    file.copy(packageMakeconfFile, 'Makeconf')
    lines <- readLines('Makeconf')
    lines <- gsub('-g ', ' ', lines)
    writeLines(lines, con = 'Makeconf')
}

Try the nimble package in your browser

Any scripts or data that you put into this service are public.

nimble documentation built on July 9, 2023, 5:24 p.m.