Releases: Merck/r2rtf
Releases · Merck/r2rtf
r2rtf 0.3.2
v0.3.1 (2021-09-09)
- New argument
cell_vertical_alignment
inrtf_xxx
function. (#49, #52) - New argument
verbose
inrtf_encode_list
andrtf_encode_table
. (#38) - Bug fix
unicode_latex
not found. (#50) - Bug fix vertical align column headers. (#49, #52)
- Bug fix vectorize text formatting arguments in rtf_page_header and rtf_page_footer. (#47, #53)
- Bug fix text_format issue with all value equal to "". (#40)
r2rtf
needs to work properly withgroup_by()
. (#36)
v0.3.0 (2021-06-01)
- Rename dataset with prefix
r2rtf
to avoid conflict of other namespace - Enable special place holder "-----" in
page_by
variable to suppress line displayed
inpage_by
variable (ref Example 2 invignette/example-pageby-groupby
) - New experimental function
rtf_convert_format
. - New argument
pageby_row
inrtf_body
to display first row instead ofpage_by
variable whenpageby_row = "first_row"
- New argument
subline_by
inrtf_body
to display subline by an variable. - New argument
text_indent_reference
to allow user to control reference of indent from page margin or table border (#12) - New internal function
rtf_subset
to subset an rtf table object. - Bug fix
group_by
can be used whenpage_by=NULL
. - Bug fix
page_by
can not sort format style inrtf_body
- Bug fix ensure consistent font size with blank cell (#14)
v0.2.0 (2020-12-04)
- Add
rtf_subline
,rtf_page_header
,rtf_page_footer
. - Add
rtf_page
to set page related attributes. - Introduce
text_convert
argument to allow fixed string. - Add
as_table
argument inrtf_footnote
andrtf_source
to allow footnote
and datasource inside or outside of a table. - Refactor
pageby
feature to enablegroup_by
feature.
Addvignette\example-pageby.Rmd
to illustrate new pageby features. - Define
obj_rtf_border
andobj_rtf_text
objects to standardize
border and text attributes. - Add example ADaM datasets.
- Add validation tracker in
\inst
folder and testing cases in\test
.
v0.1.1 (2020-04-03)
- Standardize input from
gt_tbl
totbl
- Resolving UTF-8 encoding