laresbernardo / lares

Analytics & Machine Learning R Sidekick
https://laresbernardo.github.io/lares/
233 stars 49 forks source link

error due to h2o package #48

Closed AntoineSoetewey closed 1 year ago

AntoineSoetewey commented 1 year ago

Hello,

I'm trying to use the corr_cross() function from the {lares} package, but I encounter an issue, I suppose due to the {h2o} package:

Screenshot 2023-09-05 at 09 39 06

I tried to install the h2o package (install.packages("h2o")) without any success.

Anyone had this issue in the past and managed to fix it?

Any help would be greatly appreciated! Antoine

laresbernardo commented 1 year ago

Hi @AntoineSoetewey thanks for reporting your issue. Please try the following:

After they have been successfully installed, you should be good to go. Also, try resetting your R session while doing these steps to avoid a clash of versions.

AntoineSoetewey commented 1 year ago

This fixes the issue, thanks a lot @laresbernardo!