gbif / occurrence-annotation

Experimental: Rule based annotation store
Apache License 2.0
0 stars 1 forks source link

Should we merge the R package and the backend into one repo #30

Closed jhnwllr closed 9 months ago

jhnwllr commented 9 months ago

The R package currently lives here... https://github.com/jhnwllr/gbifan

timrobertson100 commented 9 months ago

Thanks @jhnwllr

Given the backend and R client are going to be so tightly coupled, I could imagine converting this to a mono-repo would make sense for the following reasons:

On the other hand, it might make releases more complicated for R - I don't know enough about how R projects are shipped.

Overall, I'd think it was a good thing to try

jhnwllr commented 9 months ago

The R release should be fine. CRAN doesn't really care where your R package lives as far as I remember, so it should be ok. You just send them a packaged zip file.