Description
One of the crucial elements we want to have in this template is a plot output. This is implemented in /inst/qml/Parabola.qml and related files. It works fine on Windows and Mac.
Problem
However, it doesn't work in Ubuntu (at least not on my 22.04). The error message is:
unable to load shared object
'/home/pablo/.cache/R/renv/cache/v5/linux-ubuntu-jammy/R-4.5/x86_64-
pc-linux-gnu/ragg/1.4.0/1591adde9ce8ff7de58072e4a32b66ce/ragg/libs/ragg.so':
libtiff.so.5: cannot open shared object file: No such file or directory
I remember this was a known problem for Linux (although it doesn't seem to be a problem for plots in other packages). Any idea about how can I solve it? Perhaps using a different engine than ggplot2?
Description
One of the crucial elements we want to have in this template is a plot output. This is implemented in
/inst/qml/Parabola.qmland related files. It works fine on Windows and Mac.Problem
However, it doesn't work in Ubuntu (at least not on my 22.04). The error message is:
I remember this was a known problem for Linux (although it doesn't seem to be a problem for plots in other packages). Any idea about how can I solve it? Perhaps using a different engine than
ggplot2?