steno-aarhus / legliv

UK Biobank Project
0 stars 0 forks source link

chore: some basic cleanup #3

Closed lwjohnst86 closed 3 months ago

lwjohnst86 commented 3 months ago

Initial tidying review of code. Read through the commit messages to understand why I did things. Specifically, whenever you use a package for your analysis, use usethis::use_package("packagename") to install it and to set it as a package dependency in the DESCRIPTION file. That way, when you use pak::pak(), it installs everything you need right away.

lwjohnst86 commented 3 months ago

@steno-aarhus/ukbiobank-team Pinging for those interested in learning from another code-review.