gptools_include_path {gptoolsStan} | R Documentation |
Get the 'gptoolsStan' include path for compiling 'Stan' programs.
Description
Get the 'gptoolsStan' include path for compiling 'Stan' programs.
Usage
gptools_include_path()
Value
Path to the directory containing source files for 'gptoolsStan' as characters.
Examples
## Not run:
library(cmdstanr)
library(gptoolsStan)
# Compile the model with paths set up to include 'Stan' sources from 'gptoolsStan'.
model <- cmdstan_model(
stan_file="/path/to/your/model.stan",
include_paths=gptools_include_path(),
)
## End(Not run)
[Package gptoolsStan version 0.1.0 Index]