Changelog for
R-markdown-1.1-2.93.x86_64.rpm :
* Fri Jan 31 2020 Detlef Steuer
- Removed %check section and (Build)Requires used only there. %check causes circular dependencies
* Sun Aug 11 2019 John Vandenberg - Tidy spec and add fdupes- Update to v1.1
* renderMarkdown() and markdownToHTML() will signal an error if the input file is not encoded in \"UTF-8\".- from v1.0
* The default value of the encoding argument of renderMarkdown() and markdownToHTML() has been changed from getOption(\"encoding\") to UTF-8. The encoding of the input file will always be assumed to be UTF-8.
* markdownToHTML() will return a character vector encoded in UTF-8 (instead of the system\'s native encoding) when not writing to file.- from v0.9
* Fixed clang-UBSAN and valgrind issues- from v0.8
* the MathJax CDN URL was replaced by http://www.bootcdn.cn/mathjax/
* markdownToHTML() did not work with empty files- from v0.7.7
* if renderMarkdown() returns a character vector, it will be marked with the UTF-8 encoding if it contains multi-byte characters
* renderMarkdown() works now even if text = character(0) or \"\"
* added an `encoding` argument to renderMarkdown() since multi-byte characters in renderMarkdown() did not work on Windows
* fixed #64: invalid \'n\' argument in rpubsUpload()
* Wed Mar 28 2018 darinAATTdarins.net- added gcc-c++ build dependency
* Thu Oct 09 2014 darinAATTdarins.net- updated source to latest release
* Mon May 07 2012 darinAATTdarins.net- initial package for OpenSuSE