Joe Thorley

Results 68 issues of Joe Thorley

is.count(NA) returns FALSE is.number(NA) returns FALSE is.string(NA) returns FALSE but is.flag(NA) returns TRUE this seems inconsistent to me and is annoying because it then requires use of noNA() Example code...

Perhaps I'm missing something but it would be helpful if `unique()` returned an object of class hms ``` r library(hms) unique(hms::as_hms("10:01:01")) #> [1] 36061 ``` Created on 2021-03-08 by the...

Although this behaviour appears to be due to SQLite and a warning is thrown I thought it was worth flagging in case you were not aware of it because it...

I'm trying to test a R package I wrote that uses TMB on appveyor In short the tests error out on TMB::compile. The tests are passed on my OSX machine...

We've had a graphic designer produce hexes for our [flobr](https://github.com/poissonconsulting/flobr) and [dbflobr](https://github.com/poissonconsulting/dbflobr) packages which depend on the blob package. We asked him to throw a demo hex together for the...

The extras package only has four reverse dependencies but 14 are tested - the other 10 appear to come from leaflet.extras ``` [master]d> revdepcheck::revdep_reset() [master]d> revdepcheck::revdep_check(num_workers = 4) ── INIT...

When I try and use drat.builder with a private repository I get the following error which is fixed by switching from https to ssh ```r *** [fetch] poissonconsulting/poisreport Error in...

This will deal with issue #37

Difficulty: Intermediate
Effort: Medium
Importance: High
Timeline: Now
Type: Feature

Difficulty: Intermediate
Effort: Medium
Importance: Medium
Timeline: Soon
Type: Feature

Difficulty: Intermediate
Effort: Medium
Importance: High
Timeline: Soon
Type: Feature