Skip to content

Commit

Permalink
added Hmisc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenglei-BCS committed Feb 25, 2025
1 parent 53556d4 commit 7bca6d5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, any::tidyverse, any::drda, any::pander, any::metafor, any::kableExtra, any::plyr, any::ggprism, any::ggnewscale, any::GLMcat, any::quarto, local::.
extra-packages: any::pkgdown, any::tidyverse, any::drda, any::pander, any::metafor, any::kableExtra, any::plyr, any::ggprism, any::ggnewscale, any::GLMcat, any::quarto,any::Hmisc, local::.
needs: website

- name: Build site
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ navbar:
text: Reference
href: reference/
tutorials:
text: Regulatory Concepts
text: Regulatory Insights
menu:
- text: NOEC Calculations
href: articles/NOEC_Methods.html
Expand Down
18 changes: 18 additions & 0 deletions vignettes/articles/Limit-Test.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Limit Test"
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
warning = FALSE,
message = FALSE
)
```

```{r setup}
library(drcHelper)
```

In some cases (e.g. when a test chemical is expected to be of low toxicity or when a test chemical is poorly soluble) a limit test may be performed, in order to demonstrate that the NOEDD is greater than or equal to the limit dose tested, and the LDD50 is greater than the limit dose tested, if no effects are observed in the study.

0 comments on commit 7bca6d5

Please sign in to comment.