steno-aarhus / osdc

Open-Source Diabetes Classifier: an R package to classify diabetes status in Danish registers
https://steno-aarhus.github.io/osdc/
Other
1 stars 1 forks source link

refactor: remove code that isn't relevant to the overall design #58

Closed lwjohnst86 closed 6 months ago

lwjohnst86 commented 6 months ago

Mostly this is code like rm(), saveRDS(), etc. Don't need to keep them.

Also removed the steps.R file, since it doesn't contain code that is necessary for us implementing the algorithm.

This doesn't need a thorough review, since much of the code we'll start from scratch and use this code in dev/ for further clarification/inspiration.

Closes #55