NEWS | R Documentation |
News for Package 'SASmarkdown'
Changes in 'SASmarkdown' version 0.8.0 (2022-09-01)
New features:
PDF tables - a new engine 'saspdf' produces LaTeX tables.
Changes in 'SASmarkdown' version 0.7.3 (2022-08-17)
Other improvements
NLS - SAS National Language Support extended to HTML output.
Unix support - now searches more directories for the SAS executable.
Changes in 'SASmarkdown' version 0.7.1 (2022-08-11)
Other improvements
NLS - support for SAS National Language Support. There is now a chunk option, 'encoding=', to declare the language encoding used by SAS. This defaults to "latin1".
log cleanup - now handled through SAS options rather than log post-processing in R. Fixes some bugs.
Changes in 'SASmarkdown' version 0.5.2 (2019-05-13)
New features:
find_sas() - now runs onLoad, defines engine.path if the SAS executable is found, and warns if not found.
saslog_hookset() - enabled by default
Other improvements
spinsas - fixed bugs introduced by changes in knitr
Changes in 'SASmarkdown' version 0.5.0 (2019-03-27)
New features:
sashtml5 - an engine for HTML5 output, with inline SVG graphs
find_sas() - attempt to find the SAS executable
Other improvements
engine.path and engine.opts - takes advantage of knitr's newer approach to specifying engine paths and engine options
Changes in 'SASmarkdown' version 0.4.2 (2017-11-29)
New features:
spinsas() - turns specially formatted .sas files into Markdown
Other improvements
sas_collectcode() - now handles pre-existing autoexec.sas files, called when the package is attached.