Skip to content

Commit

Permalink
jldoctest needs to load DataFramesMeta to run the tests (JuliaData#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahiki committed Jan 19, 2022
1 parent 13d06a7 commit 11309fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/macros.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,8 @@ See [`@transform`](@ref) for details.
### Examples
```jldoctest
julia> using DataFramesMeta
julia> df = DataFrame(x = 1:5, y = 11:15)
5×2 DataFrame
Row │ x y
Expand Down Expand Up @@ -1687,6 +1689,8 @@ default. See [`@select`](@ref) for details.
### Examples
```jldoctest
julia> using DataFramesMeta
julia> df = DataFrame(x = 1:5, y = 10:14)
5×2 DataFrame
Row │ x y
Expand Down

0 comments on commit 11309fb

Please sign in to comment.