@leonardof,
No idea. Probably I'll have some time to test this stuff tomorrow. Could you share some example of document which causes the problem?
[Just speculating] It might be somewhere either on Quarto, Rstudio or Zotero side. There were several Zotero related issues reported to RStudio upstream, e.g.: https://github.com/rstudio/rstudio/issues/12295, https://github.com/rstudio/rstudio/issues/13152
Generally, Quarto support in RStudio is still buggy, whereas Quarto itself is quite far from 'production ready'.
UPD: I've tested it on Arch machine. All works well
rstudio-desktop: 2023.09.0.463-2
quarto-cli-pre-release: 1.4.392-1
zotero: 6.0.27-1
I have created a new Quarto project in RStudio. When I press @ in visual editor, I can see cite hints, autocompletion works too
I recall, several months ago there was a bug in RStudio resulted to freezes and crashes when highlights appear. As override they suggested to disable them completely with configuration flag. https://github.com/rstudio/rstudio/issues/13188
options(rstudio.help.showDataPreview = FALSE)
I'm just wondering if you have it defined in your ~/.Rprofile ?
Pinned Comments
trap000d commented on 2024-05-16 21:42 (UTC) (edited on 2024-05-28 20:09 (UTC) by trap000d)
A note for users.
This package is quite complex. It MAY not be built because of OTHER issues. I always build, install and test it on at least two different machines. Only after that I would push a new version to AUR.
Please try some generic solutions before reporting of build problems:
1) Update all other packages (sudo pacman -Syu),
2) Clean up yay and/or makepkg caches ('yay -Sc', 'rm -rf /var/tmp/makepkg'),
3) Be sure you've got enough RAM (8 GB or more is highly recommended) and space on disk (at least 3 GB).
4) Is your Internet connection is stable, fast and not blocked somewhere?
trap000d commented on 2022-07-05 20:32 (UTC) (edited on 2022-10-03 06:28 (UTC) by trap000d)
PLEASE READ THIS MESSAGE BEFORE COMPLAINING FOR LIBBOOST
When boost is updated to a new version and you see an error message about missing libboost*.so, you will need to rebuild and reinstall the rstudio-desktop package.
trap000d commented on 2022-02-19 06:20 (UTC) (edited on 2022-02-19 06:21 (UTC) by trap000d)
Build logic is slightly changed due to changes in upstream. As they've introduced new project format (quarto), it contradicted with standard Arch package base. In brief, quarto contains pandoc as part of itself, so it's pretty hard to keep together system pandoc and embedded quarto.
So I've "resolved" it such way: if there is "quarto*" package installed, then rstudio-desktop will pick it up and use. Otherwise (not installed), quarto support in rstudio will be disabled.
'quarto' is added as optional dependency.