Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
doccstat committed Apr 18, 2024
1 parent 6c6cb57 commit 52fc2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/comparison-packages.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ testthat::expect_equal(cpm_result, c(299, 699), tolerance = 0.2)
```

```{r univariate-mean-change-segmented-testthat, include = FALSE}
testthat::expect_equal(segmented_result, c(298 699), tolerance = 0.2)
testthat::expect_equal(segmented_result, c(298, 699), tolerance = 0.2)
```

```{r univariate-mean-change-mcp, eval = FALSE}
Expand Down

0 comments on commit 52fc2ae

Please sign in to comment.