Skip to content

Commit

Permalink
updated lint
Browse files Browse the repository at this point in the history
  • Loading branch information
laxamanaj committed Aug 25, 2023
1 parent c9c0cc4 commit a06ce8c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion vignettes/adrg.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ output:
---


![Cover Letter](pdf/adrg.pdf){width=700px height=1100px}
![Cover Letter](pdf/adrg.pdf){width=700px height=1100px}
2 changes: 1 addition & 1 deletion vignettes/cover-letter.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ output:
---


![Cover Letter](pdf/cover-letter.pdf){width=700px height=1100px}
![Cover Letter](pdf/cover-letter.pdf){width=700px height=1100px}
3 changes: 0 additions & 3 deletions vignettes/tlf-efficacy.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ tbl_3 <- apr0ancova3 %>%

```{r, message = FALSE, echo = FALSE}
tbl <- list(tbl_1, tbl_2, tbl_3)
# tbl %>%
# rtf_encode() %>%
# write_rtf(file.path(path$output, "tlf-efficacy.rtf"))
```

```{r, out.width = "100%", out.height = "400px", echo = FALSE, fig.align = "center"}
Expand Down
2 changes: 0 additions & 2 deletions vignettes/tlf-kmplot.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ ggplot2::theme_set(theme_bw())
pdf.options(reset = TRUE, onefile = FALSE)
# pdf(file.path(path$output, "tlf-kmplot.pdf"))
km <- visR::visr(surv_mod,
y_label = "Probability of event\n",
x_label = "Time to First Dermatologic Event (Days)",
Expand Down
1 change: 0 additions & 1 deletion vignettes/tlf-primary.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ doc <- rtf_doc(ht) %>%
)
# Write out the RTF
# write_rtf(doc, file = file.path(path$output, "tlf-primary.rtf"))
```

```{r, out.width = "100%", out.height = "400px", echo = FALSE, fig.align = "center"}
Expand Down

0 comments on commit a06ce8c

Please sign in to comment.