Releases: insightsengineering/teal.goshawk
Releases · insightsengineering/teal.goshawk
v0.2.0
Breaking Changes
- Adapted all modules to use
teal_data
objects.
Enhancements
- Updated the documentation and vignettes to demonstrate method to pass
teal_data
object toteal::init()
. - Removed
Show Warnings
modals from modules.
Miscellaneous
- Specified minimal version of package dependencies.
- Fix the
tm_g_gh_lineplot
bug causing an out-of-bounds error that stops the plot from working. - Enhance the
tm_g_gh_correlationplot
module and fix related bugs.
What's Changed
- Workflow propagation by @walkowif in #237
- 198 Include user's card labels when generating the report by @kartikeyakirar in #241
- Update docs to use the new
teal_data
instead ofTealData
by @kartikeyakirar in #245 tdata
toteal_data
by @chlebowa in #246- fix resolve_delayed by @gogonzo in #252
- Workflow propagation by @walkowif in #251
- update deps of roxygenize hook by @pawelru in #257
- Fix pkgdown redirect by @vedhav in #259
- Propagate files from insightsengineering/.github by @insights-engineering-bot in #260
- [skip actions] Propagate files from insightsengineering/.github by @insights-engineering-bot in #261
- obsolete @doctype roxygen2 tag by @m7pr in #262
- Handle delayed choices by @vedhav in #256
- 263 loq flag@main by @ayogasekaram in #267
- 445 unify html tags by @kartikeyakirar in #268
- few enhancements by @pawelru in #254
- register teal.logger handlers; replace few loggers with base by @pawelru in #258
- fix tm_g_lineplot by @gogonzo in #270
- Adds min package version by @averissimo in #229
- Workflow propagation by @walkowif in #269
- 1176 remove
Show Warnings
from modules by @m7pr in #273 - 239 utilize
logger::log_shiny_input_change
by @m7pr in #274 - Bumps
{rmarkdown}
minimal version by @averissimo in #276 - update goshawk v0.1.17 changes by @kartikeyakirar in #277
- 271: Removed dataset name displayed in dropdown menus by @kartikeyakirar in #279
- 553 change level in
log_shiny_input_changes
and exclude plot sizes in logging by @m7pr in #281 - simplify module and fix LOQFL_COMB by @gogonzo in #283
- updating get_choices function. by @kartikeyakirar in #282
- 285 substitute
dplyr::full_join
withbase::merge
intm_g_gh_correlationplot
by @m7pr in #286 - Revert update to add new teal.logger shiny input changes feature by @donyunardi in #298
- [skip vbump] upversion v0.2.0 by @donyunardi in #299
New Contributors
- @ayogasekaram made their first contribution in #267
- @averissimo made their first contribution in #229
Full Changelog: v0.1.15...v0.2.0
v0.1.15
Enhancements
- Updated encodings input checks to use
shinyvalidate::InputValidator
instead ofshiny::validate
for better UI experience. - Added a tooltip to value input of
ui_arbitrary_lines
to explain how to supply multiple values.
Breaking changes
- Constraints range is calculated on the filtered data instead of the unfiltered.
- Replaced
chunks
with simplerqenv
class. - Replaced
datasets
argument containingFilteredData
with the new argumentsdata
(tdata
object) andfilter_panel_api
(FilterPanelAPI
).
Miscellaneous
- Deprecated
tm_g_gh_scatterplot
. Usetm_g_gh_correlationplot
instead. - Removed
scda
package dependency from examples.
What's Changed
- [skip vbump] Dev version with 9xxx by @arkadiuszbeer in #201
- scda.2022 by @mhallal1 in #200
- Teal refactor by @nikolas-burkoff in #203
- Add coverage badge by @walkowif in #207
- Enable checks for
workflow_dispatch
event by @walkowif in #209 - Deprecate scatter plot in favor of correlation plot by @asbates in #208
- Badges and contribution guidelines by @insights-engineering-bot in #212
- Add tooltip to arbitrary lines UI by @asbates in #211
- Add shiny validate to teal.goshawk by @nikolas-burkoff in #213
- Update check as-cran and default landing page by @walkowif in #214
- Workflow updates by @walkowif in #215
- Update workflows by @walkowif in #217
- Workflow propagations by @walkowif in #220
- reduce the amount of spelling issues / WORDLIST by @m7pr in #221
- 222 decouple scda by @m7pr in #223
- remove scda from NEWS and README by @m7pr in #225
- 216 update teal.code version in dependencies by @m7pr in #224
- Move TealReportCard to teal by @gogonzo in #226
- #219 add facet_scales to plot aesthetics menu by @m7pr in #227
- empty by @gogonzo in #228
- Update install by @gogonzo in #230
- propagate argument name change in teal::module by @chlebowa in #231
- added required columns to docs by @denisovan31415 in #149
- release 0.1.15 [skip vbump] [skip spelling] by @donyunardi in #236
New Contributors
- @walkowif made their first contribution in #207
- @asbates made their first contribution in #208
- @m7pr made their first contribution in #221
- @chlebowa made their first contribution in #231
Full Changelog: v0.1.14...v0.1.15
v0.1.14
Enhancements
- Added
teal.reporter
reporting into all the package modules. - Added optional argument
plot_relative_height_value
totm_g_gh_lineplot
to control initial value of the relative plot height slider. - Implemented
nestcolor
with slight refactoring totm_g_gh_lineplot
and addednestcolor
in examples with no custom color manuals.
Miscellaneous
- Fixed minor type coercion warning in
srv_arbitrary_lines
. - Updated modules to not use datasets with suffix
_FILTERED
so the package works with the breaking changes inteal.slice
.
What's Changed
- fix news by @gogonzo in #159
- Contribution guide updates by @insights-engineering-bot in #160
- docs: replaced github links with pkgdown by @kpagacz in #162
- DESC and README by @denisovan31415 in #166
- fixed spelling by @npaszty in #165
- Add reporting to teal.goshawk by @nikolas-burkoff in #163
- Update Rbuildignore and add auto-updates by @insights-engineering-bot in #167
- type coercion warning by @denisovan31415 in #170
- Add option to control starting value of relative plot height slider by @nikolas-burkoff in #172
- Update pre-commit config to detect
_pkgdown.y[a]ml
by @insights-engineering-bot in #173 - 161 Implement
nestcolor
inteal.goshawk
by @edelarua in #171 - Update font awesome icon labels for FA 6 by @cicdguy in #176
- remove _FILTERED by @nikolas-burkoff in #174
- reporter_cleaning by @mhallal1 in #175
- Update documentation workflow by @insights-engineering-bot in #177
- review css by @Polkas in #178
- Update check.yaml by @arkadiuszbeer in #184
- Fix R CMD CHECK --as-cran by @nikolas-burkoff in #187
- Removing if condition for by @arkadiuszbeer in #188
- update news by @donyunardi in #196
- fix for gran by @nikolas-burkoff in #198
- teal.goshawk vignette by @nikolas-burkoff in #195
- [skip vbump] Release for version 0.1.14 by @insights-engineering-bot in #199
New Contributors
- @npaszty made their first contribution in #165
- @edelarua made their first contribution in #171
- @donyunardi made their first contribution in #196
Full Changelog: v0.1.13...v0.1.14
v0.1.13
Miscellaneous
- Added a template to the
pkgdown
site. - Updated package authors.
v0.1.11
Enhancements
- Added a UI input component to add additional arbitrary horizontal lines to
tm_g_gh_spaghettiplot
,tm_g_gh_boxplot
,tm_g_gh_density_distribution_plot
as well as two additional UI input components to add an additional horizontal and an additional vertical line totm_g_gh_correlationplot
.
Bug Fixes
- Fixed an error in
tm_g_gh_boxplot
when no facet variable is selected.
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.10
New Features
- Lab normal range and
LOQs
horizontal line feature intm_g_gh_spaghettiplot
,tm_g_gh_boxplot
andtm_g_gh_correlationplot
.
Breaking Changes
- Allow arbitrary horizontal line arguments in
tm_g_gh_spaghettiplot
,tm_g_gh_boxplot
,tm_g_gh_density_distribution_plot
andtm_g_gh_correlationplot
and vertical line arguments intm_g_gh_correlationplot
. This functionality has changed the arguments required to use the modules:hline
replaced byhline_arb
,hline_arb_color
andhline_arb_label
in the above modules.vline
replaced byvline_arb_var
,vline_arb_color
andvline_arb_label
intm_g_gh_correlationplot
.
Bug Fixes
- Fixed bug in
tm_g_gh_boxplot
module that always used theAVISITCD
variable as theVisit
Column of the table.
Miscellaneous
- Updated
LICENCE
andREADME
with new package references. - Updated examples and documentation using
scda
synthetic data instead ofrandom.cdisc.data
. - Added
error_on_lint: TRUE
to.lintr
. - Replaced
tidyr
'sgather
andspread
withpivot_wider
andpivot_longer
in package.
v0.1.9
- Updated
tm_g_gh_correlationplot
andtm_g_gh_scatterplot
encodings to have a checkbox to facet by the treatment variable instead of a drop down menu. - Updated the starting line type to be solid instead of dashed in
tm_g_gh_lineplot
.
v0.1.8
g_lineplot
- Updated the plot to remove x-axis label when x-axis is numeric and has no data in the corresponding y-axis variable.
- Added slider to control the relative size of the plot and tables.
- Replaced function
brushedPoints
withclean_brushedPoints
intm_g_gh_boxplot
,
tm_g_gh_correlationplot
,tm_g_gh_scatterplot
andtm_g_gh_spaghettiplot
. - Fixed infinite reactive loop inside of
toggle_slider_server
. - Renamed
toggle.R
file totoggleable.R
file to be consistent with the accepted correct spelling of the word.
v0.1.7
-
tm_g_gh_lineplot
- Added a table to display summary statistics.
-
tm_g_gh_lineplot
- Fixed displaying the number of messages, warnings and errors on the Debug Info button.
- Fixed treatment variable having values with with symbols (e.g. ':').
- Allow treatment variables with different arm levels.
-
Reduced minimum number of records required in dataset to either 1 or 2 in all modules.
v0.1.6
-
tm_g_gh_boxplot
- Changed slider title from "Transparency" to "Alpha".
-
tm_g_gh_correlationplot
- Added
facet_var
argument and UI drop down.
- Added
-
tm_g_gh_density_distribution_plot
- Rug plot option added.
-
tm_g_gh_lineplot
- Argument changes:
font_size
-->plot_font_size
. - Line and symbol type can now be configured. especially useful if line splitting is used.
- Can set minimum records threshold for rendering data point in plot.
- Table font size can now be controlled.
- Argument changes:
-
tm_g_gh_scatterplot
- Added
facet_var
argument and UI drop down.
- Added
-
tm_g_gh_spaghettiplot
- Changed slider title from "Transparency" to "Alpha".
-
Moved
code
argument tocdisc_dataset
(fromcdisc_data
) in examples. -
Implemented new
plot_with_settings
functionality to all modules with support for plot resizing, zooming, and downloading functionality. -
Added drop down selector for treatment ARM.