Updated Report_StudyInfo() & MakeStudyInfo() to use dfGroups instead of lStudy, but to not fail if lStudy is provided.
Silenced expected warnings in tests.
Note: This is simple enough that it made sense to make it a htmltools::tagList(), instead of a full-on widget. As far as I could find, this simple change doesn't break anything, and makes the output more compatible with multiple output formats.
Overview
Report_StudyInfo()
&MakeStudyInfo()
to usedfGroups
instead oflStudy
, but to not fail iflStudy
is provided.Note: This is simple enough that it made sense to make it a
htmltools::tagList()
, instead of a full-on widget. As far as I could find, this simple change doesn't break anything, and makes the output more compatible with multiple output formats.Test Notes/Sample Code
Connected Issues