Skip to content

Commit 7645122

Browse files
committed
Fix spelling
1 parent d95ab53 commit 7645122

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

R/fda-fig_03.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' * Flag variables (i.e. `XXXFL`) are expected to have two levels: `"Y"` (true) and `"N"` (false). Missing values in
77
#' flag variables are treated as `"N"`.
88
#' * It is assumed that every record for a unique patient in `df` has the same treatment start and end datetime.
9-
#' * Values in the "Number ar risk" table are the number of patients at risk for each arm with treatment duration equal
9+
#' * Values in the "Number at risk" table are the number of patients at risk for each arm with treatment duration equal
1010
#' to
1111
#' or greater than the given time (times corresponding to the figure's x-ticks labels).
1212
#' * Values in the "Cumulative Number of Patients with Event" table are the cumulative number of patients given time to

man/make_fig_03.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quarto/figure-templates/template-fig_03.qmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ format: html
1313

1414
```{r fig, message=FALSE, warning=FALSE}
1515
# Load Libraries & Data
16-
library(falcon)
16+
library(cardinal)
1717
1818
# Output Figure
1919
make_fig_03(df = adsl, dctreas_var = "DCSREAS")
@@ -50,5 +50,5 @@ Required variables:
5050
| `add_table` | (`flag`) whether "Number of Patients" table should be printed under the plot. | `TRUE` |
5151
| `annotations` | (named `list` of `character`) List of annotations to add to the figure. Valid annotation types are `title`, `subtitles`, and `caption`. Each name-value pair should use the annotation type as name and the desired string as value. | `NULL` |
5252

53-
Source code for this function is available [here](https://github.com/pharmaverse/falcon/blob/main/R/fda-fig_03.R).
53+
Source code for this function is available [here](https://github.com/pharmaverse/cardinal/blob/main/R/fda-fig_03.R).
5454
:::

0 commit comments

Comments
 (0)