wahani / modules

Modules in R
https://cran.r-project.org/package=modules
Other
81 stars 3 forks source link

Stability for long-term use #25

Closed GitHunter0 closed 4 years ago

GitHunter0 commented 4 years ago

Hey man, your package is awesome, great way to organize things!

Do you plan to keep it stable and updated? I would like to start to use it in my long-term projects. Thank you

wahani commented 4 years ago

Hi. Great to hear that!

The package has been stable for quite a while and I am using it in many production code bases; and so do some others. It is only based on base R which itself is extremely stable, and thus far this means no breaking with any new R versions. I appreciate that very much about base R and value backwards compatibility.

I have no plans of abandoning it. At the same time, it does what it's supposed to for now, and there is now big agenda to push it into any other direction, nor do I plan to introduce any new features. I covered a lot of things in unit tests, but you can see the open and closed issues on GitHub: there are some reports once in a while.

Not sure how else to respond. What else would you like to know?

GitHunter0 commented 4 years ago

Man, that's perfect, it was exactly what I needed to know!

And I can see it is as stable as wanted it to be, very cool. Thanks a lot!