Releases: UUPharmacometrics/xpose
Releases · UUPharmacometrics/xpose
0.4.19
- Fixed bug in condition number when eigen values outputted on multiple records in .lst file (@billdenney & @marianklose, #128)
0.4.18
- Compatibility fix for
roxygen2
7.3.1 - Fix bug when reading a control stream and using
$PROB
instead of$PROBLEM
(@AndreasCalvagone, #222) - Introduced
check_ext
argument inxpose_data()
,read_nm_model()
, to bypass the strict NONMEM model format check if needed. xpose
now recognizesPATAB
,COTAB
,CATAB
table names aspatab
,cotab
, andcatab
types respectively (@certara-mtomashevskiy, #221)- Small documentation fixes and improvements
0.4.17
0.4.16
v0.4.15
- Updated minimal requirements for
readr
(>= 2.1.0) (@sebastianueckert, #208) - Updated minimal requirments for R (>= 3.5.0)
because serialized objects in serialize/load version 3 cannot be read in older versions of R
- Don't summarize RANMETHOD as an estimation method (@vrognas, #213)
- Fix bug when a given estimation method is used several time in a single
$PROBLEM
. Sequential$ESTIMATION
are now each attributed differentsubprob
visible to the user usinglist_files(xpdb)
(@vrognas, #213) - Compatibility fix with ggplot2 3.4.0, all layers but
geom_point
andgeom_text
should now uselinewidth
instead ofsize
for line width. - Compatibility fix with dplyr 1.1.0
- Small fixes and improvements