J. Hathaway

Results 18 issues of J. Hathaway

In [this article](https://fivethirtyeight.com/features/some-people-are-too-superstitious-to-have-a-baby-on-friday-the-13th/) you discuss using [this data](https://github.com/fivethirtyeight/data/tree/master/births) to calculate the percent change. You say that you remove the data from months that have major holidays. > It excludes any...

## Prework * [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/) and [contributing guidelines](https://github.com/rstudio/gt/blob/master/.github/CONTRIBUTING.md). * [x] If there is [already a relevant issue](https://github.com/rstudio/gt/issues), whether open or closed, comment on...

Type: ☹︎ Bug
Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: ♨︎ Critical

@hafen I see the `auto_cog_data = TRUE` option. However, I don't quite see how to input predeveloped cognostics if `auto_cog_data = FALSE` to include with my trelliscopejs work that is...

I get an error as pasted below when I run a trelliscope with facet_trelliscope. The same plot works with facet_wrap. I wish I had something more useful to show. I...

I may have missed that this option is there. It would be a fun option to have a large heatmap with 100's of levels on each variable that we could...

When I set the `path` variable in `facet_trelliscope()` or `trelliscope()` it doesn't use that path for the creation of a `_ignore` folder. Your example in the help file doesn't seem...

When building a trelliscopejs in the R console a building status bar shows progress. It would be nice if a similar progress was shown when that chunk was being built.

I can see from the [opencv docs](https://docs.opencv.org/trunk/d8/d19/tutorial_stitcher.html) and this [python example](https://www.pyimagesearch.com/2016/01/11/opencv-panorama-stitching/) and [another]()https://kushalvyas.github.io/stitching.html) that there is a way to use opencv to stitch images. The documentation is a little limited...

enhancement
help wanted

@daranzolin thanks for starting this package. We may be moving to canvas next fall and I would like to figure out a nice R centric way to build a Canvas...

The tibble creation changes the `stats_time` variable display to look like it goes through 2008. However, when the values are pulled it looks like they are the input values... ```r...