Hoping for some wisdom and guidance about licensing an R package I created.
My package, knitrProgressBar, rips out the
dplyr::progress_estimated
internal function into essentially it's own
package (to avoid some dependencies and do some custom things with it), and then adds some code for decision logic.
I would like to properly license my package (using the MIT license), and give proper attribution so that others don't have issues using it (and it can be released via CRAN).
dplyr
is licensed under MIT, with RStudio as the copyright holder, and
various individuals listed as authors under Authors at R.
I understand I would list myself as the "creator" in the Authors at R field for knitrProgressBar
, but I'm not sure who should be listed as authors and copyright holders, and how this information needs to be incorporated into the LICENSE file.
Guidance would be very much appreciated.