-
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.
Option for no sorting in
caterpillarplot!
(#12)
* Zenodo badge * orderby nothing * patch bump * remove extra newline * use the correct index * drop support for julia-1.5 * swap to PNG due to SVG bug * sorting note * Tighten the code a bit. Co-authored-by: Douglas Bates <[email protected]>
- Loading branch information
Showing
6 changed files
with
21 additions
and
8 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
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 = "MixedModelsMakie" | ||
uuid = "b12ae82c-6730-437f-aff9-d2c38332a376" | ||
authors = ["Phillip Alday <[email protected]> and contributors"] | ||
version = "0.1.0" | ||
authors = ["Phillip Alday <[email protected]>, Douglas Bates <[email protected]> and contributors"] | ||
version = "0.1.1" | ||
|
||
[deps] | ||
AbstractPlotting = "537997a7-5e4e-5d89-9595-2241ea00577e" | ||
|
@@ -13,7 +13,7 @@ MixedModels = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316" | |
AbstractPlotting = "0.18" | ||
DataFrames = "1" | ||
MixedModels = "3.6, 4" | ||
julia = "1.5" | ||
julia = "1.6" | ||
|
||
[extras] | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,4 @@ module MixedModelsMakie | |
include("caterpillar.jl") | ||
include("xyplot.jl") | ||
|
||
end | ||
end # module |
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
135ab62
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
135ab62
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/36910
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: