Skip to content

Instantly share code, notes, and snippets.

@LauritsDixen
LauritsDixen / new example(stan_model, package = "rstan", run.dontrun = TRUE)
Created November 8, 2019 06:54
results from "example(stan_model, package = "rstan", run.dontrun = TRUE)" with "-Wno-ignored-attributes" at CXX14FLAGS
TRANSLATING MODEL '16a540c6086086816528e4524def24d9' FROM Stan CODE TO C++ CODE NOW.
successful in parsing the Stan model '16a540c6086086816528e4524def24d9'.
COMPILING THE C++ CODE FOR MODEL '16a540c6086086816528e4524def24d9' NOW.
OS: x86_64, linux-gnu; rstan: 2.19.2; Rcpp: 1.0.2; inline: 0.3.15
>> setting environment variables:
PKG_LIBS = -L'/usr/local/lib/R/site-library/StanHeaders/lib/' -lStanHeaders
PKG_CPPFLAGS = -I"/usr/local/lib/R/site-library/Rcpp/include/" -I"/usr/local/lib/R/site-library/RcppEigen/include/" -I"/usr/local/lib/R/site-library/RcppEigen/include/unsupported" -I"/usr/local/lib/R/site-library/BH/include" -I"/usr/local/lib/R/site-library/StanHeaders/include/src/" -I"/usr/local/lib/R/site-library/StanHeaders/include/" -I"/usr/local/lib/R/site-library/rstan/include" -DEIGEN_NO_DEBUG -DBOOST_DISABLE_ASSERTS
>> Program source :
1 :
@LauritsDixen
LauritsDixen / example(stan_model, package = "rstan", run.dontrun = TRUE)
Created November 7, 2019 16:13
full message of example(stan_model, package = "rstan", run.dontrun = TRUE)
This file has been truncated, but you can view the full file.
example(stan_model, package = "rstan", run.dontrun = TRUE)
Loading required package: StanHeaders
Loading required package: ggplot2
RStudio Community is a great place to get help:
https://community.rstudio.com/c/tidyverse.
rstan (Version 2.19.2, GitRev: 2e1f913d3ca3)
For execution on a local, multicore CPU with excess RAM we recommend calling
options(mc.cores = parallel::detectCores()).
To avoid recompilation of unchanged Stan programs, we recommend calling
rstan_options(auto_write = TRUE)