mlrMBO icon indicating copy to clipboard operation
mlrMBO copied to clipboard

fixes from CRAN

Open jakob-r opened this issue 3 years ago • 3 comments

Just transferring ripleys fixes/changes logged here

CRAN package akima has a restricted-use licence. Package interp has a FOSS licence and provides a drop-in replacement for akima's functions

bicubic bicubic.grid bilinear bilinear.grid interp interp2xyz interpp

So please investigate if akima can be replaced by interp, and either submit an updated version or let CRAN and Albrecht Gebhardt know what the issues were, before 2022-07-04 to safely retain your package on CRAN.

Packages DiceEval mlrMBO seem not to use akima at all.

Packages bmstdr dynaTree erpR flipr laGP plgp vegdata do not seem to use akima conditionally, which is expected for all suggested packages and especially for those which are not universally available.

Also not sure why akima was needed.

jakob-r avatar Jul 17 '22 09:07 jakob-r

Ahh, that's where the {interp} issue in the tests comes from. Let's see if the tests are now happy after adding {interp} so suggests and maybe we can directly remove {akima}.

pat-s avatar Aug 02 '22 03:08 pat-s

@jakob-r Am I right to assume that these changes were already commited to mlrMBO on CRAN?

pat-s avatar Aug 29 '22 07:08 pat-s

Yes. As you can see in the linked github cran mirror.

jakob-r avatar Sep 14 '22 11:09 jakob-r