OHDSI / omock

https://ohdsi.github.io/omock/
Apache License 2.0
2 stars 0 forks source link

warning from mockPerson + mockCohort #90

Open edward-burn opened 3 weeks ago

edward-burn commented 3 weeks ago

@ilovemane I am seeing the following this warning:

cdm <- omock::mockPerson(nPerson = 10) |>
  omock::mockCohort(name = "cohort")
#> Warning: There was 1 warning in `dplyr::filter()`.
#> ℹ In argument: `.data$rand == min(.data$rand)`.
#> Caused by warning in `min()`:
#> ! no non-missing arguments to min; returning Inf

Created on 2024-06-21 with reprex v2.0.2