termnames #332
Annotations
2 errors and 1 warning
Documentation:
../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L32
invalid doctest block in ~/work/StatsModels.jl/StatsModels.jl/src/statsmodel.jl:122-126
Requires `julia> ` or `# output`
```jldoctest
julia> termnames(@formula(y ~ 1 + x * y + (1+x|g)))
termnames( @formula(y ~ 1 + log(x) * log(y) + (1+x|g)))
("y", ["1", "log(x)", "log(y)", "log(x) & log(y)", "(1 + x) | g"])
```
|
Documentation
Process completed with exit code 1.
|
Documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|