This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
Releases: nlmixr2/rxode2et
Releases · nlmixr2/rxode2et
v2.0.13
rxode2et 2.0.13
- Fix import of data where there are NA times
What's Changed
- Added some prints to see which column is causing the issue by @mattfidler in #40
- Add crashing import by @mattfidler in #42
Full Changelog: v2.0.12...v2.0.13
v2.0.12
rxode2et 2.0.12
- Fix formatting issues identified by m1mac, as requested by CRAN
What's Changed
- 36 m1mac by @mattfidler in #37
Full Changelog: v2.0.11...v2.0.12
v2.0.11
rxode2et 2.0.11
-
Make the stacking more flexible to help rxode2 have more types of plots
-
Add
toTrialDuration
by Omar Elashkar to convert event data to trial duration data -
Fix Issue #23 and prefer variable values over NSE values
What's Changed
- Allow rxStack to work with ui solved objects by @mattfidler in #25
- Clinical Trial utilites by @OmarAshkar in #27
- Flex stacking by @mattfidler in #28
- 23 et when cmt is a variable cmt is set to the variable name instead of the variable value by @mattfidler in #29
- Try explicit size for list by @mattfidler in #31
- 33 reading dataset with rate = 2 by @mattfidler in #34
New Contributors
- @OmarAshkar made their first contribution in #27
Full Changelog: v2.0.10...v2.0.11
v2.0.10
rxode2et 2.0.10
-
Fix dollar sign accessing of objects (like data frames), as pointed
out by @frbrz (issue #16) -
Use
rxode2parse
functions for internal event table creation (where
they were moved to). -
Dropped C++14 and let the system decide.
What's Changed
- Remove CRAN submission files by @billdenney in #5
- Add covr testing to CI by @billdenney in #7
- fix covr badge by @billdenney in #8
- Add test for extra dose added by @billdenney in #6
- Use rxode2random R calls instead of ABI by @mattfidler in #10
- Remove loadNamespace() by @billdenney in #12
- Test #4 by @mattfidler in #13
- Add warning and test by @mattfidler in #17
- drop convert method, use rxode2parse, fix test by @mattfidler in #19
- Add fix/test for $ expressions by @mattfidler in #22
New Contributors
- @billdenney made their first contribution in #5
- @mattfidler made their first contribution in #10
Full Changelog: v2.0.9...v2.0.10
v2.0.9 on CRAN
-
Split off
et()
,eventTable()
and related functions fromrxode2()
-
Also split off
rxStack()
andrxCbindStudyIndividual()
in this package. -
First release of package