Releases: insightsengineering/osprey
Releases · insightsengineering/osprey
v0.1.16
Miscellaneous
- Removed
scda
package dependency from examples. - Updated deprecated argument specification in calls to
guides
.
What's Changed
- [skip vbump] Dev for version by @arkadiuszbeer in #107
- move to scda.20222 by @nikolas-burkoff in #109
- Add coverage badge by @walkowif in #110
- Enable checks for
workflow_dispatch
event by @walkowif in #111 - Badges and contribution guidelines by @insights-engineering-bot in #112
- update argument specification in
guides
calls by @chlebowa in #113 - check to assert by @pawelru in #114
- Update check as-cran and default landing page by @walkowif in #115
- Workflow updates by @walkowif in #116
- Update workflows by @walkowif in #117
- Workflow propagations by @walkowif in #119
- reduce the amount of spelling issues / WORDLIST by @m7pr in #120
- Decouple scda by @gogonzo in #121
- 121 typo in examples by @m7pr in #122
- revisit decouple scda by @kartikeyakirar in #124
- empty by @gogonzo in #125
- update installation by @gogonzo in #126
- release 0.1.16 [skip vbump] [skip spelling] by @donyunardi in #127
New Contributors
- @walkowif made their first contribution in #110
- @chlebowa made their first contribution in #113
- @m7pr made their first contribution in #120
- @kartikeyakirar made their first contribution in #124
- @donyunardi made their first contribution in #127
Full Changelog: v0.1.15...v0.1.16
v0.1.15
Enhancements
- Implemented
nestcolor
with slight refactoring tog_events_term_id
,g_heat_bygrade
,g_patient_profile
,
g_swimlane
, andg_waterfall
. Addednestcolor
in examples without custom color manuals. - Updated installation instructions in the README.
Fixes
- Fixed a failure in
g_patient_profile
example.
What's Changed
- fix news by @gogonzo in #86
- Contribution guide updates by @insights-engineering-bot in #87
- docs: replaced github links with pkgdown links by @kpagacz in #88
- update installation instructions by @nikolas-burkoff in #89
- Update Rbuildignore and add auto-updates by @insights-engineering-bot in #90
- Update pre-commit config to detect
_pkgdown.y[a]ml
by @insights-engineering-bot in #93 - 91 Implement
nestcolor
inosprey
by @edelarua in #92 - Update documentation workflow by @insights-engineering-bot in #94
- fix example by @nikolas-burkoff in #98
- fix as cran by @nikolas-burkoff in #100
- Update check.yaml by @arkadiuszbeer in #96
- Removing if condition for by @arkadiuszbeer in #99
- new tidyselect friendly by @pawelru in #102
- NEWS by @mhallal1 in #101
- Fix for tidyselect by @nikolas-burkoff in #103
- [skip vbump] Release for version 0.1.15 by @insights-engineering-bot in #104
New Contributors
Full Changelog: v0.1.14...v0.1.15
v0.1.14
Miscellaneous
- Added a template to the
pkgdown
site. - Moved
tern
fromimports
intosuggests
; it is now only required for the functiongrobs2pdf
. - Removed the dependency on
purrr
.
v0.1.12
Enhancements
- Modified
g_swimlane
plot to expand its y-axis range based on vertical line inputs.
Breaking changes
- Renamed
ylab
,yref_line
andytick_at
arguments toxlab
,xref_line
andxtick_at
forg_swimlane
as they refer to thex
noty
axis.
Miscellaneous
- Updated R version requirement to
R >= 3.6
. - Removed dependency on
test.nest
package. - Removed dependency on
utils.nest
package and replaced its functions with equivalents from thecheckmate
package.
v0.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.
v0.1.10
- Updated and cleaned up package internals.
v0.1.9
- Added new plot function Heatmap by Grade Plot
g_heat_bygrade
. - Added new plot function Adverse Event Category Plot
g_ae_sub
.
v0.1.8
- Set up a
.lintr
configuration file. - Remove NA when calculating
max_day
in the example.
v0.1.7
- 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. - 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.
v0.1.6
- Refactored
g_events_term_id
to usedplyr
andtidyr
functions overdata.table
.