tidyfun / tf

S3 classes and methods for tidy functional data
https://tidyfun.github.io/tf/
GNU Affero General Public License v3.0
6 stars 2 forks source link

Better referencing with a bib file #71

Closed m-muecke closed 5 months ago

m-muecke commented 5 months ago

You're referencing quite a bit currently. Another solution for easier referencing of paper etc. would be an approach of using an bibentry file (current setup in mlr3 packages).

This is for example how it looks like in the mlr3fda package: https://github.com/mlr-org/mlr3fda/blob/main/R/bibentries.R and how the referencing is then done in the roxygen: https://github.com/mlr-org/mlr3fda/blob/main/R/TaskRegr_dti.R#L22 and this is how it looks like rendered: https://mlr3fda.mlr-org.com/reference/mlr_tasks_dti.html