dankelley / plan

R package for project planning
https://dankelley.github.io/plan/
33 stars 9 forks source link

New function toBurndown() #20

Closed frankschmitt closed 5 years ago

frankschmitt commented 5 years ago

Adds a new top-level function toBurndown() that creates a burndown object from the given parameters.

I've tried to honour all recommended practices for R packages, but this is the first R package I'm working on in my lifetime, so please let me know what is needed to improve it :-)

dankelley commented 5 years ago

Thanks very much for this, Frank!

dankelley commented 5 years ago

@frankschmitt -- Your name ought to be listed in the 'author' field for this. Care to make another pull request with that added? I'd do it myself, but sometimes people don't want their names listed.

Also, this would mean that I ought to list you as a collaborator in the DESCRIPTION file ... is that OK?