Steffi LaZerte
Steffi LaZerte
I'm not sure if I should open a new issue or not, but while the previous fix works find for regular sub directories, I have this problem on "sub sub"...
Hi @salix-d, thanks for the comments! For the timezones, I'm out of town for a bit so can't check directly, but I think it might depend on whether it's the...
Hi @salix-d, I'm back and finally caught up on work so I can take a look at this properly! **Fixing data in weathercan** I try really hard not to change...
Flags are a great idea, a good compromise. I think I'm a bit confused by where you're getting the lat/lon information. I look at the [CSV file](https://drive.google.com/uc?export=download&id=1HDRnj41YBWpMioLPwAFiLlK4SK8NV72C?) and the lat/lon...
Ah! I understand the confusion with lutz. I didn't realize that lutz had a `tz_offset()` function, weathercan doesn't use that one! The `tz_offset()` function in weathercan is an internal function...
Yes, but my previous comment still holds: weathercan should be using the _internal_ function `tz_offset()`, *not* `lutz::tz_offset()` In your first example, you've changed the code to use `lutz::tz_offset()` but it...
And if it's still giving you issues, let's have a video chat to figure it out!
That will work for single downloads, but the really long ones are where it downloads multiple files. I don't think this would apply to that scenario, right? Best would be...
Okay, I tested with Fedora through R Hub and was able to replicate the original issue. Then I installed dpprdan/vcr@fix/test_path and added that to my remotes and tried again. The...