RobinHankin / spray

sparse arrays and fast multivariate polynomials
https://robinhankin.github.io/spray/
2 stars 2 forks source link

interoperability with the weyl package #51

Closed RobinHankin closed 1 month ago

RobinHankin commented 1 month ago

The weyl package had an intermittent testing bug [specifically, issue https://github.com/RobinHankin/weyl/issues/19] which is now fixed but the fix requires spray_1.0-26. This is fine in the github universe but I have a problem on CRAN: I can't upload the new weyl package [because it has an unmet dependency], but neither can I upload spray_1.0-26 [because this will "break" weyl].

The fix doesn't really require 1.0-26, I just put that in because some of the examples look kind of weird with the old spray print method.

RobinHankin commented 1 month ago

Was reading the wrong DESCRIPTION file, thankfully I left weyl not needing the newest version of spray, the problem was stokes. So the probem does not exist, as stokes is fine.