Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
Use of the vignette
  • Loading branch information
Lpierott committed Nov 29, 2024
1 parent f05d7ba commit 64cf999
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.Ruserdata

*local*
inst/doc
3 changes: 3 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ Suggests:
callr,
crosstable,
gtools,
knitr,
patchwork,
plotly,
rmarkdown,
rstudioapi,
testthat (>= 3.0.0),
usethis,
Expand All @@ -56,3 +58,4 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr
2 changes: 2 additions & 0 deletions vignettes/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.html
*.R
21 changes: 21 additions & 0 deletions vignettes/kaplan_meier.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Kaplan Meier instruction suggestion"
author: "LP"
date: "2024-11-26"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{kaplan_meier}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

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

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

0 comments on commit 64cf999

Please sign in to comment.