mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-09-05 20:30:32 +00:00
16 lines
398 B
Text
16 lines
398 B
Text
|
|
% Generated by roxygen2: do not edit by hand
|
||
|
|
% Please edit documentation in R/stan_backends.R
|
||
|
|
\name{get_stan_backend}
|
||
|
|
\alias{get_stan_backend}
|
||
|
|
\title{Get the stan backend defined in the environment variables.}
|
||
|
|
\usage{
|
||
|
|
get_stan_backend()
|
||
|
|
}
|
||
|
|
\value{
|
||
|
|
'rstan' or 'cmdstanr'. 'rstan' if variable is not set.
|
||
|
|
}
|
||
|
|
\description{
|
||
|
|
Get the stan backend defined in the environment variables.
|
||
|
|
}
|
||
|
|
\keyword{internal}
|