stephenslab / ldshrink

ldshrink: a one-stop R package for shrinkage estimation of linkage disequilibrium
11 stars 1 forks source link

Revise object documentation based on Wickham book #25

Open xiangzhu opened 5 years ago

xiangzhu commented 5 years ago

Below is a check list of guidelines on files in man/ from Wickham's package book: http://r-pkgs.had.co.nz/man.html

Even as a total newbie to R package development, I know I should not manually edit files in man/ folder most of time ... Hence, this check list should be used together with #22.

Instead of writing these files by hand, we’re going to use roxygen2 which turns specially formatted comments into .Rd files.