Davis Vaughan

Results 746 comments of Davis Vaughan

Could you please turn this into a self-contained [reprex](http://reprex.tidyverse.org/) (short for minimal **repr**oducible **ex**ample)? It will help us help you if we can be sure we're all working with/looking at...

Ideally you'd post the app code, with any necessary library calls at the top, _and_ with the test data frame inlined into the code as well (or at least a...

I was expecting you to actually put that code here in a github comment, rather than attaching a word document with it, like this: ```r library(shiny) library(shinydashboard) library(tidyverse) library(lubridate) library(here)...

Where is your code that calls `unite()` or `pull(text_row)`? That's where the problem seems to be

At this point we don't believe we can make such a breaking change, but thanks!

I also have this issue. I think it also occurs when installing svglite, i.e. https://github.com/r-lib/svglite/issues/169 (both need libpng) Possibly the configure script used by systemfonts can be used here too...

Also reported in https://github.com/kenhowardpdx/vscode-gist/issues/145

This has been resolved for some time now

Oooh if I load covr completely first, then run the devtools function, it seems to work reliably. ```r library(covr) devtools::test_coverage_active_file() ``` @lionel- is it possible the virtual namespace generation is...