mikldk / roxytest

Inline testthat tests with roxygen2
95 stars 3 forks source link

Is it necessary to put `roxytest` in `Imports` (`Suggests` won't do)? #1

Closed rorynolan closed 4 years ago

rorynolan commented 4 years ago

Hi there, I love the package but am reluctant to grow the necessary dependencies of my packages (Imports). Is it possible to just put roxytest in Suggests, or could it be modified to allow this? Thanks and keep up the great work, Rory

mikldk commented 4 years ago

Yes, thanks! There is no need to import it. Thanks to @rubak . Please let me know if it is more clear now?

mikldk commented 4 years ago

Hopefully this is now solved and I close this. If you have any questions or comments, please feel free to reopen!

rorynolan commented 4 years ago

This is great, thanks for this!