Gene Leynes

Results 13 issues of Gene Leynes

In the model project we do not "create model data" as a separate step. Instead we generate food inspection features, business features, then we join those features to the food...

This is in reference to pull request @cash When we look at the evaluation we look primarily at the "days difference", which is an attempt to quantify how much faster...

The `major.minor.patch` concept is clear, but what does the part after the dash indicate? I believe it's one of these: - major.minor.patch-commit - major.minor.patch-buildnumber It's to me what convention @tomschenkjr...

From issue #158 > The TravisCI build for release R is working. The AppVeyor build is failing while installing R packages, specifically openssl. It looks like it is building openssl...

unit testing

Would be nice to group tests by functionality, and perhaps in separate files. For example, I can imagine separate files of tests for JSON and CSV so that they can...

unit testing

@tomschenkjr The columns `contactPoint`, `publisher`, `keyword`, and `theme` can be pretty easily converted to vectors, but the `distribution` column is more complicated. I've outlined some approaches to handling the `distribution`...

enhancement

While trying to develop a way to get a token from our server I found an error in straighten. Maybe it's really a problem in httr, but I'm not sure....

I think we need to remove Appveyor. The documentation (which is 4 years old) says to use `usethis` to initialize, but when I tested it in a new package I...

We received notice from CRAN that RSocrata is failing with some regularity, which causes headaches for the CRAN administrators. We believe this happens because Socrata is occasionally briefly down for...