Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude should occur before missing time check #310

Open
billdenney opened this issue Jul 25, 2024 · 0 comments
Open

Exclude should occur before missing time check #310

billdenney opened this issue Jul 25, 2024 · 0 comments

Comments

@billdenney
Copy link
Owner

library(PKNCA)
#> 
#> Attaching package: 'PKNCA'
#> The following object is masked from 'package:stats':
#> 
#>     filter

d <- data.frame(time = c(1, NA), conc = c(1, NA), exclude = c(NA, "foo"))
PKNCAconc(conc~time, data = d, exclude = "exclude")
#> Error in assert_time(time, sorted_time = sorted_time): Assertion on 'time' failed: Contains missing values (element 2).

Created on 2024-07-24 with reprex v2.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant