John Harrold

Results 6 issues of John Harrold

Hello, I'm currently trying to use ggforce::facet_wrap_paginate to take figures with many facets and chop them up to make them easier for folks to view in a Shiny App. I...

I use tables made with rhandsontable in my vignettes. They look fine when I knit them together. However when I try to include those vignettes in a pkgdown site, the...

This is related to issue https://github.com/r-lib/pkgdown/issues/838. I wan to use shinyAce to display source code in a vignette that I would like to include in a pkgdown site. This is...

I am experiencing an issue similar to this one: https://github.com/r-lib/devtools/issues/179 I am developing a package using devetools::load_all() to test things. I am using eval within a tryCatch environment. Part of...

In the example below I'm creating two selection boxes. One by putting selectInput() in the ui and another by creating it in the server using htmlOutput()/renderUI(). For me the formatting...

Add checks for `report_doc_add_content` to validate content formats (e.g. if the content type is text the only formats allowed are: text, md, and fpar).

enhancement