We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2839c57 commit fdd7446Copy full SHA for fdd7446
hpc.qmd
@@ -202,7 +202,10 @@ Steps:
202
# Install cmdstanr from Stan R universe
203
R -e "install.packages('cmdstanr', repos = c('https://stan-dev.r-universe.dev', 'https://cloud.r-project.org'))"
204
205
- # Install CmdStan
+ # Create directory for CmdStan
206
+ mkdir -p /opt/cmdstan
207
+
208
+ # Install CmdStan into that directory
209
R -e "cmdstanr::install_cmdstan(cores = 2, dir='/opt/cmdstan')"
210
211
# Enable threading for within-chain parallelization
0 commit comments