atusy

Results 121 comments of atusy

I guess a quick and robust solution is adding `setup-pandoc` action to your GHA workflow like below. https://github.com/atusy/ftExtra/blob/862c5028f5af66f19ca3be68129e3edfa6abb971/.github/workflows/R-CMD-check.yaml#L34 I can consider skip feature, but the release will be four weeks...

> skip feature There are two options, but I do not like both... - add `skip` to every testcases where needed. - test codes become too complicated... - I might...

@gadenbuie Thank you for the quick response. Here you go. 1. RStudio Server: 2023.12.0 Build 369, docker 2. Happens on various Shiny versions: dev, v1.8.1, v1.8.0, v1.7.5

![2023-05-20 00-58-49 mkv](https://github.com/atusy/leap-search.nvim/assets/30277794/f8c57d99-04e6-4e47-a3ad-4231322cd782)

Sorry for being silent. I take a look at this issue.

@heavywatal Thank you, too. Your understanding is right. I am trying to automate `knitr::dep_auto(labels = all_labels())`. > to set autodep = TRUE (and cache = TRUE) internally I am against...

I partially solved the issue by automatically calling `dep_auto(labels = all_labels())` when the chunk option `autodep = TRUE` is found for the first time. However, this implementation does not work...

@octomike If you want to use R Markdown (not Quarto), then my **minidown** package would help you. It employs HTML5 and implements some major features of `html_document`. https://github.com/atusy/minidown

Maybe [officedown::rdocx_document()](https://davidgohel.github.io/officedown/reference/rdocx_document.html) helps you as noted in the following link (I haven't tried yet...). https://ardata-fr.github.io/flextable-book/rendering.html#limitations