Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Oct 24, 2024
1 parent 3bc32f0 commit 85197dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ repos:
- magrittr
- MASS
- methods
- nestcolor
- Rdpack
- rlang
- scales
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test-individual_patient_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ adlb <- tern_ex_adlb %>%
slice(1:36)

testthat::test_that("h_g_ipp works correctly", {
skip_if_not_installed("nestcolor")
require("nestcolor", quietly = TRUE)

testthat::expect_silent(h_g_ipp(
df = adlb,
xvar = "AVISIT",
Expand Down
2 changes: 1 addition & 1 deletion vignettes/tern.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ adlb <- formatters::ex_adlb
adlb <- dplyr::filter(adlb, PARAMCD == "ALT", AVISIT != "SCREENING")
```

The optional `nestcolor` package can be loaded in to apply the standardized NEST color palette to all `tern` plots.
The `nestcolor` package can be loaded in to apply the standardized NEST color palette to all `tern` plots.

```{r}
library(nestcolor)
Expand Down

0 comments on commit 85197dd

Please sign in to comment.