libamtrack / ReGenerator

R packagE Generator
MIT License
1 stars 0 forks source link

Choose best solution for repo for R wrapper generator #1

Closed grzanka closed 3 years ago

grzanka commented 3 years ago

Consider couple of options:

Write down pros and cons, taking special care about project release cycle and versioning

Sharon131 commented 3 years ago

Subdirectory: Pros:

Cons:

Another repo as submodule: Pros:

Cons:

Another thing is that to use package generator in Github Action when it is in seperate repo, it would have to be cloned, because submodule does not know it is used as submodule and cannot reference master repo. So, in that case package generator does not need to be a submodule, it could be just a seperate repo.

I think, that seperate repo would be better despite more complicated setup. It should be easier to maintain later.

grzanka commented 3 years ago

I'd opt for new repository