Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
sestelo committed Oct 9, 2024
1 parent d2472fe commit 13c5749
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 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,10 +50,12 @@ After regular installation with `install.packages()`, then load the packages and

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

0 comments on commit 13c5749

Please sign in to comment.