roninsightrx

Results 10 issues of roninsightrx

Test coverage is intermediate. Especially for the following functions it can be improved: ``` Running specific tests for package ‘vpc’ Running ‘testthat.R’ vpc Coverage: 68.32% R/compute_kmmc.R: 0.00% R/create_vpc_theme.R: 0.00% R/label_vpc_tte.R:...

NOTEs below should be avoided. ``` ❯ checking top-level files ... NOTE Non-standard file/directory found at top level: ‘docs’ ❯ checking dependencies in R code ... NOTE Unexported object imported...

Due to this merge (https://github.com/ronkeizer/vpc/commit/c3b6378182ee3d1d12dbd21701cb15c65e1cde1f) a test is now failing on master. It was mentioned in the ticket that tests would need to be updated but missed it at the...

hi Bill, as mentioned a few months ago, I am interested in having the NCA output in [CDISC-compatible format](https://www.lexjansen.com/pharmasug/2017/PO/PharmaSUG-2017-PO01.pdf) (and input as well, but that can be tackled later). I'd...

Is there bootstrap functionality available in Pmetrics? I see reference to a `bootstrap` argument in `makeDen()` but otherwise no mention.

enhancement

Updates logic in regimen_to_nm() to work properly with vectors of bioavailability specifications.

The current master branch of `tensfeldt/openNCA` cannot be installed in recent R versions (testing with 4.4.0) due to a mismatch between man files and code. Best would be to rerun...

Was creating an array that was unneccesarily large due to a typo. Otherwise harmless issue.

Harmless warning, but warning should not be thrown from this low level, we should catch this situation in `sim()` and solve so that it doesn't warn at the lower level.