Closed mbjoseph closed 5 years ago
Sorry about that, just pushed a fix. Let me know if it still causes problems!
It would be great to chat about how you're using geoNEON in your package - unfortunately the code in geoNEON isn't particularly stable, so I wouldn't build a ton of functionality that depends on it right now. But if you have some flexibility, I'm happy to keep you up to date with changes.
Awesome - thanks @cklunch! That did the trick.
I'd love to chat. Maybe we can coordinate via e-mail?
Currently geoNEON is a "suggested" dependency, as it's usehttps://twitter.com/d in a vignette, so it's not required, but it does help to illustrate a common use case.
I'm working on a package that depends on geoNEON, and in trying to get CI set up on Windows through AppVeyor ran into encoding errors that prevent installation. Here's the relevant excerpt from the build log:
It looks like there are some odd characters on lines 480 and 482 of
def.calc.geo.os.R
that are causing the issue: https://github.com/NEONScience/NEON-geolocation/blob/master/geoNEON/R/def.calc.geo.os.R#L480-L482These occur in comments in two places where I would expect a
ti
, but for me they are rendered on GitHub as boxes (using Ubuntu 18.04 in Firefox). I suspect this may be an encoding issue.@cklunch I would be happy to submit a PR to try to fix it!
In case it's useful, here's the build environment info:
R version 3.5.2 Patched (2019-02-27 r76167)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows Server 2012 R2 x64 (build 9600)