Fedora disables quarto in its package for R Studio and cannot change that (because too hard to deal with Dart SAAS and Dino)
rstudio started fixing it by searching for a user installed Quarto when the Quarto it normally bundles is not there.
But this has been moved to a low priority backlog-2 list that is 6% complete with 192 open issues and 13 closed.
Possibly the issue will remain unfixed because of misunderstanding on June 8 that was not corrected following an explanation on June 14:
I am not competent to clear that up.
Hopefully there is a simple work around.
I was able to install Quarto to ~/.quarto instead of /opt by modifying the instructions at:
Also ran successful check and produced html and docx output including plot that used jupyter, matplotlib and plotly using gedit to write the hello.qmd file here:
Rendering to pdf failed with existing Fedora TeX installation so I (later) also installed TinyTeX, which worked.
I only need R Studio for the Quarto Visual Editor, which depends on knitr and Rmarkdown and could also have provided the TinyTeX which I ended up installing from Quarto.
Just typing rstudio offered to install rstudio-desktop which I accepted.
The following packages have to be installed:
clang-16.0.5-1.fc38.x86_64 A C language family front-end for LLVM
clang-devel-16.0.5-1.fc38.x86_64 Development header files for clang
clang-tools-extra-16.0.5-1.fc38.x86_64 Extra tools for clang
glyphography-newscycle-fonts-0.5.2-10.fc38.noarch A realist sans-serif font family based on News Gothic
llvm-16.0.5-1.fc38.x86_64 The Low Level Virtual Machine
rstudio-2023.06.0+421-1.fc38.x86_64 RStudio base package
rstudio-desktop-2023.06.0+421-1.fc38.x86_64 Integrated development environment for the R programming language
soci-4.0.3-3.fc38.x86_64 The database access library for C++ programmers
soci-postgresql-4.0.3-3.fc38.x86_64 PostGreSQL back-end for soci
soci-sqlite3-4.0.3-3.fc38.x86_64 SQLite3 back-end for soci
yaml-cpp-0.7.0-3.fc38.x86_64 A YAML parser and emitter for C++
Proceed with changes? [N/y] y
So it proceeded with log to ‘/home/admin/.local/share/rstudio/log/rdesktop.log’
warnings about /usr/include/R missing.
Within RStudio I used the Tools/Install packages… menu to produce .Rhistory:
Extracting its contents does not immediately show me a file that tells me what to do with it and whether I need an R-devel.rpm or where to get one.
Hopefully that was built by them and bundles Quattro while also fitting in to the rest of Fedora 38 despite being built for Fedora 36?
There are several hundred source repositories at:
dnf remove rstudio-desktop {unsure what to do about any debris left over}
Third guess is follow up on suggestion to use:
But that looks intimidating too.
Please provide a short simple instruction for non developer end user to install Posit version of R Studio with working Quarto Visual Editor on Fedora 38.