paleolimbot / ggspatial

Enhancing spatial visualization in ggplot2
https://paleolimbot.github.io/ggspatial
368 stars 34 forks source link

conda package? #83

Closed nickschurch closed 3 years ago

nickschurch commented 3 years ago

ggspatial is a notable exception in the list of r libraries with conda packages. Any chance of getting an official conda install?

Nick

paleolimbot commented 3 years ago

Unlikely, as it would require extra effort on my part to package. Would this be significantly easier than install.packages("ggspatial") or remotes::install_github("paleolimbot/ggspatial")?

nickschurch commented 3 years ago

No, its not easier, but it is useful for reproducibility and control, encapsulation and portability of the computational environment. I know everyone's busy, but figured put in a feature request anyway. You don't get if don't ask, right ;)

paleolimbot commented 3 years ago

No problem, just unfamiliar with that workflow! This isn't something I'm keen to take on but you're welcome to repackage it for conda if that's something you know how to do.