R/RIncludePath.R

Defines functions getRHeaderPath

getRHeaderPath =
function()
{
   h = R.home()
   i = sprintf("%s/include", h)
   if(file.exists(i))
     return(i)

 # R_ARCH
 # Use R CMD config
}
omegahat/RClangSimple documentation built on Jan. 17, 2024, 6:27 p.m.