DBI package for the DuckDB in-process SQL OLAP database
management system.
WWW: https://cran.r-project.org/package=duckdb
Signed-off-by: Christos Longros <chris.longros@gmail.com>
Differential D56048
databases/R-cran-duckdb: new port for DuckDB R interface Authored by chris.longros_gmail.com on Mon, Mar 23, 4:26 PM. Tags None Referenced Files
Subscribers None
Details DBI package for the DuckDB in-process SQL OLAP database WWW: https://cran.r-project.org/package=duckdb Signed-off-by: Christos Longros <chris.longros@gmail.com>
Diff Detail
Event TimelineComment Actions It fails to build: + cp include/to-tar.mk Makevars.duckdb + [ -f duckdb.tar.xz ] + tar --no-xattrs xJf duckdb.tar.xz tar: Must specify one of -c, -r, -t, -u, -x ERROR: configuration failed for package 'duckdb' * removing '/usr/ports/databases/R-cran-duckdb/work/stage/usr/local/lib/R/library/duckdb' *** Error code 1 Comment Actions Fix tar flags: add missing dash before xJf and --no-xattrs for FreeBSD tar compatibility |