timflutre / PlantBreedGame

A serious game to teach plant selective breeding.
https://sourcesup.renater.fr/plantbreedgame/
GNU Affero General Public License v3.0
8 stars 2 forks source link

convert the app into a proper R package #8

Closed timflutre closed 2 months ago

timflutre commented 6 years ago

Not sure if it's a good idea in our case, but here is some info:

https://www.mango-solutions.com/blog/packaging-shiny-applications-a-deep-dive

timflutre commented 6 years ago

Having a proper R package would also clarify the package imports, and would allow testing via R CMD check (see here).

juliendiot42 commented 2 months ago

Since it is packaged with Nix I don't think it is necessary any more.