File tree Expand file tree Collapse file tree 5 files changed +8
-28
lines changed
Expand file tree Collapse file tree 5 files changed +8
-28
lines changed Original file line number Diff line number Diff line change 11Package: duckdb
22Title: DBI Package for the DuckDB Database Management System
3- Version: 1.1.2.9904
3+ Version: 1.1.3
44Authors@R: c(
55 person("Hannes", "Mühleisen", , "
[email protected] ", role = "aut",
66 comment = c(ORCID = "0000-0001-8552-0029")),
Original file line number Diff line number Diff line change 11<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
22
3- # duckdb 1.1.2.9904
4-
5- ## Bug fixes
6-
7- - Avoid compiler warning related to ` Rboolean ` (#594 ).
8-
9- - fix: Avoid compiler warning related to ` Rboolean `
10-
11- - Don't use xz if not available
12-
13- ## Chore
14-
15- - Undef ` TRUE ` and ` FALSE ` (#595 ).
16-
17- ## Testing
18-
19- - Sync tests with duckplyr (#596 ).
20-
21- - test: Sync tests with duckplyr
22-
23- - Skip
24-
25-
26- # duckdb 1.1.2.9903
3+ # duckdb 1.1.3
274
285## Features
296
3714
3815## Chore
3916
17+ - Undef ` TRUE ` and ` FALSE ` (#595 ).
18+
4019- Remove ` enable_materialization ` argument to ` rel_from_altrep_df() ` in favor of creating a new data frame when needed (#588 ).
4120
4221- Flip argument order for ` expr_comparison() ` (#585 ).
4322
4423- Keep ` cleanup ` files to accommodate different build scenarios (#536 ).
4524
25+
4626# duckdb 1.1.2
4727
4828## Features
Original file line number Diff line number Diff line change 44
55# For CI/CD: only compress if expansion is possible too
66if which xz > /dev/null; then
7- git clean -fdx src
7+ if [ -d . git ] ; then git clean -fdx src; fi
88 cd src
99 tar cvJf duckdb.tar.xz duckdb
1010 rm -rf duckdb
Original file line number Diff line number Diff line change 44
55# For CI/CD: only compress if expansion is possible too
66if which xz > /dev/null; then
7- git clean -fdx src
7+ if [ -d . git ] ; then git clean -fdx src; fi
88 cd src
99 find duckdb -type f | egrep ' [.](cc|cpp|h|hpp)$' | xargs dos2unix
1010 tar cvJf duckdb.tar.xz duckdb
Original file line number Diff line number Diff line change 1- duckdb 1.1.2.9903
1+ duckdb 1.1.3
22
33## Cran Repository Policy
44
You can’t perform that action at this time.
0 commit comments