Christophe Dervieux

Results 1378 comments of Christophe Dervieux

Yes definitely something we should do in **quarto-r** to me. This is feature request already. * https://github.com/quarto-dev/quarto-r/issues/87 Just need to spend some time on a new version there. Though this...

> Could you please make some modifications in install-windows.bat Are you using the bat script or `scoop install tinytex` from the `cderv/r-bucket` ? The scoop installation is just downloading the...

I don't use scoop install but install using the R package **tinytex** and I still get this ```` > kpsewhich -var-value TEXMFHOME C:/Users/chris/AppData/Roaming/TinyTeX/texmf-local ```` I got this as configuration: ````...

Fresh installation after uninstalling and reinstalling give me the same configuration ```` TEXMFHOME = $TEXMFLOCAL ````

> So where might tinytex change when packaging? That is the question :) Looking into it

@yihui some questions about how it is supposed to work I think the issue relies in `texlive.profile` which should be used of the configuration as we do https://github.com/rstudio/tinytex/blob/main/tools/install-windows.bat#L34 We correctly...

OK so I think I found it. The content we see if from installer https://github.com/TeX-Live/installer/blob/fa5010f553f47ff07d8730efe8de944071dd8e2a/install-tl#L1548-L1585 Specifically this : ```perl if ($vars{'instopt_portable'}) { print TMF "TEXMFHOME = \$TEXMFLOCAL\n"; print TMF "TEXMFVAR...

> , whether we (TinyTeX maintainers) or users should delete TeX Live's default TEXMFHOME configuration. This can be done with **tinytex** using `tinytex::tlmgr_conf(c("texmf", "--delete", "TEXMFHOME"))` so a user could run...

The example is indeed not great. This one throw similar but different error backtrace as it errors in `f_rhs()` so earlier ````r > evaluate::evaluate(c("library(gt)", "bob

I had @lionel- have a look into this, and here is the diagnosis he made: --- it looks like formula parts are extracted without their environment and evaluated with `eval_tidy()`,...