We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
so ppl can install binaries
The text was updated successfully, but these errors were encountered:
build = FALSE
Testing this now, we have a repo that allows installation of DuckDB via install.packages:
install.packages
install.packages("duckdb", repos=c("http://download.duckdb.org/alias/master/rstats/", "http://cran.rstudio.com"))
This should install the binary build on Windows and OSX and trigger a source build on Linux.
Sorry, something went wrong.
hannes
No branches or pull requests
so ppl can install binaries
The text was updated successfully, but these errors were encountered: