Releases: dbosak01/reporter
Releases · dbosak01/reporter
reporter v1.4.4
- Fixed bug on dedupe functionality.
- Fixed bug on
page_by()
format forcreate_plot()
. - Fixed bug on continuous table outside borders.
- Fixed bug with early page break when appending content dynamically.
- Fixed bug on page numbers in title for RTF.
- Fixed bug where show_cols was overriding
define()
visible = FALSE.
reporter v1.4.3
- Fix dedupe functionality on
define()
function when values are not unique. - Fixes for CRAN.
reporter v1.4.2
- Added example for page breaking.
- Added columns parameter to
footnotes()
function. - Allow user to put new line in page-by column value.
- Remove message on page-by sort.
- Fixed character escape on DOCX.
- Added "format" parameter to
page_by()
function. - Fixed some border issues on DOCX and PDF.
- Fixed problem with paging and blank lines.
reporter v1.3.9
- Added italics font parameter to footnotes.
- Added bold font parameter to spanning headers.
- Fixed page count in PDF footnotes.
reporter v1.3.8
- Fixed bug when logging plot with jpeg file.
- Removed table breaks on RTF plot and text content when titles/footnotes
are aligned. - Fixed bug when using symbols on portrait RTF output. Symbols were being
turned 90 degrees. - Fixed bug when logging patchwork objects.
- Added "continuous" parameter to
create_table
. When true, table will
be created a a continuous table spanning multiple pages, and not repeating
titles and footnotes. Currently for RTF only. - Allowed EMF files on
create_plot()
for RTF output. - Added
cell_style()
object to apply styling to particular cells in a table. - Changed license to CC0.
reporter v1.3.6
- Added option to
write_report()
to turn off logging if desired. - Added "header_bold" parameter to
create_table()
to bold the header. - Added "header" parameter to
titles()
to put the title in the page header. - Added "footer" parameter to
footnotes()
to put the footnotes in the
page footer. - Fixed bug when trying to create blank rows on an invisible column.
- Fixed bug when trying to dedupe columns in stub.
- Added glue functionality to titles, footnotes, page header, page footer,
and column labels. - Added "columns" parameter on
titles()
function to allow the title
block to have between 1 and 3 columns. - Fixed some bugs on PDF borders.
- Updated logo.
reporter v1.3.5
- Fixed several borders-related bugs on RTF, DOCX, and PDF.
- Fixed valign bug on footnote on RTF.
- Fixed bug on
create_text()
that was not allowing
new line escapes to work properly. - Added
ttl()
,ftn()
, andspan()
attribute functions.
Used by other r-sassy packages to create reports. - Moved some examples to sassy package to reduce size.
- Documentation fixes and updates.
reporter v1.3.3
- Fixed bug on DOCX that was causing R Studio to crash when using a relative path.
- Fixed some DOCX spacing issues.
- Added
create_style()
andadd_style()
functions, which allow the user
to add styling to a report. Only HTML implemented in this release. - Documentation fixes and updates.
reporter v1.3.1
- Added DOCX output type.
- Fixed bug on RTF and HTML which was preventing multiple contents
from being added to the same report. - Fixed bug calculating cell wrapping on RTF and HTML.
- Fixed bug on HTML preventing first_row_blank parameter from working properly.
- Fixed bug on spanning header underline on RTF and HTML.
- Improved column width and page size estimates on RTF and HTML.
reporter v1.2.9
- Added all border options to PDF.
- Allowed
create_plot()
to accept a JPG image path so that the user can embed
plot images exported from other charting packages besides ggplot.