conflr icon indicating copy to clipboard operation
conflr copied to clipboard

Post R Markdown documents to Confluence

Results 37 conflr issues
Sort by recently updated
recently updated
newest added

This adds the `df_print` argument to `confluence_document()` (cf. [`rmarkdown::output_format()`](https://rmarkdown.rstudio.com/docs/reference/output_format.html)), first and foremost to facilitate easy `kable()`/markdown output tables. `df_print` is passed down to [`rmarkdown::md_document()`](https://rmarkdown.rstudio.com/docs/reference/md_document.html). Before I push this any further,...

This ```` --- title: "Test `code_folding`" output: conflr::confluence_document: space_key: [my_space] parent_id: [my_parent_id] code_folding: hide update: true --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` ## Test `code_folding` ```{r cars} summary(cars)...

I'm having trouble with code chunks not being rendered (regardless of the `code_folding` setting). The code chunks never show up, and in some cases I see the error ``` Error...

Is there a sub-function somewhere that will post an html I've already rendered from Rmd to confluence? Sometimes I have Rmds that take a while to compile and I don't...

Hi all, When it comes to the window [Base URL of Confluence API:] (both by RAddins or conflr::conflr_create_post_from_Rmd), I face the very same issue. RStudio returns "Error : ! Invalid...

I notice that conflr publishes pages in the old Confluence style/editor and there doesn't seem to be an option to select the new editor. A workaround is to immediately convert...

enhancement
help wanted

I have periodically received the following error when modifying an existing page using confl_create_post_from_Rmd(), with update = T. Manually re-uploading the attached images within the browser sometimes seems to fix...

Hi, I'm getting this error. The setup used to work fine: ``` Checking the existing images... Uploading the images... Error: Error in paste(httr::http_condition(res, type = "error"), httr::content(res)): Internal Server Error...

After my document has finished rendering, and begins the upload process, I get this error: > Error in paste(httr::http_condition(res, type = "error"), httr::content(res)): Bad Request (HTTP 400). > com.atlassian.confluence.api.service.exceptions.BadRequestException: Content...

Hello, When tables (printed by `knitr::kable()`) become a certain size some columns collapse together. It's an odd bug that has only recently become apparent. Here's what I expect (3 x...