ltierney

Results 6 comments of ltierney

The error message is correct: It's coming form calling `length()` on a long vector and that _is_ an error. If you have C code you want to work with long...

I actually meant a C level stack trace as you would get from gdb or lldb. That would tell you more precisely where to look in the C code. But...

Building something based on [this post](https://help.github.com/articles/working-with-ssh-key-passphrases/#platform-windows) might work; not sure it's worth the trouble. Doing `eval $(ssh-add -s)` in terminals doesn't help since the environment variable settings don't make it...

It's a pretty clear regression, something I try to avoid in software I write and maintain. But it's your software and your call.

When existing working code no longer works correctly after a change that is, by definition, a regression. Something we try pretty hard to avoid in maintaining R — not that...

> > When existing working code no longer works correctly after a change > > Argueably, the code was working incorrectly before by showing legend keys that weren't present in...