Skip to content

Commit

Permalink
condSURV mil
Browse files Browse the repository at this point in the history
  • Loading branch information
sestelo committed Oct 9, 2024
1 parent 07c1563 commit 7759911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/clustcurv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ 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")
library(condSURV)
gbcsCS <- condSURV::gbcsCS
Expand Down

0 comments on commit 7759911

Please sign in to comment.