Skip to content

Commit

Permalink
update 2023-09-30 12:22:54.700234
Browse files Browse the repository at this point in the history
  • Loading branch information
cjvanlissa committed Sep 30, 2023
1 parent fff7717 commit 4b14636
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.1.12
Date: 2023-09-13 11:19:35 UTC
SHA: 95d6a5bb0ed1688f0bdbbb0bfb8a664665117858
Version: 0.1.13
Date: 2023-09-30 08:52:00 UTC
SHA: fff7717a9e8de8f71157732cc612b87510760e52
4 changes: 4 additions & 0 deletions tests/testthat/test-test-synthetic.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
if (requireNamespace("missRanger", quietly = TRUE)) {

library(missRanger)
test_that("Argument missingness_expression works", {
iris_missings <- iris
Expand All @@ -8,3 +10,5 @@ test_that("Argument missingness_expression works", {
iris_miss_syn <- synthetic(iris_missings, missingness_expression = missRanger(data = data))
expect_true(anyNA(iris_miss_syn))
})

}

0 comments on commit 4b14636

Please sign in to comment.