Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat authored and PharmCat committed Oct 18, 2023
1 parent d183388 commit fc0285b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
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"
8 changes: 1 addition & 7 deletions docs/src/examples.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
### Example 1 - Continuous and categorical predictors

```@example lmmexample
using Metida, CSV, DataFrames, CategoricalArrays, Plots;
import Pkg
Pkg.activate("MixedModels")
Pkg.add(name="MixedModels", version="3.1.5")
using MixedModels
using Metida, CSV, DataFrames, CategoricalArrays, MixedModels;
rds = CSV.File(joinpath(dirname(pathof(Metida)), "..", "test", "csv", "1fptime.csv"); types = [String, String, Float64, Float64]) |> DataFrame
Expand Down

0 comments on commit fc0285b

Please sign in to comment.