Skip to content

agg and window docs #323

agg and window docs

agg and window docs #323

Triggered via pull request February 15, 2025 03:26
Status Failure
Total duration 1m 39s
Artifacts

Documenter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
build: ../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L32
failed to run `@example` block in src/examples/generated/UserGuide/agg_window.md:75-82 ```@example agg_window @chain t(dfv) begin @group_by cyl @window_order mpg @Mutate(row_id = row_number()) @collect end ``` value = UndefVarError: `dfv` not defined in `Main.__atexample__named__agg_window` Suggestion: check for spelling errors or missing imports.
build
Process completed with exit code 1.