tiernanmartin / drakepkg

Demonstrate A Drake Workflow Package
Other
29 stars 5 forks source link

Consider eventually uploading to https://github.com/wlandau/drake-examples #4

Open wlandau opened 6 years ago

wlandau commented 6 years ago

That way, once I merge https://github.com/ropensci/drake/pull/491, users will be able to download the project with drake_example("drakepkg"), and it will show up in drake_examples(). Ref: https://github.com/ropensci/drake/issues/490.

tiernanmartin commented 6 years ago

The drake-examples repo definitely seems like the right place for this to live.

Once I've had time to work through your suggested revisions I will begin the transfer. BTW -- how does one upload a repo to another repo?

wlandau commented 6 years ago

Glad you think so too.

git submodules are one way to manage nested projects, but not always the recommended solution. I think the standard fork and pull model may be enough.

Communication will be key for the drake-examples repo because (hopefully) code will arrive from a variety of owners. Feel free to include your own CONTRIBUTING.md file to state your preferences: for example, that all changes come through as pull requests reviewed by you.