epiverse-trace / quickfit

[SUSPENDED] Toolbox of model fitting helper functions
https://epiverse-trace.github.io/quickfit/
Other
2 stars 1 forks source link

Remove dependencies #5

Closed joshwlambert closed 1 year ago

joshwlambert commented 1 year ago

{quickfit} should be a lightweight package in order for it to be easily taken on as a dependency itself in other Epiverse packages. Therefore all current imports should be removed. Ideally only packages that ship with R (e.g. utils, stats) will be taken on as dependencies.

This is linked with #2 in which we aim to reduce as much duplication as possible and avoid writing minimal wrappers around functions from other packages.

joshwlambert commented 1 year ago

This issue was addressed in PR #6. Now closing.