yonisidi
yonisidi
Do you mean [here](https://github.com/jgm/pandoc/blob/59781abef48f115afaf87c5290d5acc287d09a45/src/Text/Pandoc/Writers/Powerpoint/Presentation.hs#L230_L235)?
So the original xml looks like this (after converting to zip and unarchiving the output pptx): ```xml Image Caption ``` Based on this [SO](https://stackoverflow.com/a/59417238/3218296) answer it looks like it gives...
awesome. ty
It is pretty common for us to use obs weights in the models. could there be a cleaner solution for all the non-standard formula pieces that are embedded into brms,...
yes. I set it to that path because it is a shared mount across users the default pak cache dir would be `~/.cache/R/pkgcache` since all users are part of `rstudio`...
if I remove the cache subdirectories and reinit pak it uses $USER as the owner of the cache and works fine for that one $USER, but doesn't allow other users...