| NEWS | R Documentation | 
News for Package 'SASmarkdown'
Changes in 'SASmarkdown' version 0.8.6 (2024-09-25)
Bug fixes:
- eval - fixed 'no out.log' when eval = FALSE 
- collectcode - collecting code is now actually suppressed when collectcode = FALSE 
Changes in 'SASmarkdown' version 0.8.4 (2023-09-21)
Enhancement:
- PDF tables - the 'saspdf' engine now includes SAS' LaTeX stylesheet, which is written to your project folder. Your document YAML should now include 'extra_dependencies: sasmarkdown' for 'pdf_document' output. 
Changes in 'SASmarkdown' version 0.8.3 (2023-09-13)
Bug fix:
- collectcode() - now works with LaTeX output. 
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.