File R-markdown.changes of Package R-markdown
-------------------------------------------------------------------
Fri Jan 31 09:53:03 UTC 2020 - Detlef Steuer <detlef.steuer@gmx.de>
- Removed %check section and (Build)Requires used only there.
%check causes circular dependencies
-------------------------------------------------------------------
Sun Aug 11 06:58:22 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- 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 16:14:54 UTC 2018 - darin@darins.net
- added gcc-c++ build dependency
-------------------------------------------------------------------
Thu Oct 9 18:24:44 UTC 2014 - darin@darins.net
- updated source to latest release
-------------------------------------------------------------------
Mon May 7 00:00:00 UTC 2012 - darin@darins.net
- initial package for OpenSuSE