Tobias Busch

Results 47 comments of Tobias Busch

Hi! Thank you. Had the same problem, putting `useSummaryIfNoDescription = true` in the `[params]` section of `config.toml` helped. This parameter should be there by default.

Took me a while to find it, but it is an easy fix. The post excerpts are links, and thus will change their color once they have been visited. This...

I suggest to close this issue and maybe add the information to the `CONTRIBUTING.Rmd`. Alternatively, the issue could be pinned, but I don't think it's that important. A year after...

Thank you @dakirsc. This is a great suggetion. Semantically, I much prefer the `outlier.shape = NA` option because it implies that they do not get drawn at all, rather than...

Thank you, @maneesha. This is a really good point. I think we can remove the entire sentence > "You` may also have noticed that the output from these calls doesn’t...

Hi @maneesha , thank you for this comment. I agree that pipes have been around for long enough to not be "recent" anymore (although in my personal experience, some people...

1. Well spotted! I think it would be worth demonstrating the `print()` function. It would probably fit best in the beginning, with the other 2 ways to print objects. Of...

I believe there is now a github action template for auto-styling pull requests: It can be added to the repository with `usethis::use_github_action_pr_commands(open = TRUE)`

I've modified the workflow from the example a bit. I believe, we need something like this -- it automatically styles the .Rmd and .R files for each new PR. At...

Hi @burginam , thank you for your suggestion! I agree that this section could be more clear. I have made some additional edits to your version: > There are two...