makeconf_path | R Documentation |
Makeconf
Obtain the full path of file Makeconf
, in which, for example
the flags for compiling C/C++ code are configured.
makeconf_path()
The configuration for compiling shared objects using R CMD SHLIB
are set in file Makeconf
. To change how the C++ code is
compiled, modify this file. For RStan, package inline
compiles the C++ code using R CMD SHLIB
. To speed up compiled
Stan models, increase the optimization level to -O3
defined
in property CXXFLAGS
in the file Makeconf
.
This file may also be modified to specify alternative C++ compilers,
such as clang++ or later versions of g++.
An character string for the full path of file Makeconf
.
stan
makeconf_path()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.