-
Notifications
You must be signed in to change notification settings - Fork 12
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
TidierData Tidier compat issue via TidierPlots #146
Comments
unfortunately because the v0.7.8 release had a
|
So unfortunately compats are an ongoing issue although this works
clean summary
|
I will look through compats as well. |
I think I've figured out the issue. The released version of TidierPlots limits TidierData versions to 0.15.x. Because TidierData is currently sitting at version 0.16.3, it makes the dependencies incompatible within Tidier, which forces older versions of TIdierPlots and TidierData to be installed. TidierPlots has a more inclusive requirement of "0.15, 0.16, 0.17" in the GitHub main branch, but because it hasn't been released to the registry, it doesn't actually affect anything. I would normally go ahead and release the latest version of TidierPlots to the registry, but it looks like the latest version is failing tests due to a fix that was partially implemented. Will ask @rdboyes to see if that partial fix is straightforward to finish up. Otherwise, we should move the partial fix into a branch, revert main to the latest version that was passing tests, and then to release an update with the updated Project.toml. We could also address #150 and update the Julia version to 1.10 at the same time. |
TidierData > v0.15.2 and Tidier v1.4.0 are incompatible.
This means TidierDB v.3.1 and TidierData v0.15.2 are incompatible.
installing and reinstalling various subpackages, I think the reason is in the TidierPlots Project.toml
Installing TidierPlots v0.7.7 after TidierData force downgrades TidierData to v0.15.2 from v0.16.1.
Tidier v1.4.0 requires
I think fixing the TIdierPlots toml might fix the other issues.
The text was updated successfully, but these errors were encountered: