Thierry Onkelinx

Results 26 comments of Thierry Onkelinx

The format of our source files is R Markdown/bookdown. We have been bitten by the examples below when rendering to pdf ```{r my-plot, fig.cap = "Estimate and 95% confidence interval}...

Here is a minimal bookdown example that works with this PR. The Travis errors seem unrelated to me. --- title: "Caption test" author: "Thierry Onkelinx" date: "24 juli 2017" output:...

I'm having the same error message with a different use case. My package mentions `` in the `Description:` field of `DESCRIPTION`. I have a function that updates `inst/CITATION` based on...

I've tried again with the latest development version (session info below). The problem occurs with this [commit](https://github.com/ropensci/git2rdata/tree/8bee1283fd2f5ae387a5693757240f222678f840) ``` pkgdown::build_site() -- Installing package into temporary library ------------------------------------------- == Building pkgdown site...

I've started this issue so everyone could add other classes to the wishlist. Keep in mind that @eddelbuettel wants to keep the list of dependencies as minimal as possible. That...

#41 add sha1 methods for the pairlist and name classes. It also adds documentation for the sha1 methods on array, complex and Date

#54 adds a sha1 method for the "function" class. e.g. `sha1(sum)`

The current implementation of `sha1.function(x)` takes `environment(x)` into account. This can lead to differences in sha1 hash when storing and retrieve the function in an S4 object. I am experiencing...

tsv files seems to be an unknown file format for the general public. Therefore I'm thinking to use it only with `write_vc(optimize = TRUE)`. As the optimization requires either the...

The main problem is that some users don't recognise the tsv file. And hence do know what to do with it. Which file format are people more likely to recognise?...