JooYoung Seo
JooYoung Seo
Would you mind allowing multiple messy bib files for `tidy_bib_file()` function? Let's say you have two bib files in your YAML: ```yaml bibliography: ["a.bib", "b.bib"] ``` I would like to...
I was wondering if you would mind developing a new output format that allows users to create their manuscript in HTML format like [`pagedown::thesis_paged()`](https://rdrr.io/cran/pagedown/man/thesis_paged.html)? It would be so much appreciated.
[`rstatix::anova_test()`](https://rpkgs.datanovia.com/rstatix/reference/anova_test.html) is a very convenient function when performing any kinds of `anova` test designs. I was wondering if there would be any way for [`papaja::apa_print()`](https://www.rdocumentation.org/packages/papaja/versions/0.1.0.9842/topics/apa_print.aov) function to support [`rstatix::anova_test()`](https://rpkgs.datanovia.com/rstatix/reference/anova_test.html) objects...
Currently, TabNine does not seem to support R. Could you please make it work for R as well? gz#6852
In pandoc v2.18, checkbox field contained in docx file is not converted into other formats, such as markdown and html. I am attaching a test file: [checkbox_field.docx](https://github.com/jgm/pandoc/files/9237455/checkbox_field.docx) ``` bash pandoc...
CC @isidorn: Version: 1.66.0-insider Commit: 521a3d858570ebc9ce9d5602802f4525a02e045c Date: 2022-03-29T07:32:43.053Z Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36 ## Reproducible steps 1. Run `Help: List Audio Cues`...
In the following example (retrieved from example(checkboxGroupInput, package = "shiny")), icons are used for informative purpose. However, the checkbox is not accessible for screen readers until explicit aria-label is used...
CC @hadley Currently, there is no easy way to pass a function return to `alt` argument using dot symbol. Please allow `alt` to take a function return. ## Reprex ```...
Currently, "svg", "CairoSVG", and "svglite" are supported SVG devices in `dev` option. Note: `cairoDevice` is removed from CRAN so "Cairo_svg" is not available. Among these options, `svglite` output only conforms...
currently, `links-to-footnotes` option that is available in `pagedown::html_paged()` does not work for `posterdown` output. Would it be possible to make it work? Please refer to the following reproducible code: ````...