MUCollective / multiverse

R package for creating explorable multiverse analysis
https://mucollective.github.io/multiverse/
GNU General Public License v3.0
62 stars 5 forks source link

Unorthodox order of suggests / imports #61

Closed mjskay closed 4 years ago

mjskay commented 4 years ago

Any particular reason Suggests are listed above Imports in DESCRIPTION? In most other packages they are listed the other way around (which also matches the order they are shown on CRAN). I don't think it makes a difference except for the potential to create errors due to the unconventional order (I just accidentally put some imports under Suggests when I meant to put them under Imports :) ).

@abhsarma If you don't object I'm going to put them into the more conventional order.

abhsarma commented 4 years ago

Sure, go ahead. Its probably because I wasn't aware of the conventions, and never noticed the need to fix it

mjskay commented 4 years ago

Cool that's what I figured. Will fix.