merely-useful / r-rse

ARCHIVED: Activity moved to rostools organization.
Other
11 stars 5 forks source link

Final Exercise for Function development in a package environment #39

Closed cwickham closed 3 years ago

cwickham commented 3 years ago

Very rough, but basic idea is to add two functions to the package: one based on a snippet of code we provide, and one that is only described through functionality and learner needs to figure out code.

Both will need some basic docs, and probably figuring some dependency issues (e.g. snippet might use a function from another package).

Would be really nice if second function requires calling first function to demonstrate building up more complicated functionality, but will depend on final project.

My only concern is, is two functions too much at this stage? Should we limit it to one...then maybe have some optional extensions.