### What happens? The following sequence of commands crashes R (or RStudio) with fatal error and no output. Other platforms seem to work fine. ### To Reproduce ```r conn <- DBI::dbConnect(duckdb::duckdb()) DBI::dbExecute(conn, "INSTALL 'httpfs';") DBI::dbExecute(conn, "LOAD 'httpfs';") ``` ### OS: Windows 10 ### DuckDB Version: latest ### DuckDB Client: R ### Full Name: Carl Boettiger ### Affiliation: UC Berkeley ### Have you tried this on the latest `master` branch? - [X] I agree ### Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there? - [X] I agree