Update CI.yml #60
Annotations
6 warnings and 1 notice
../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L46
invalid doctest block in ~/work/VegCurveFit.jl/VegCurveFit.jl/src/Smooth/Whittaker/lambda_init.jl:28-32
Requires `julia> ` or `# output`
```jldoctest
y = rand(100)
coef = [0.9809, 0.7247, -2.6752, -0.3854, -0.0604]; # Terra EVI
lambda_init(y, coef)
```
|
../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L46
invalid local link/image: file does not exist in src/index.md
link =
@ast MarkdownAST.Link("URL: http://dl.acm.org/citation.cfm?id=180916", "") do
MarkdownAST.Text("Eilers P. H. C, 1994")
end
|
../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L46
22 docstrings not included in the manual:
VegCurveFit.init_param :: Union{Tuple{Any, Any}, Tuple{Any, Any, Any}}
VegCurveFit.wTSM :: Union{Tuple{T}, Tuple{AbstractVector{T}, AbstractVector{T}, AbstractVector{T}}} where T<:Real
VegCurveFit.sgmat_B :: Tuple{Matrix{Int64}}
VegCurveFit.wBisquare :: Union{Tuple{T2}, Tuple{T}, Tuple{AbstractVector{T}, AbstractVector{T}, AbstractVector{T2}}} where {T<:AbstractFloat, T2<:AbstractFloat}
VegCurveFit.lambda_init :: Union{Tuple{AbstractVector{T}}, Tuple{T}, Tuple{AbstractVector{T}, AbstractVector{Float64}}} where T<:Real
VegCurveFit.optim_pheno :: Union{Tuple{Any, input_struct}, Tuple{Any, input_struct, Function}}
VegCurveFit.wSG! :: Union{Tuple{FT}, Tuple{AbstractVector{FT}, AbstractVector{FT}, AbstractVector{FT}}} where FT<:Real
VegCurveFit.lambda_vcurve :: Union{Tuple{T2}, Tuple{T}, Tuple{AbstractVector{T}, AbstractVector{T2}}} where {T<:Real, T2<:Real}
VegCurveFit.goal :: Union{Tuple{T}, Tuple{T, Function, input_struct}} where T<:Vector{Float64}
VegCurveFit.interm_SG
VegCurveFit.multiply_w_sqrt :: Tuple{AbstractMatrix, AbstractVector}
VegCurveFit.smooth :: Tuple{Any, Any, Vararg{Any}}
VegCurveFit.doubleLog_Beck! :: Union{Tuple{T2}, Tuple{T}, Tuple{AbstractVector{T}, AbstractVector{T}, AbstractVector{T2}}} where {T<:Real, T2<:Real}
VegCurveFit.date_ticks :: Tuple{Any, Any}
VegCurveFit.smooth_whit :: Tuple{Any, Any, Vararg{Any}}
VegCurveFit.doubleLog_AG! :: Union{Tuple{T2}, Tuple{T}, Tuple{AbstractVector{T}, AbstractVector{T}, AbstractVector{T2}}} where {T<:Real, T2<:Real}
VegCurveFit.get_extentI :: Tuple{AbstractVector, Any, Any, Any}
VegCurveFit.lambda_cv :: Union{Tuple{T2}, Tuple{T}, Tuple{AbstractVector{T}, AbstractVector{T2}}} where {T<:Real, T2<:Real}
VegCurveFit.get_ylu :: Tuple{AbstractVector{<:Real}, AbstractVector{<:Real}}
VegCurveFit.kurtosis :: Union{Tuple{AbstractVector{T}}, Tuple{T}} where T<:Real
VegCurveFit.curvefits :: Union{Tuple{T}, Tuple{AbstractVector{T}, Any, AbstractVector{T}, Vector{Float64}, Integer, Any}} where T<:Real
VegCurveFit.filter_peaks :: Tuple{DataFrames.DataFrame}
These are docstrings in the checked modules (configured with the modules keyword)
that are not included in canonical @docs or @autodocs blocks.
|
../../../.julia/packages/Documenter/qoyeC/src/deploydocs.jl#L533
removing `stable` and linking `stable` to `v0.1.1`.
|
../../../.julia/packages/Documenter/qoyeC/src/deploydocs.jl#L533
removing `v0.1` and linking `v0.1` to `v0.1.1`.
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|
This job succeeded
Loading