Documenter #714
Annotations
2 errors and 3 warnings
Documentation:
../../../.julia/packages/MCMCDiagnosticTools/wypcp/src/rstar.jl#L158
doctest failure in ~/.julia/packages/MCMCDiagnosticTools/wypcp/src/rstar.jl:158-162
```jldoctest rstar; setup = :(using Random; Random.seed!(101))
julia> using MLJBase, MLJIteration, EvoTrees, Statistics, StatisticalMeasures
julia> samples = fill(4.0, 100, 3, 2);
```
Subexpression:
using MLJBase, MLJIteration, EvoTrees, Statistics, StatisticalMeasures
Evaluated output:
ERROR: ArgumentError: Package StatisticalMeasures not found in current path.
- Run `import Pkg; Pkg.add("StatisticalMeasures")` to install the StatisticalMeasures package.
Stacktrace:
[1] macro expansion
@ ./loading.jl:1630 [inlined]
[2] macro expansion
@ ./lock.jl:267 [inlined]
[3] require(into::Module, mod::Symbol)
@ Base ./loading.jl:1611
Expected output:
diff =
Warning: Diff output requires color.
ERROR: ArgumentError: Package StatisticalMeasures not found in current path.
- Run `import Pkg; Pkg.add("StatisticalMeasures")` to install the StatisticalMeasures package.
Stacktrace:
[1] macro expansion
@ ./loading.jl:1630 [inlined]
[2] macro expansion
@ ./lock.jl:267 [inlined]
[3] require(into::Module, mod::Symbol)
@ Base ./loading.jl:1611
|
Documentation
Process completed with exit code 1.
|
Documentation:
../../../.julia/packages/PlutoStaticHTML/W3k4M/src/build.jl#L371
Expected the `workspace_custom_startup_expr` setting to not be set by someone else; overriding it.
|
Documentation:
../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L203
Unknown keywords:
analytics = G-W1G68W77YV
|
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/
|