Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uptesting strategy is not portable to windows #121
Comments
|
more proof from |
made testing strategy portable (fixes #121)

As of #108 , we added a bunch of new stuff to make our code testable on CRAN.
To make forward progress on the issues faced in that PR, we made a choice to use an approach that is Linux-specific (calling
which -a R).Addressing this issue means replacing this: https://github.com/UptakeOpenSource/pkgnet/blob/master/R/testing_utils.R#L46 or wrapping it in some kind of if-else statement of the form