We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc071f1 commit 8f6968eCopy full SHA for 8f6968e
test/runtests.jl
@@ -32,9 +32,9 @@ doctest(TidierFiles)
32
33
@test roundTripDataFrame(df_barley;JSONObjectVector=false)
34
35
- df_budget = read_json("https://raw.githubusercontent.com/vega/vega-datasets/refs/heads/main/data/budget.json")
+ # df_budget = read_json("https://raw.githubusercontent.com/vega/vega-datasets/refs/heads/main/data/budget.json")
36
37
- @test roundTripDataFrame(df_budget)
+ # @test roundTripDataFrame(df_budget)
38
39
df_budgets = read_json("https://raw.githubusercontent.com/vega/vega-datasets/refs/heads/main/data/budgets.json")
40
0 commit comments