Skip to content

Commit

Permalink
Comment out mosum code due to the CRAN error: #4
Browse files Browse the repository at this point in the history
  • Loading branch information
doccstat committed Dec 24, 2023
1 parent 93fa19f commit d981b38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vignettes/comparison-packages.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ knitr::opts_chunk$set(
)
```

All `mosum` code is commented out due to
[link](https://github.com/doccstat/fastcpd/issues/4).

All `mcp` code is commented out due to
[link 1](https://github.com/doccstat/fastcpd/actions/runs/7272426093/job/19814531091)
and
Expand Down Expand Up @@ -213,7 +216,7 @@ wbs::wbs(mean_data_1)$cpt$cpt.ic$mbic.penalty

```{r univariate-mean-change-mosum}
# Data need to be processed. `G` is selected based on the example
mosum::mosum(c(mean_data_1), G = 40)$cpts.info$cpts
# mosum::mosum(c(mean_data_1), G = 40)$cpts.info$cpts
```

```{r univariate-mean-change-fpop}
Expand Down

0 comments on commit d981b38

Please sign in to comment.