Releases: line/conflr
conflr 0.1.1
- A maintainance relase to fix errors on CRAN check.
conflr 0.1.0
- First CRAN release.
Major changes
-
conflr now works outside RStudio (e.g. Emacs/Vim) (#10).
-
conflr now fits batch/console uses; you can either
- run
confl_create_post_from_Rmd()withinteractive = FALSEso that it
doesn't show Shiny popups (#32, @ndiquattro). - set
output: conflr::confluence_documentin the YAML front matter of the
R Markdown file, and runrmarkdown::render()(#44, @kazutan / #80).
--- title: "I love Confluence" output: conflr::confluence_document: space_key: "space1" ---
- run
-
conflr provides several new options:
Minor changes
-
confl_create_post_from_Rmd()getsparamsargument for parameterized R
Markdown (#37, @ellisvalentiner). -
External images are now converted properly (#39).
-
Add an option
conflr_addin_clear_password_after_successnot to cache the
password as envvars. (#41 and #48, @Curycu). -
A new function
confl_contentbody_convert()converts the Confluence-related
formats by using the Confluence REST API (#58). -
confl_post_page()andconfl_update_page()no longer translate the
Confluence macros automatically. Accordingly, they loseimage_size_default
andsupported_syntax_highlightingarguments (#76). -
confl_create_post_from_Rmd()now handles documents containing Confluence
macro tags (i.e.<ac:...>or<ri:...>) properly (#76).
v0.0.5
- Initial release on GitHub