Could the rlemon dependency be declared in Suggests rather than Imports, just as the relaxiv dependency is? If so, it would be helpful in situations where one can get relax-iv but not rlemon to build (cf rlemon#43). In R/* I find exactly one token each of rlemon and relaxiv (excluding instances of just the strings), at fmatch.R#L225 and fmatch.R#243, respectively. This suggested to me that maybe we could get away with giving them the same treatment within DESCRIPTION.
Could the rlemon dependency be declared in
Suggestsrather thanImports, just as the relaxiv dependency is? If so, it would be helpful in situations where one can get relax-iv but not rlemon to build (cf rlemon#43). In R/* I find exactly one token each ofrlemonandrelaxiv(excluding instances of just the strings), at fmatch.R#L225 and fmatch.R#243, respectively. This suggested to me that maybe we could get away with giving them the same treatment within DESCRIPTION.