Arthur Shaw

Results 5 issues of Arthur Shaw

If one were building a wrapper around pagedown (say, like pagedreport), how should one think about providing users access to style parameters of templates? For example, I understand that one...

In Stata's built-in code editor, all text contained in a comment is highlighted as a comment. For example: ![image](https://github.com/jgm/skylighting/assets/47256431/1d28a398-f183-49ea-a15b-030b385bb3df) In Pandoc outputs, plain text in comments that also happens to...

## Background Currently, when `haven` ingests a Stata `.dta` file, it preserves Stata data attributes of a column in a different ways depending on the collection of attributes found: -...

feature

As someone who works between R and Stata, I miss in Stata the ability present in R (and most other languages) to build a new package off of an existing...

```r # 👇 works as expected reactable::reactable(data = mtcars) # 👇 fails # - reasonably, reactable would need to choose what representation # to display--data or labels--or fumble when trying...

bug