Skip to content

Commit

Permalink
Merge pull request #38 from PharmCat/dev2
Browse files Browse the repository at this point in the history
Dev2
  • Loading branch information
PharmCat authored Oct 19, 2023
2 parents 7fbfb8d + 2feaeed commit 5dda03f
Show file tree
Hide file tree
Showing 9 changed files with 131 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: "1"
version: "1.8"
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "a1dec852-9fe5-11e9-361f-8d9fde67cfa2"
keywords = ["lenearmodel", "mixedmodel"]
desc = "Mixed-effects models with flexible covariance structure."
authors = ["Vladimir Arnautov <mail@pharmcat.net>"]
version = "0.14.7"
version = "0.14.8"

[deps]
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
Expand Down
22 changes: 12 additions & 10 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
MixedModels = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Documenter = "≥0.26"
Plots = "≥1"
StatsPlots = "≥0.14"
CategoricalArrays = "≥0.9, 0.10"
CSV = "≥0.8"
DataFrames = "≥1"
Distributions = "≥0.25"
Documenter = "≥0.26"
MixedModels = "≥4.14"
Plots = "≥1"
PrettyTables = "1, 2"
StatsBase = "≥0.33"
Distributions = "≥0.25"
CategoricalArrays = "≥0.9, 0.10"
StatsPlots = "≥0.14"
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ makedocs(
"API" => "api.md",
"Citation & Reference" => "ref.md",
],
checkdocs = :exports
)
#=
makedocs(format = DocumenterLaTeX.LaTeX(),
Expand Down
Loading

2 comments on commit 5dda03f

@PharmCat
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

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/93719

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:

git tag -a v0.14.8 -m "<description of version>" 5dda03fffb67d72bb2a994c763e55dadc9089670
git push origin v0.14.8

Please sign in to comment.