Jacob Scott

Results 25 issues of Jacob Scott

#### What happens? Serialising R objects to `` type, then attempting to write to a `duckdb` connection results in the following errors: ``` Error: rapi_execute: Unsupported column type for scan...

R

This would allow a user to supply a function to `element_text()` which would be applied to the text itself. Hear me out. Often, to make plots slightly prettier, labels are...

This PR adds a `just` argument to `geom_col()` and `geom_bar()` (#4899) allowing a user to more easily change the alignment of columns. In particular, it makes it easy to align...

Currently the alignment of columns is always centre, which may not always be desired. E.g. in the following case, values of `date` always give the first of the month, but...

Often when writing a new package I find myself simply lifting scripts like [`compat-purrr.R`](https://github.com/r-lib/rlang/blob/main/R/compat-purrr.R) from the _{rlang}_ source-code to avoid taking on more dependencies than necessary. I think formalising this...

feature
tidy :sparkles:

In RStudio, calling `View()` on a memoised function does not take you to the original function's source. On the one hand this makes it very clear to the user that...

This is because `format_tbl()` no longer includes a `focus` argument, but rather an input with a `pillar_focus` attribute. This can result in upstream issues in `tibble()` - see [tibble issue...

bug

The first paragraph of the book reads: > This is the online version of Mastering Shiny, a book **currently under early development** and intended for a late 2020 release by...

[twitter-text](https://github.com/twitter/twitter-text) is a repo made public by Twitter which contains the functionality they use for parsing and checking tweets. This could be easily bundled with {rtweet}, e.g. by using {V8}...

enhancement