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

Increasing Testing Coverage (revision) #366

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Changes after review of testing coverage
  • Loading branch information
DBartlettHP committed Jan 8, 2025
commit 29a8ee2cd64f54ee9972b4160239a9891de0fd98
2 changes: 1 addition & 1 deletion R/pk.calc.all.R
Original file line number Diff line number Diff line change
@@ -376,7 +376,7 @@ pk.nca.interval <- function(conc, time, volume, duration.conc,
all_intervals <- get.interval.cols()
# Set the dose to NA if its length is zero
if (length(dose) == 0) {
stop("Please report a bug. Length of dose should not be zero.")
stop("Please report a bug. Length of dose should not be zero.") # nocov
}
# Make sure that we calculate all of the dependencies. Do this in
# reverse order for dependencies of dependencies.