mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-28 22:56:38 +00:00
* init * add suggested packages * use environment variables and align more with Py package * remove additional testing logic, default to lbfgs * Remove Newton specifier from test because cmdstanr expects newton Co-authored-by: Ben Letham <bletham@gmail.com>
15 lines
398 B
R
15 lines
398 B
R
% 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}
|