When will the R package be registered at CRAN?
There are no fundamental reasons left why we cannot upload to CRAN. One big blocker was the amalgamation build. Now its a matter of getting the package through the various checks of R CMD check. If someone would like to help with that, that would be greatly appreciated.
DuckDB now builds on Solaris, a first step of suffering on the long road to CRAN
As a side note, duckdb can now be installed using R's install.packages:
R
install.packages("duckdb", repos=c("http://download.duckdb.org/alias/master/rstats/", "http://cran.rstudio.com"))
There are several major issues left before we can submit to CRAN:
Help is appreciated.
@hannesmuehleisen you probably know about this already, but rhub package already has built in functions to run tests with valgrind, sanitizers, etc, and across most platforms (see rhub::platforms()). Tests can run on their remote r-hub; the linux-based ones can also be run locally: https://r-hub.github.io/rhub/articles/local-debugging.html
@cboettig Yes, I know of rhub, we will certainly use them again in preparation. I had recently looked into using their Solaris builder but found it too unstable unfortunately.
any update?
Just sent 0.2.1 to CRAN. Let see what happens.
DuckDB is now on CRAN https://CRAN.R-project.org/package=duckdb
Most helpful comment
DuckDB is now on CRAN https://CRAN.R-project.org/package=duckdb