Skip to content

Commit

Permalink
vignette solved
Browse files Browse the repository at this point in the history
  • Loading branch information
sestelo committed Oct 9, 2024
1 parent 1072b8c commit 6b5cabd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions vignettes/clustcurv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ vignette: >
%\VignetteIndexEntry{Clustering Multiple Nonparametric Curves}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
%\VignetteDepends{condSURV}
---


Expand Down Expand Up @@ -49,8 +50,11 @@ After regular installation with `install.packages()`, then load the packages and

```{r}
library(clustcurv)
library(condSURV)
data(gbcsCS)
if(!requireNamespace(condSURV, quietly = TRUE)) {
install.packages("condSURV")
gbcsCS <- condSURV::gbcsCS
}
head(gbcsCS[, c(5:10, 13, 14)])
```

Expand Down

0 comments on commit 6b5cabd

Please sign in to comment.