Gregory R. Warnes

Results 52 issues of Gregory R. Warnes

The current link leads to a page displaying: ``` Old dump1090-mutability fork dump1090-mutability is no longer maintained; please don't use it for new installs. For new installs and ongoing development,...

`tigris::roads` returns errors for counties which do not have a road file on the census server. For example ```r > packageVersion('tigris') [1] ‘2.1’ > tigris::roads(state='60', county='030') Previous download failed. Re-download...

Resolves errors about missing definition for `BOOST_FOREACH` described in PR #5: ``` make -j14 [ 5%] Built target doxygen_target Scanning dependencies of target gnuradio-osmosdr [ 20%] Built target pygen_apps_99d5b [...

This pull makes three minor changes to enable pyswagger to be used with Python 3.10 and the current versions of PyYaml and Flask. These changes should be backward compatible, and...

1. Add a new `colnames` parameter that is passed onto the wrapped `DT::renderDataTable` to allow control of the column labels of the displayed table. 2. Add new arguments to control...

By filing an issue to this repo, I promise that - [X] I have fully read the issue guide at https://yihui.org/issue/. - [X] I have provided the necessary information about...

With ```r > packageVersion('tidycensus') [1] ‘1.6.7’ ```` executing this code ```r library(tidycensus) acs_state library(tidycensus) > acs_state rlang::last_trace() Error in `reduce()`: ! Must supply `.init` when `.x` is empty. --- Backtrace:...

With `stringr` 1.5.1, the `str_sort` function strips names from the vector. Current behavior: ```r x str(x) Named chr [1:3] "3" "2" "1" - attr(*, "names")= chr [1:3] "A" "B" "C"...

## Summary Setting USER: "#{proxy.userId}" does not appear to impact the user as documented. ## Details I followed the instructions in the README.md, and have set the relevant section of...