inst/libtbb.R

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

Try the seededlda package in your browser

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

seededlda documentation built on April 4, 2025, 2:33 a.m.