Matthijs Berends

Results 28 issues of Matthijs Berends

Please support the `lineend` argument for `geom_smooth()`, as it just draws a line. ```r library(ggplot2) ggplot(mtcars, aes(x = mpg, y = vs)) + geom_smooth(size = 4, lineend = "round") #>...

feature
layers :chart_with_upwards_trend:
help wanted :heart:

On IE and Chrome on nextcloud 12, export of password does not work. I keeps hanging on 'Decrypting login credentials' (or something, I'm using the Dutch version). In `nextlcoud.log`: ```json...

Hi! Though I like any initiative to make regular expressions more convenient to use, I find most solutions to lack a visual understanding of the regex itself. Textual explanations of...

Hi, thanks for this great package! I'm a Dutch researcher and R package developer. I added the Dutch language to your package. To be specific, I: - Pulled your repo...

As discussed in #1302, the word “to”, used in date ranges, is not translated to foreign languages.

Hey, This is a really cool package! Feature suggestion: add groups as used by `dplyr`. Let's say I would have: ```r tbl1 % group_by(x) %>% summarise(n = n()) ``` This...

Please, PLEASE remove clippy from the man pages. It's really annoying and improves nothing. Thanks! :smile:

I have patients that are, according to my data, born in `"27-01-44"`. Like most West-European countries, we're used to dd-mm-yyyy or dd-mm-yy formats in the Netherlands. No problem for `lubridate`,...

parser :carrot:
feature

Thanks for the great website! Your README says: > RDocumentation provides an easy way to search the documentation for every version of every R package on CRAN and Bioconductor. Still...

parsing

Would it be an idea to add another package with stat functions you would expect to be in `stats` but they are not? Harmonic mean, geometric mean, mode, correlation of...

Discussion :parrot: