rmaia / pavo

tools for the analysis of color data in R
http://pavo.colrverse.com
GNU General Public License v2.0
68 stars 17 forks source link

TESTS: Be agile to future (>= 1.21.0) that fixes an RNG kind mistake for 'sequential' processing #213

Closed HenrikBengtsson closed 3 years ago

HenrikBengtsson commented 3 years ago

This PR fixed Issue #212 such that the tests will work with both future (<= 1.20.1) and future (>= 1.21.0).

Bisaloo commented 3 years ago

Verified on my local computer with the dev version of future (exact commit: https://github.com/HenrikBengtsson/future/commit/df11897af091b149fb84ace04fb6ad1b55228543).

Thanks a lot for the fix!

The failed tests are due to the fact that the latest version of rgl now requires R 4.0. So it's not related to your changes.