bertcarnell / lhs

Provides a number of methods for creating and augmenting Latin Hypercube Samples and Orthogonal Array Latin Hypercube Samples
https://bertcarnell.github.io/lhs/
GNU General Public License v3.0
41 stars 8 forks source link

Set minimal required R version to 3.3.0 #24

Closed mllg closed 3 years ago

mllg commented 4 years ago

I've just tested lhs with 3.3.3, it seems to work fine. If you'd change the minimal required version, this would be one less hoop to jump through in our CI setup for mlr3.

bertcarnell commented 4 years ago

Could you tell me more about what this change would save you? I appreciate that you've tested it back with R-3.3.3, but I would also have to do the same testing. With the number of reverse dependencies on lhs, a new release, even for something this simple, is not an easy job.