Kyle F Butts

Results 25 issues of Kyle F Butts

Hi there, I am the author of the {did2s} package for R and Stata and was wondering if you would be interested in implementing the method into Julia? I'm interested...

It would be easy to put buttons in bottom-left with: ```css // Put in bottom-left corner .bottom-left { position: absolute; bottom: 10px; left: 10px; } ``` The main problem is...

## Positron Version: Positron-2024.06.1-27 ## Steps to reproduce the issue: My favorite part of VSCode and R is the code cell feature, so I'm very excited to see support in...

bug
support
area: code cells

Changes: - R parser would end cells after first blank line; this is now removed - `# %%` is now recognized as a valid cell demarcation in R - cellDecorationSetting...

## Positron Version: ## Steps to reproduce the issue: 1. Create a file with the following: ``` r library(ggplot2) p

bug
lang: r