RajLabMSSM / echolocatoR

Automated statistical and functional fine-mapping pipeline with extensive API access to datasets.
https://rajlabmssm.github.io/echolocatoR
MIT License
30 stars 11 forks source link

Properly deprecate arguments #106

Closed bschilder closed 1 year ago

bschilder commented 1 year ago

Some arguments have changed in echolocatoR, so I'd to write a function that semi-automatically checks whether they're used, and if so, provides a warning (and passes to the correct updated arg).

bschilder commented 1 year ago

Now done, and made a function to do these check semi-automatically. Exported as this may be generally useful:

echolocatoR::check_deprecated()

Also went back and made sure all other args were documented.