We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c0986 commit 063446fCopy full SHA for 063446f
DockerConfig/requirements.R
@@ -1,6 +1,6 @@
1
install.packages("cmdstanr", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))
2
library(cmdstanr)
3
-cmdstanr::install_cmdstan(dir=file.path("/home/expdes/, ".cmdstanr"))
+cmdstanr::install_cmdstan(dir=file.path("/home/expdes/", ".cmdstanr"))
4
5
install.packages(c("janitor", "feather", "patchwork","glmnet","stargazer","corrplot","ggpubr","testthat","sodium","DiagrammeR","rmarkdown", "knitr","markdown","Hmisc"))
6
install.packages("rmarkdown", version = "2.11")
0 commit comments