ThomasSoeiro

Results 10 issues of ThomasSoeiro

Here is a try for #9325 according to @jgm guidance : - The change in the writer needs to be refined but I guess this is the idea. - I...

When writing to a (custom) html template, pandoc does not set `` despite emitting `Defaulting to '' as the title.` However, I am glad with the current behaviour (i.e. warn...

bug

It is currently not possible to prevent `pandoc` from adding attributes to the HTML output from a Markdown input (e.g. `.header`, `.odd`, `.even` in the ReprEx below). It is only...

enhancement
format:HTML
good first issue
writer

### Issue Description and Expected Result When using `package:odbc` with Oracle's OEM driver, the connection is excessively long to establish. Once established, the Connection Pane seems to load objects forever...

Using Oracle, `CURRENT_TIMESTAMP` returns a date-time with an offset in time despite specifying `timezone =` in `dbConnect()`: ```r library(DBI) Sys.setenv(TZ = "Europe/Paris") Sys.time() # [1] "2023-12-14 18:01:37 CET" query

oracle

### System information - **OS Platform and Distribution**: Red Hat Enterprise Linux Server 7.8 (Maipo) - **ggfortify installed from**: CRAN - **ggfortify version**: ggfortify_0.4.14 - **Exact command to reproduce**: see...

It is currently not possible to write a temporary table using `duckdb_read_csv()` directly. To fix this, can we expose the `temporary` parameter in `duckdb_read_csv()`: https://github.com/duckdb/duckdb-r/blob/b13d4050e3096c38a699719a2b5e89fc65106765/R/csv.R#L32-L33 and pass it to the...

feature
help wanted :heart:

The issue discussed in #773 for SQL Server also applies to Oracle. So here is a separate issue as suggested by @simonpcouch. In Oracle, synonyms are available in [{ALL|USER}_SYNONYMS](https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/USER_SYNONYMS.html). Same...

I have trouble understanding how to use `survcheck()`. I do not think there is any issue in the code but maybe the documentation could be improved (in particular regarding the...

Here is a try for #142 @krlmlr: [You suggested](https://github.com/duckdb/duckdb-r/issues/142#issuecomment-2294792558) to modify the SQL and to use `tbl_function()`. I do not understand why it is needed. Cannot we just pass temporary...