Skip to content
Triggered via pull request July 31, 2024 15:18
@PharmCatPharmCat
synchronize #23
dev
Status Failure
Total duration 6m 30s
Artifacts

Documenter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 notice
build: ../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L44
failed to run `@example` block in src/examples.md:66-84 ```@example ncaexample using Plots p = pkplot(ds; typesort = :Subject, pagesort = nothing, filter = Dict(:Formulation => "R")) png(p, "plot1.png") p = pkplot(ds; typesort = :Formulation, pagesort = nothing, legend = true) png(p, "plot2.png") p = pkplot(ds; elim = true, ls = true) png(p[1], "plot3.png") p = pkplot(ds; typesort = :Subject, pagesort = :Formulation) png(p[1], "plot4.png") ``` exception = MethodError: no method matching png(::Pair{Dict{Symbol, String1}, Plots.Plot{Plots.GRBackend}}, ::String) Closest candidates are: png(!Matched::Plots.Plot, ::Any) at ~/.julia/packages/Plots/du2dt/src/output.jl:4 png(::Any) at ~/.julia/packages/Plots/du2dt/src/output.jl:9 Stacktrace: [1] top-level scope @ examples.md:83 [2] eval @ ./boot.jl:368 [inlined] [3] #58 @ ~/.julia/packages/Documenter/qoyeC/src/expander_pipeline.jl:754 [inlined] [4] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/qoyeC/src/expander_pipeline.jl:753 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#57#59"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:511 [8] with_logger @ ./logging.jl:623 [inlined] [9] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(#unused#::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/qoyeC/src/expander_pipeline.jl:752
build: ../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L44
Cannot resolve @ref for md"[`NCAResult`](@ref)" in src/examples.md. - No docstring found in doc for binding `Main.NCAResult`.
build: ../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L44
invalid local link/image: file does not exist in src/examples.md link = @ast MarkdownAST.Image("plot4.png", "") do MarkdownAST.Text("") end
build
Process completed with exit code 1.
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`