mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-27 22:46:02 +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
451 B
R
15 lines
451 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/stan_backends.R
|
|
\name{check_cmdstanr}
|
|
\alias{check_cmdstanr}
|
|
\title{Check that the required packages for using the cmdstanr backend are installed.}
|
|
\usage{
|
|
check_cmdstanr()
|
|
}
|
|
\value{
|
|
NULL if successful, and prints the current version of cmdstan being used.
|
|
}
|
|
\description{
|
|
Check that the required packages for using the cmdstanr backend are installed.
|
|
}
|
|
\keyword{internal}
|