Changelog
Source:NEWS.md
osprey 0.1.15
osprey 0.1.12
osprey 0.1.11
- Updated
LICENCE
andREADME
with new package references. - Fixed the
sort_by
issue ing_butterfly
. - Update example and tests using
scda
synthetic data to replacerandom.cdisc.data
. - Added
error_on_lint: TRUE
to.lintr
. - Removed unneeded
importFrom
statements. - Fixed bug in
g_swimlane
that incorrectly orders the legend in certain scenarios.
osprey 0.1.9
- Added new plot function Heatmap by Grade Plot
g_heat_bygrade
. - Added new plot function Adverse Event Category Plot
g_ae_sub
.
osprey 0.1.7
Bug fixes
- Fixed the issue in
g_waterfall
with simultaneous plot facet and annotation labels. - Fixed
g_events_term_id
for the case when no data exists fora given treatment arm and a given term are given.
Miscellaneous
- The
right_flag
andleft_flag
arguments ofg_butterfly
should now belogical
vectors instead of integers (1/0). - Retired four table functions due to duplicated functionalities in
tern
:-
t_ae_oview
: AE overview summary table. -
t_ae
: AE summary table by preferred terms. -
t_ae_ctc
: AE summary table by highest NCI-CTCAE grade. -
t_ds
: Disposition table.
-
osprey 0.1.5
- Added new plot functions:
- Events by term plot
g_events_term_id
, which can be used to plot events (AE) by terms or AE overview. - Patient profile plot
g_patient_profile
.
- Events by term plot
osprey 0.1.1
- Refactoring package according to the NEST standards:
- Including test.nest tests.
- Cleaning dependencies.
- Fix tm_g_butterfly faceting error.
- Add sorting by right or left wing.
- Adding g_waterfall.
osprey 0.1.0
- First versioned release of osprey package, which include the following seven new TLG analysis functions:
- AE overview summary table.
- AE summary table by preferred terms.
- AE summary table by highest NCI-CTCAE grade.
- AE butterfly plot.
- Disposition table.
- Swimlane plot.
- Spiderplot.
- Few utility functions for working in BCE:
- Function to quickly load snapshot data from BCE.
- Function to output graphic objects in PDF.
- Formatting graphic objects and outputting PDF that is IDM-compatible.