Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Funk <[email protected]>
  • Loading branch information
seabbs and sbfnk authored Aug 7, 2024
1 parent acf754f commit bcf40f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-stan-truncate.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
skip_on_cran()
skip_on_os("windows")

test_that("truncate() can perform truncation as expected", {
reports <- c(10, 20, 30, 40, 50)
trunc_rev_cmf <- c(1, 0.8, 0.5, 0.2)
Expand Down

0 comments on commit bcf40f3

Please sign in to comment.