xpose4
Diagnostics for Nonlinear Mixed-Effect Models
NONMEM's veteran diagnostics package, now moving at about one fix a year
◆Recent moves
- 11mo ago
Documentation cross-references updated to R standards
A single-line release bringing cross-references to other packages in line with R documentation standards. Nothing about the diagnostics changes, and it is the only release in over three years.
View source ↗ - 4y ago
Default table reading switched to the 'slow' method
Changes the default in xpose.data() to the slower table-reading method, trading import speed for reliability across NONMEM table formats. A small change with real effect, since it alters what happens for users who never set the argument.
View source ↗ - 5y ago
Fixes for -99 row filtering, catab/cotab covariates and CSV import
Three parsing fixes, the most consequential being that -99 rows were not filtered on all plotting variables — a defect that would quietly distort plots rather than fail loudly. Also drops deprecated dplyr and tibble calls.
View source ↗ - 6y ago
Adjustable censored-line length in kaplan.plot()
Adds control over the relative length of censored lines in kaplan.plot() and handles directory paths without a trailing slash, alongside a fix to the classic menu system. Small user-facing additions of the kind that have since stopped appearing.
View source ↗ - 8y ago
Compliance updates for readr and gam changes
A one-line release reacting to changes in two upstream packages. Representative of what most of this changelog has consisted of since 2017.
View source ↗ - 9y ago
VPC outlier identification, median lines and bin rugs
The last release with substantive new capability: xpose.VPC() gained outlier identification, lines positioned at the median of observed x-values per bin, and an optional rug showing bin locations. Documentation also moved to roxygen and the namespace was narrowed to loading only lattice.
View source ↗