marcpabst / ANOVA.jl

Provides a Simple Way to Calculate ANOVAs From Fitted Linear Models.
Other
21 stars 9 forks source link

add ANOVA failed on julia v1.2 #17

Open babaq opened 4 years ago

babaq commented 4 years ago

I tried to add ANOVA, but got this error:

ERROR: Unsatisfiable requirements detected for package ANOVA [0825541b]: ANOVA [0825541b] log: ├─possible versions are: [0.0.1, 0.1.0] or uninstalled ├─restricted to versions by an explicit requirement, leaving only versions [0.0.1, 0.1.0] ├─restricted by julia compatibility requirements to versions: 0.1.0 or uninstalled, leaving only versions: 0.1.0 └─restricted by compatibility requirements with StatsModels [3eaba693] to versions: 0.0.1 or uninstalled — no versions left └─StatsModels [3eaba693] log: ├─possible versions are: [0.0.1-0.0.2, 0.1.0, 0.2.0-0.2.6, 0.3.0-0.3.1, 0.4.0, 0.5.0, 0.6.0-0.6.3] or uninstalled ├─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: [0.1.0, 0.2.0-0.2.6, 0.3.0-0.3.1, 0.4.0, 0.5.0, 0.6.0-0.6.3] or uninstalled │ └─DataFrames [a93c6f00] log: │ ├─possible versions are: [0.1.0, 0.2.0-0.2.5, 0.3.0-0.3.16, 0.4.0-0.4.3, 0.5.0-0.5.12, 0.6.0-0.6.11, 0.7.0-0.7.8, 0.8.0-0.8.5, 0.9.0-0.9.1, 0.10.0-0.10.1, 0.11.0-0.11.7, 0.12.0, 0.13.0-0.13.1, 0.14.0-0.14.1, 0.15.0-0.15.2, 0.16.0, 0.17.0-0.17.1, 0.18.0-0.18.4, 0.19.0-0.19.3] or uninstalled │ ├─restricted to versions by NeuroAnalysis [088af2c0], leaving only versions [0.1.0, 0.2.0-0.2.5, 0.3.0-0.3.16, 0.4.0-0.4.3, 0.5.0-0.5.12, 0.6.0-0.6.11, 0.7.0-0.7.8, 0.8.0-0.8.5, 0.9.0-0.9.1, 0.10.0-0.10.1, 0.11.0-0.11.7, 0.12.0, 0.13.0-0.13.1, 0.14.0-0.14.1, 0.15.0-0.15.2, 0.16.0, 0.17.0-0.17.1, 0.18.0-0.18.4, 0.19.0-0.19.3] │ │ └─NeuroAnalysis [088af2c0] log: │ │ ├─possible versions are: 1.0.0 or uninstalled │ │ └─NeuroAnalysis [088af2c0] is fixed to version 1.0.0 │ └─restricted to versions 0.19.3 by an explicit requirement, leaving only versions 0.19.3 └─restricted by compatibility requirements with GLM [38e38edf] to versions: 0.6.0-0.6.3 └─GLM [38e38edf] log: ├─possible versions are: [0.2.0-0.2.5, 0.3.0-0.3.2, 0.4.0-0.4.8, 0.5.0-0.5.6, 0.6.0-0.6.1, 0.7.0, 0.8.0-0.8.1, 0.9.0, 0.10.0-0.10.1, 0.11.0, 1.0.0-1.0.2, 1.1.0-1.1.1, 1.2.0, 1.3.0-1.3.1] or uninstalled ├─restricted to versions * by NeuroAnalysis [088af2c0], leaving only versions [0.2.0-0.2.5, 0.3.0-0.3.2, 0.4.0-0.4.8, 0.5.0-0.5.6, 0.6.0-0.6.1, 0.7.0, 0.8.0-0.8.1, 0.9.0, 0.10.0-0.10.1, 0.11.0, 1.0.0-1.0.2, 1.1.0-1.1.1, 1.2.0, 1.3.0-1.3.1] │ └─NeuroAnalysis [088af2c0] log: see above └─restricted to versions 1.3.1 by an explicit requirement, leaving only versions 1.3.1

is the v0.2 not updated on registry, or I have to clone it?

marcpabst commented 4 years ago

is the v0.2 not updated on registry, or I have to clone it?

That would be the problem I guess. I havn't found out how to push the latest version to the registry - a lot has changed since I used Julia a year ago. I will look into it when I have some time.

Cheers, Marc

jbrea commented 4 years ago

Registering should be fairly easy now with the Registrator. The CompatHelper may also be useful.