Jonathan Gilligan

Results 15 issues of Jonathan Gilligan

This PR addresses the issues raised in #146 and #1859. It's a somewhat big PR, but a lot of the changes are documentation for the new functionality and a couple...

I have the same issue as was raised in #146 (and I originally posted this issue as a comment there). I organize my reveal.js slides for a semester in a...

feature
theme: paths

When I plot a `geom_line()` and then add a `geom_errorbar()`, the line disappears. If I put the `geom_errorbar()` first, and then add the line, both appear. ### Reprex ``` r...

## Short description: Under R 4.1.3, I can push to github with SSH transport using `git2r::push()` Under R 4.2.0 on the same computer, `git2r::push()` fails with ``` Error in git2r::push(".",...

## Bug description `ghcnd_read` fails with an error because it expects a `.dly` file to be a `.csv` file, but it's a fixed-width file with no delimiters between columns. ##...

bug
ghcnd

Right now, the process for adding new icons is to create an issue and submit an SVG of the requested glyph and wait to see whether @jpswalsh wants to add...

The documentation for `accumulate` and `accumulate2` says that both functions return vectors ("A vector the same length of `.x` with the same names as `.x`"). In fact, `accumulate` returns a...

bug

If I read a CSV file with `read_csv` using `col_names` and `col_types`, and the first rows of the file have fewer columns than the `col_names` vector, but later rows have...

feature

I noticed that the version of the soil model at the mc-stan Case Studies page shows some inconsistencies: For the measurement error model, the stan call and the output show...

I have freshly validated two emails. I validated each email today. I entered the new tokens using `validate_emails()`. I checked that `list_validated_emails()` gives the correct tokens. However, I get errors...