Eli Pousson

Results 141 comments of Eli Pousson

I've put together a few function that serve a similar role for a [Baltimore-specific mapping package I'm working on](https://github.com/elipousson/mapbaltimore). The relevant functions include: - [`get_buffered_area`](https://github.com/elipousson/mapbaltimore/blob/master/R/get_area.R#L124): takes an sf object and...

Whoops! I just realized that the functions you need to do this are already in the package just not documented and user accessible. You obviously don't need my code but...

I encountered the same issue on OSX. By random coincidence, I was actually trying to access the [FARS data from NHTSA](https://www.nhtsa.gov/file-downloads?p=nhtsa/downloads/FARS/2019/) just today. It may be helpful to replicate the...

I know this is off-topic but, for @jacciz and @Sama2than, you may be interested in the [crashapi R package](https://github.com/elipousson/crashapi) I'm working on and a related effort to make an [index...

It is great to know that you already have these in the package! If you can keep this open for another day or two, I'll double-check and make sure I...

I stumbled across this issue last night after searching for examples of any abort_if_not helper functions and put together a basic version that works all right. Curious to hear from...

I've started developing a package, {sharepointr}, to build out some "missing" features for `{Microsoft365R}` and added a function modeled on [fs::dir_info()](https://fs.r-lib.org/reference/dir_ls.html) that includes both recursive item listings and a couple...

If folks are curious, I'm working on an extension package for `{Microsoft365R}` for folks (like me) who are less familiar and comfortable with a workflow organized around S6 object methods....

Shoot. I hope this isn't something I introduced with my pull request @AllanCameron. I will say that a colleague of mine also wasn't able to install on Windows even before...

@gorkang @pvsundar Can you try again but set `dependencies = TRUE` for `pkg_install()` just to make sure that isn’t the issue?