Skip to content

Commit e55381f

Browse files
committed
Built site for admiralneuro@0.1.0.9012: b80c423
1 parent 0ebeb89 commit e55381f

25 files changed

+82
-69
lines changed

dev/LICENSE.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/admiralneuro.html

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

dev/articles/admiralneuro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ following vignette:
2424
[admiralneuro](https://pharmaverse.github.io/admiralneuro/) also
2525
provides template R scripts as a starting point. They can be created by
2626
calling
27-
[`use_ad_template()`](https:/pharmaverse.github.io/admiral/v1.4.0/cran-release/reference/use_ad_template.html)
27+
[`use_ad_template()`](https:/pharmaverse.github.io/admiral/v1.4.1/cran-release/reference/use_ad_template.html)
2828
from [admiral](https://pharmaverse.github.io/admiral/), e.g.,
2929

3030
``` r
@@ -38,7 +38,7 @@ use_ad_template(
3838
```
3939

4040
A list of all available templates can be obtained by
41-
[`list_all_templates()`](https:/pharmaverse.github.io/admiral/v1.4.0/cran-release/reference/list_all_templates.html)
41+
[`list_all_templates()`](https:/pharmaverse.github.io/admiral/v1.4.1/cran-release/reference/list_all_templates.html)
4242
from [admiral](https://pharmaverse.github.io/admiral/):
4343

4444
``` r

dev/articles/adnv.html

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

dev/articles/adnv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ UPSIT percentile ≤ 10 is considered olfactory impairment, while UPSIT
228228
percentile \> 10 is considered normal olfactory function.
229229

230230
To do this, we will use the
231-
[`admiral::derive_vars_crit_flag()`](https:/pharmaverse.github.io/admiral/v1.4.0/cran-release/reference/derive_vars_crit_flag.html)
231+
[`admiral::derive_vars_crit_flag()`](https:/pharmaverse.github.io/admiral/v1.4.1/cran-release/reference/derive_vars_crit_flag.html)
232232
function. Since we want to derive these flags specifically for the UPSIT
233233
percentile parameter, we will apply the derivation only to those records
234234
using
235-
[`admiral::restrict_derivation()`](https:/pharmaverse.github.io/admiral/v1.4.0/cran-release/reference/restrict_derivation.html).
235+
[`admiral::restrict_derivation()`](https:/pharmaverse.github.io/admiral/v1.4.1/cran-release/reference/restrict_derivation.html).
236236

237237
``` r
238238
adnv <- adnv %>%

0 commit comments

Comments
 (0)