Raffaele Mancuso
Raffaele Mancuso
Yes I am still experiencing the issue.
I have removed both `httpgd` and `unigd`, installed from CRAN, and I'm still experiencing the issue.
Here is `sessionInfo` after loading the packages: ``` r$> sessionInfo() R version 4.3.3 (2024-02-29) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Arch Linux Matrix products: default BLAS: /usr/lib/libblas.so.3.12.0 LAPACK: /usr/lib/liblapack.so.3.12.0 locale: [1]...
From my `~/.Rprofile`
``` # .Rprofile # see: https://wiki.archlinux.org/title/R#Profile # The .First function is called after everything else in .Rprofile is executed .First
I'm not an expert of R package development. Is there no way to get a significant backtrace?
I have no experience in developing R packages in another language, but I mean, there must be a way to obtain a useful backtrace
``` ➜ R -d gdb GNU gdb (GDB) 14.2 Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are...
> Thank you very much! I have committed a potential fix to the unigd repo. Could you try installing the latest dev version from there and test if it fixed...
Maybe the [landscape extension for Quarto](https://github.com/quarto-dev/quarto-cli/pull/10581) can help implement this for docx files.