Skip to content

Commit 18c8903

Browse files
committed
Deploying to gh-pages from @ 7a12e99 🚀
1 parent f970e7e commit 18c8903

62 files changed

Lines changed: 154 additions & 148 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.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.

LICENSE-text.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.

articles/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.

articles/overview_of_the_package.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.

authors.html

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

authors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
## Citation
1717

1818
Yoshida K, Mercier F, Navarro D (2026). *BayesERtools: Bayesian
19-
Exposure-Response Analysis Tools*. R package version 0.2.6,
19+
Exposure-Response Analysis Tools*. R package version 0.2.7,
2020
<https://genentech.github.io/BayesERtools/>.
2121

2222
@Manual{,
2323
title = {BayesERtools: Bayesian Exposure-Response Analysis Tools},
2424
author = {Kenta Yoshida and François Mercier and Danielle Navarro},
2525
year = {2026},
26-
note = {R package version 0.2.6},
26+
note = {R package version 0.2.7},
2727
url = {https://genentech.github.io/BayesERtools/},
2828
}

index.html

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

index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for more thorough walk through.
3434
# Load package and data
3535
library(dplyr)
3636
library(BayesERtools)
37-
ggplot2::theme_set(ggplot2::theme_bw(base_size = 12))
37+
theme_set(theme_bw(base_size = 12))
3838

3939
data(d_sim_binom_cov)
4040

@@ -84,11 +84,11 @@ ermod_bin
8484
# Using `*` instead of `+` so that scale can be
8585
# applied for both panels (main plot and boxplot)
8686
plot_er_gof(ermod_bin, var_group = "Dose", show_coef_exp = TRUE) *
87-
xgxr::xgx_scale_x_log10(guide = ggplot2::guide_axis(minor.ticks = TRUE))
88-
#> Warning in ggplot2::annotate("label", x = pos_ci_annot[1], y = pos_ci_annot[2],
89-
#> : Ignoring unknown parameters: `label.size`
90-
#> Warning: annotation$theme is not a valid theme.
91-
#> Please use `theme()` to construct themes.
87+
coord_transform(x = "log10") *
88+
scale_x_continuous(
89+
breaks = xgxr::xgx_breaks_log10,
90+
minor_breaks = xgxr::xgx_minor_breaks_log10
91+
)
9292
```
9393

9494
![](reference/figures/README-ermod_bin-1.png)
@@ -147,8 +147,6 @@ plot_submod_performance(ermod_bin_cov_sel)
147147

148148
coveffsim <- sim_coveff(ermod_bin_cov_sel)
149149
plot_coveff(coveffsim)
150-
#> Warning in geom_errorbar(..., orientation = orientation): Ignoring unknown
151-
#> parameters: `height`
152150
```
153151

154152
![](reference/figures/README-plot_coveff-1.png)

llms.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for more thorough walk through.
3434
# Load package and data
3535
library(dplyr)
3636
library(BayesERtools)
37-
ggplot2::theme_set(ggplot2::theme_bw(base_size = 12))
37+
theme_set(theme_bw(base_size = 12))
3838

3939
data(d_sim_binom_cov)
4040

@@ -84,11 +84,11 @@ ermod_bin
8484
# Using `*` instead of `+` so that scale can be
8585
# applied for both panels (main plot and boxplot)
8686
plot_er_gof(ermod_bin, var_group = "Dose", show_coef_exp = TRUE) *
87-
xgxr::xgx_scale_x_log10(guide = ggplot2::guide_axis(minor.ticks = TRUE))
88-
#> Warning in ggplot2::annotate("label", x = pos_ci_annot[1], y = pos_ci_annot[2],
89-
#> : Ignoring unknown parameters: `label.size`
90-
#> Warning: annotation$theme is not a valid theme.
91-
#> Please use `theme()` to construct themes.
87+
coord_transform(x = "log10") *
88+
scale_x_continuous(
89+
breaks = xgxr::xgx_breaks_log10,
90+
minor_breaks = xgxr::xgx_minor_breaks_log10
91+
)
9292
```
9393

9494
![](reference/figures/README-ermod_bin-1.png)
@@ -147,8 +147,6 @@ plot_submod_performance(ermod_bin_cov_sel)
147147

148148
coveffsim <- sim_coveff(ermod_bin_cov_sel)
149149
plot_coveff(coveffsim)
150-
#> Warning in geom_errorbar(..., orientation = orientation): Ignoring unknown
151-
#> parameters: `height`
152150
```
153151

154152
![](reference/figures/README-plot_coveff-1.png)

news/index.html

Lines changed: 8 additions & 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)