Skip to content

Commit

Permalink
eval false
Browse files Browse the repository at this point in the history
  • Loading branch information
sestelo committed Oct 9, 2024
1 parent 47c59df commit f5bac93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/clustcurv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ knitr::opts_chunk$set(
width.cutoff = 150
),
options(width = 150,fig.width=12, fig.height=8),
eval = TRUE
eval = FALSE
)
```

Expand All @@ -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 f5bac93

Please sign in to comment.