Results 36 issues of DavZim

similar to [skimr](https://cran.r-project.org/web/packages/skimr/vignettes/skimr.html), [summarytools::dfSummary()](https://cran.r-project.org/web/packages/summarytools/vignettes/introduction.html#data-frame-summaries-dfsummary), [gtExtras::gt_plt_summary()](https://jthomasmock.github.io/gtExtras/reference/gt_plt_summary.html)

Allow something like `rule(sum(mpg)

I cannot write a MAP type to a duckdb using `DBI::dbAppendTable()`. ```R con [1] 0 DBI::dbExecute(con, "INSERT INTO tbl VALUES (MAP {'a': 'b'})") #> [1] 1 DBI::dbGetQuery(con, "DESCRIBE tbl") #>...

feature
help wanted :heart:

So that the system can tell which rows are failing and not only the data...

So the data does not need to be loaded into R first

Not sure how easy this is to implement, but something like the following would be great. Allow httptest2 to be used with roxygen2 + pkgdown documentation. That is, whenever the...

In the documentation on [popovers vs modals](https://rstudio.github.io/bslib/articles/tooltips-popovers/index.html?q=offcanvas#popovers-vs-modals), you mention that offcanvas elements are on the roadmap, but I couldn't find it anywhere here on GitHub. For an internal project I...

Not sure if this is on purpose or too complicate to implement, but I wanted to document it here (as I couldn't find existing documentation/issues on it). When we memoise...

### Description When using typst 0.14.0 and opening the PDF file with a Chromium-based PDF viewer (Chrome, Edge, etc), links that go down do not work, whereas links that go...

bug
pdf
urgent
regression