Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R is broken #119

Open
chrisroadmap opened this issue Jul 8, 2024 · 0 comments
Open

R is broken #119

chrisroadmap opened this issue Jul 8, 2024 · 0 comments

Comments

@chrisroadmap
Copy link
Owner

The calibration ecosystem relies on the EBM R package which is installed from GitHub (https://github.com/donaldcummins/EBM/tree/v1.1.0).

R package GitHub installability relies on devtools. devtools does not seem to be supported by R>=4.4.0. However, the package Matrix is an indirect dependency of EBM and appears to require R>=4.4.0. This conflict does not on the face of it seem to be resolvable.

Possible solutions:

  • keep hacking away
  • wait for devtools to support R 4.4
  • convince Donald C or some kind soul to re-write the EBM package in python
  • carry on using my MacBook for the calibration step (running R 4.1.1 and older versions of dependencies) - hardly reproducible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant