Jim Hester

Results 413 comments of Jim Hester

I think often R documentation is criticized for being to verbose actually, so I am not sure more documentation is the answer. Often good usage examples goes farther than more...

For those interested I would gladly review a PR!

https://bioconductor.org/developers/how-to/coding-style/ would probably be a useful place to start.

I sent a patch release with just the changes needed to fix this yesterday.

CRAN had imposed a deadline and I didn't want to complicate the release more than it needed to be. We can do another release in the future once this one...

Sure, if you are willing to put in the work writing the draft we can do it and I would be happy to review and handle the actual submission.

Closed by https://github.com/revodavid/rlangtip/pull/27

If they are using RStudio you can use `rstudioapi::getThemeInfo()` for this, but there isn't a way to query this for users using command line R or other clients. e.g. ```r...

Whoops sorry @revodavid, just saw this had a bunch of conflicts, I must have been working on an outdated version on my machine. I just resolved them, hopefully without introducing...