Skip to content

Commit

Permalink
add duckplyr to report.R solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Oct 4, 2024
1 parent 5d09d6d commit 2e36965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _report/report.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ get_report_status_file = function(path=getwd()) {
file.path(path, "report-done")
}
get_report_solutions = function() {
c("collapse", "data.table", "dplyr", "pandas", "pydatatable", "spark", "dask", "juliadf", "juliads", "clickhouse", "cudf", "polars", "duckdb", "datafusion", "arrow", "R-arrow")
c("collapse", "data.table", "dplyr", "duckplyr", "pandas", "pydatatable", "spark", "dask", "juliadf", "juliads", "clickhouse", "cudf", "polars", "duckdb", "datafusion", "arrow", "R-arrow")
}
get_data_levels = function() {
## groupby
Expand Down

0 comments on commit 2e36965

Please sign in to comment.