morinlab / GAMBLR

Set of standardized functions to operate with genomic data
https://morinlab.github.io/GAMBLR/
MIT License
3 stars 2 forks source link

Function examples should not extend over 100 characters per line #175

Closed mattssca closed 1 year ago

mattssca commented 1 year ago

All function examples need to be revisited and split up into lines with max 100 characters per line. If > 100 characters per line, such lines will be truncated in the PDF manual.

Example:

  Rd file 'sanitize_maf_data.Rd':
    \examples lines wider than 100 characters:
       secure_maf = "/projects/rmorin/projects/gambl-repos/gambl-rmorin/results/icgc_dart/slms-3_vcf2maf_current/level_3/final_merged_grch37.C ... [TRUNCATED]

These lines will be truncated in the PDF manual.

I am self-assigning this.