variani / finemapr

Fine-mapping pipeline in R: FINEMAP, CAVIAR, PAINTOR, GCTA-COJO, ABF
GNU General Public License v3.0
28 stars 12 forks source link

Add ggrepel dependency package to Imports list #13

Open remlapmot opened 9 months ago

remlapmot commented 9 months ago

Closes #11

You have used the ggrepel package so this needs to be listed in either the Imports or Suggests list in the DESCRIPTION file, which this PR simply adds.

The current work around is that users need to install ggrepel before installing this package (but that shouldn't really be necessary).

thanks Tom