Christophe Dervieux

Results 1378 comments of Christophe Dervieux

One way to check what printing with crrri would look like is to interactively open your document in chrome then click the print to PDF button and see how it...

@Dr-Joe-Roberts is this still an issue ? If so, do you have a reproductible example we can use ?

Thanks for the explanation. I may just be a question of user friendly error message - invalid state was not clear to me. I have something in mind (like processx...

Yes I agree. The comparaison with DBI connexion is good. I would just like to add more info towards user about the state of the `chrome_con` or `chrome_client` and fail...

This is to consider now with the new API and the `print` method of the R6 class * `Chrome` class is ok. ```r > chrome chrome User Agent: "Mozilla/5.0 (Windows...

There an issue to fix here ```r ==> devtools::document(roclets = c('rd', 'collate', 'namespace')) Updating crrri documentation Loading crrri Error in .f(.x[[i]], ...) : R6 class (EventEmitter) without source references. If...

It seems we have a special case somewhere not handled by roxygen2 R6 support See https://github.com/r-lib/roxygen2/issues/1014 We will deactivate it for now

And we have the issue above only with the default load method in `roxygenise` ```r # does not work roxygen2::roxygenise(load_code = "pkgload") # works roxygen2::roxygenise(load_code = "source") ``` We could...

Note to self: `Roxygen: list(load = "source")` is taken into account by `devtools::document()` in console but not by CTRL + SHIFT + D or Document in IDE Build pane Seems...

seems like a good idea. I don't see why not... @RLesur what is your take on this one ?