JooYoung Seo
JooYoung Seo
While most of the field tags generated by `convert2df()` can be found through either package vignette or the WoS website, I was not able to find any explanation about the...
I really appreciate @massimoaria for always promptly addressing all the issues. The responsiveness makes me more like this package, and it really helps my academic work. I was wondering if...
When using `bookdown::word_document2()` output, if you have an Appendix section and attempt to reference it using its #ID like Appendix\ \@ref(appendixA), the rendered output is not alphabetical order like Appendix...
Currently, `bookdown::serve_book()` seems to ignore output format specified in `_output.yml` and to force live preview in `bookdown::gitbook()` format. Could we make it work like `bookdown::render_book()` so to support other html-based...
On Windows, there seems an issue using `xaringan::infinite_moon_reader(file)` through command line. The problem is that it does not open rendered html results an the console crashes. Please check this using...
Added a new template for [Journal of Data Science (JDS)](https://jds-online.org/journal/JDS/information/submit-your-article). # How to contribute a new output format ? To contribute a new article template to this package, please make...
# Changes - Added Journal of Learning Analytics LaTeX template according to the code of conduct. - Added a `jla_article()` function in `article.R`. - Added related info to `README.md`; `DESCRIPTION`;...
`snippets/r-snippets.json` contains lots of functions that are available in auto-completion/suggestion. Could you please consider taking out all these overlapping functions from the snippet? These are rather redundant and sometimes confusing....
When rendering {shiny} apps using VSCode-r, I see the following errer: > Error: C stack usage 1914576 is too close to the limit However, this issue does not happen when...
`quarto-vscode` supports auto-completion in YAML. It would be great if VSCode-r extension also supports this feature in Rmd YAML.