Skip to content

Commit a820bf7

Browse files
committed
Deploying to gh-pages from @ b402928 🚀
1 parent 78719d8 commit a820bf7

26 files changed

Lines changed: 45 additions & 45 deletions

dev/CONTRIBUTING.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/developer-guidelines.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/minimal-rstan-package.html

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/articles/minimal-rstan-package.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ fit <- lm_stan(y = rnorm(10), x = rnorm(10),
383383

384384
SAMPLING FOR MODEL 'lm' NOW (CHAIN 2).
385385
Chain 2:
386-
Chain 2: Gradient evaluation took 2e-06 seconds
387-
Chain 2: 1000 transitions using 10 leapfrog steps per transition would take 0.02 seconds.
386+
Chain 2: Gradient evaluation took 3e-06 seconds
387+
Chain 2: 1000 transitions using 10 leapfrog steps per transition would take 0.03 seconds.
388388
Chain 2: Adjust your expectations accordingly!
389389
Chain 2:
390390
Chain 2:
@@ -396,8 +396,8 @@ fit <- lm_stan(y = rnorm(10), x = rnorm(10),
396396
Chain 2: Iteration: 2000 / 2000 [100%] (Sampling)
397397
Chain 2:
398398
Chain 2: Elapsed Time: 0.009 seconds (Warm-up)
399-
Chain 2: 0.009 seconds (Sampling)
400-
Chain 2: 0.018 seconds (Total)
399+
Chain 2: 0.008 seconds (Sampling)
400+
Chain 2: 0.017 seconds (Total)
401401
Chain 2:
402402

403403
SAMPLING FOR MODEL 'lm' NOW (CHAIN 3).
@@ -415,8 +415,8 @@ fit <- lm_stan(y = rnorm(10), x = rnorm(10),
415415
Chain 3: Iteration: 2000 / 2000 [100%] (Sampling)
416416
Chain 3:
417417
Chain 3: Elapsed Time: 0.009 seconds (Warm-up)
418-
Chain 3: 0.008 seconds (Sampling)
419-
Chain 3: 0.017 seconds (Total)
418+
Chain 3: 0.007 seconds (Sampling)
419+
Chain 3: 0.016 seconds (Total)
420420
Chain 3:
421421

422422
SAMPLING FOR MODEL 'lm' NOW (CHAIN 4).
@@ -433,9 +433,9 @@ fit <- lm_stan(y = rnorm(10), x = rnorm(10),
433433
Chain 4: Iteration: 1500 / 2000 [ 75%] (Sampling)
434434
Chain 4: Iteration: 2000 / 2000 [100%] (Sampling)
435435
Chain 4:
436-
Chain 4: Elapsed Time: 0.01 seconds (Warm-up)
437-
Chain 4: 0.009 seconds (Sampling)
438-
Chain 4: 0.019 seconds (Total)
436+
Chain 4: Elapsed Time: 0.009 seconds (Warm-up)
437+
Chain 4: 0.008 seconds (Sampling)
438+
Chain 4: 0.017 seconds (Total)
439439
Chain 4:
440440

441441
``` r
@@ -453,7 +453,7 @@ print(fit)
453453
sigma 1.64 0.01 0.54 0.96 1.27 1.53 1.86 3.01 1465 1
454454
lp__ -8.48 0.04 1.45 -12.34 -9.12 -8.12 -7.44 -6.80 1235 1
455455

456-
Samples were drawn using NUTS(diag_e) at Mon Jul 20 15:43:21 2026.
456+
Samples were drawn using NUTS(diag_e) at Mon Jul 20 16:55:48 2026.
457457
For each parameter, n_eff is a crude measure of effective sample size,
458458
and Rhat is the potential scale reduction factor on split chains (at
459459
convergence, Rhat=1).

dev/authors.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/authors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
## Citation
2424

2525
Source:
26-
[`DESCRIPTION`](https://github.com/stan-dev/rstantools/blob/fix-pkgdown/DESCRIPTION)
26+
[`DESCRIPTION`](https://github.com/stan-dev/rstantools/blob/master/DESCRIPTION)
2727

2828
Gabry J, Goodrich B, Lysy M, Johnson A (2026). *rstantools: Tools for
2929
Developing R Packages Interfacing with 'Stan'*. R package version

dev/news/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pkgdown_sha: ~
44
articles:
55
developer-guidelines: developer-guidelines.html
66
minimal-rstan-package: minimal-rstan-package.html
7-
last_built: 2026-07-20T15:41Z
7+
last_built: 2026-07-20T16:54Z
88
urls:
99
reference: https://mc-stan.org/rstantools/reference
1010
article: https://mc-stan.org/rstantools/articles

dev/reference/bayes_R2.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/reference/init_cpp.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)