Trevor L. Davis

Results 26 comments of Trevor L. Davis

Yeah, the information should be in `OptionParser` instead of `parse_args` but there won't be alot of value added in making the switch unless I also used that information to write...

> You can specify a minimum required version for a dependency. Is that not enough? No, you'd want users to be able to specify which stable set of API's they...

Some ideas on best-practices. I usually either ask my users to manually download executables files of interest from my github repos, mark them executable, and to then either use them...

In case someone wants to give instructions in R the equivalent R command for the above is:: $ sudo R > file.symlink(system.file("exec/tokenize", package="qlcData"), "/usr/local/bin") For users without admin permissions (but...

In case it is helpful here is a minimal pdf document with the following pdf bookmarks features presents: * Bookmarks starting open and bookmarks starting closed (integer count positive versus...

Thanks for the explanation! Looking at the [poppler API documentation](https://poppler.freedesktop.org/api/cpp/classpoppler_1_1toc__item.html) I guess besides the bookmark's title the only other information the API makes available is whether that bookmark should start...

I think write support for webp was added to `exiftool` in https://github.com/exiftool/exiftool/commit/94d281ce058c8c2b909effc4f620a617220702b2

Could you please provide a [minimal, reproducible example](https://reprex.tidyverse.org/articles/reprex-dos-and-donts.html) of your issue? What was the tutorial?

I've created a minimal reprex of this issue here: https://github.com/trevorld/pkgdown.gganimate You'll need to install the suggested packages in particular "gganimate" and "ggpattern"

What is the result of `sessionInfo()` and did you run this in `R --vanilla`? This does not duplicate for me in R 4.2.3 with the development version of `{svglite}` running...