Skip to content

Commit

Permalink
condSURV m
Browse files Browse the repository at this point in the history
  • Loading branch information
sestelo committed Oct 9, 2024
1 parent 7759911 commit 47c59df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/clustcurv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ After regular installation with `install.packages()`, then load the packages and
```{r}
library(clustcurv)
if (!requireNamespace("condSURV", quietly = TRUE)) {
install.packages("condSURV")
library(condSURV)
gbcsCS <- condSURV::gbcsCS
# install.packages("condSURV")
# library(condSURV)
# gbcsCS <- condSURV::gbcsCS
}
Expand Down

0 comments on commit 47c59df

Please sign in to comment.