You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#249 sets duecredit up as an optional dependency, but the devs should decide whether they want it as an optional or required dependency.
duecredit is a package for associating citations with code. The developer add decorators to functions with the appropriate citations for those functions. Then, when the users runs the code, they can use a duecredit command to collect all citations for all functions run, and get an annotated bibliography that they can incorporate into their manuscript.
I vote optional, FWIW. That's how we do it in tedana and NiMARE. The drawback is that making it an optional dependency means we need to include the due.py stub file in the repository to prevent import errors.
Summary
#249 sets duecredit up as an optional dependency, but the devs should decide whether they want it as an optional or required dependency.
duecredit is a package for associating citations with code. The developer add decorators to functions with the appropriate citations for those functions. Then, when the users runs the code, they can use a duecredit command to collect all citations for all functions run, and get an annotated bibliography that they can incorporate into their manuscript.
Additional detail
This stems from #249 (review).
Next Steps
The text was updated successfully, but these errors were encountered: