Thierry Onkelinx

Results 32 issues of Thierry Onkelinx

The x is a matrix, the error message still refers to a vector. ``` library(assertthat) x

I'd like to create a legend having text over a point as in the ggplot2 example below. How can I replicate this with plotly. Doesn't need to be a nice...

Using `%` and `_` in captions with kable() or fig.cap were problematic when rendered to pdf. These are now sanitised with `escape_latex()`

Would you accept a PR which adds a function that brings a local repo inline with the remote? It checks all local branches and does the following: 1. remove local...

The `fmt` argument seems to be missing in this `sprintf()` https://github.com/ropensci/pdftools/blob/a51942b6609bb4e55e99c565258d22b44c6afec8/R/render.R#L80 I'm getting this warning `2 arguments not used by format '/examples/source/flanders_report/cover.jpeg'`

I've created a color ramp from dark red over medium orange to light green. Inspired by traffic lights, hence the name. I think it should work for color blind people...

This is a fix for issue #15. On top of `check_project()` checks the grammar of all (R)markdown files in a folder.

When running `write_good_file()` on a vignette I get the message `"aggregate" is wordy or unneeded`. In this case, it refers to the `aggregate()` function. It would be nice to exclude...