-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CompatHelper: bump compat for "StatsModels" to "0.7" (#62)
* CompatHelper: bump compat for "StatsModels" to "0.7" * fixes, compat re-arranging * set progress=false in tests * YASG --------- Co-authored-by: Phillip Alday <[email protected]>
- Loading branch information
1 parent
cea7a0c
commit 7b3a29f
Showing
8 changed files
with
59 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "JellyMe4" | ||
uuid = "19ac8677-9a15-4623-9afd-84acc6165ce7" | ||
authors = ["Phillip Alday <[email protected]>"] | ||
version = "0.2.7" | ||
version = "0.2.8" | ||
|
||
[deps] | ||
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" | ||
|
@@ -17,16 +17,16 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d" | |
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" | ||
|
||
[compat] | ||
CategoricalArrays = "0.7, 0.8, 0.9, 0.10" | ||
DataFrames = "0.20, 0.21, 0.22, 1.0" | ||
Distributions = "0.20, 0.22, 0.23, 0.24, 0.25" | ||
CategoricalArrays = "0.10" | ||
DataFrames = "1" | ||
Distributions = "0.25" | ||
GLM = "1.3" | ||
MixedModels = "3.0, 4.0" | ||
MixedModels = "4" | ||
RCall = "0.13" | ||
RegressionFormulae = "0.1" | ||
StatsBase = "0.31, 0.32, 0.33" | ||
StatsModels = "0.6.8" | ||
Tables = "0.2, 1.0" | ||
StatsModels = "0.6, 0.7" | ||
Tables = "1" | ||
julia = "1.6" | ||
|
||
[extras] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# should we try to install lme4 or even afex automatically at build time? | ||
# should we try to install lme4 or even afex automatically at build time? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7b3a29f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
7b3a29f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/81632
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: