Konrad Pagacz
Konrad Pagacz
This PR https://github.com/r-lib/styler/pull/876 supposedly fixes the issue of `styler` putting additional, unnecessary brackets inside substitute expressions. But having installed the latest version of styler from main, I am still experiencing...
I might not know how to make it happen in VS Code or if it belongs to https://github.com/REditorSupport/vscode-r-lsp , but I have noticed that the outline of R6 classes could...
When running this example: ```r library(scda) library(dplyr) library(teal.modules.clinical) adsl % bind_rows(adex) app
After this PR to `teal.widgets`: https://github.com/insightsengineering/teal.widgets/pull/59 the code inside the mentioned files should not be needed for anything. Investigate if it is safe to remove and remove if it is.
This I consider the navbar:  CSS position property explained: https://www.w3schools.com/css/css_positioning.asp This would be a little bit more complicated than just slamming the property on this HTML element because it...
it's not immediately clear to me what the different colours in the picture mean. If they don't have any difference then, it would be nice not to have them and...
Here's the log from the installation: ``` > install.packages("systemfonts") There is a binary version available but the source version is later: binary source needs_compilation systemfonts 1.0.5 1.1.0 TRUE Do you...
Hi there, Recently, I have created a styling package ([`tergo`](https://www.github.com/kpagacz/tergo)) for R language and I would love to use it from RLanguageServer. Are there any plans of exposing more options...