R/cmdstan.R

# Overriden functions because they affect how the
# model is compiled.
#
# cmdstan_model <- cloudstan_model

# Re-exported functions from cmdstanr because they
# don't affect model compilation or sampling and are
# not really cmdstanr specific.
#
#' @import cmdstanr
#' @export
as_cmdstan_fit <-as_cmdstan_fit
#' @import cmdstanr
#' @export
print_example_program <-print_example_program
#' @import cmdstanr
#' @export
read_cmdstan_csv <-read_cmdstan_csv
#' @import cmdstanr
#' @export
read_sample_csv <-read_sample_csv
#' @import cmdstanr
#' @export
write_stan_file <-write_stan_file
#' @import cmdstanr
#' @export
write_stan_json <-write_stan_json
#' @import cmdstanr
#' @export
write_stan_tempfile <-write_stan_tempfile

# These functions are exported from the cmdstanr
# library and don't really have to be exported
# from our library because we probably don't
# want the user to have control over this.
#
# check_cmdstan_toolchain <-check_cmdstan_toolchain
# mdstan_default_install_path <-cmdstan_default_install_path
# cmdstan_default_path <-cmdstan_default_path
# cmdstan_make_local <-cmdstan_make_local
# cmdstan_path <-cmdstan_path
# cmdstan_version <-cmdstan_version
# cmdstanr_example <-cmdstanr_example
# eng_cmdstan <-eng_cmdstan
# install_cmdstan <-install_cmdstan
# num_threads <-num_threads
# rebuild_cmdstan <-rebuild_cmdstan
# register_knitr_engine <-register_knitr_engine
# set_cmdstan_path <-set_cmdstan_path
# set_num_threads <-set_num_threads
uroshercog/cloudstan-r documentation built on Dec. 23, 2021, 2:03 p.m.