John Muschelli

Results 93 issues of John Muschelli

Would it be easier to simply package up the mappings?

Trying to make a linked bar chart that links with other charts using crosstalk and shiny. **Issue**: When clicking the plot, it stacks on top instead of just highlighting ![image](https://user-images.githubusercontent.com/1075118/169362809-b0d4de15-e306-4094-afdd-22b083ff6548.png)...

This is an old PR that was killed about 1.5 years ago. Here is the branch I had to fix https://github.com/yihui/knitr/pull/1752. I'm not sure it sill is going to fix...

`call_block` does all the extraction of the parameters necessary, but executes the block. Regarding our email of getting a `data.frame` of parameters/hash/etc, I think that is what we'd need. I...

Added in helpers to extract metadata, related to #468. Simple helper to extract modification time.

The issue is that you cannot send in `INFORMATION_SCHEMA.*` options in the current R API. As per https://cloud.google.com/bigquery/docs/information-schema-tables#bq_4, you should be able to query `INFORMATION_SCHEMA.PARTITIONS`. It seems as though the...

The PR for `knitr` at https://github.com/yihui/knitr/pull/1752, which fixed the figure referencing issue in https://github.com/rstudio/bookdown/issues/766 and is discussed in https://github.com/rstudio/bookdown-demo/issues/42, causes an unintended side effect of putting `id` in front of...

``` pandoc: PandocLuaException "[string \"local fig_caption = true...\"]:456: bad argument #2 to 'format' (number has no integer representation)" Error: pandoc document conversion failed with error 1 ``` ## Example Rmd...

Similar to #86, but for Windows/Appveyor, the link for R 3.4 is now incorrect for binary: https://ci.appveyor.com/project/neuroconductor-devel-releases/afnir/build/1.0.1/job/a9wh5x2aayiugh26#L20 which references `r: 3.4`: https://github.com/neuroconductor-devel-releases/afnir/commit/a7cedf2626904339928b51625b9881bbe6790d3e#diff-180360612c6b8c4ed830919bbb4dd459R37 http://cran.rstudio.com/bin/windows/base/old/3.4/R-3.4-win.exe Must either be: http://cran.rstudio.com/bin/windows/base/old/3.4.0/, to point to...

Trying to harmonize with travis defaults: https://docs.travis-ci.com/user/languages/r/#package-check-options, alongside https://github.com/travis-ci/travis-build/blob/master/lib/travis/build/script/r.rb#L13, so that warnings are treated as errors by default. This is potentially breaking behavior and also not "easy" for most users...