inst/libtbb.R

#' Print static TBB static library in makevars.win
if (getRversion() >= "4.3.0") {
    cat("-ltbb12")
} else {
    cat("-ltbb_static")
}

Try the quanteda package in your browser

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

quanteda documentation built on May 29, 2024, 10 a.m.