Skip to content

termnames

termnames #332

Triggered via pull request September 2, 2023 02:28
Status Failure
Total duration 3m 45s
Artifacts

docs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/