Search found 2 matches

by nicrobe
Tue May 07, 2024 4:38 pm
Forum: Module development
Topic: additional ggplot2 stat layer
Replies: 2
Views: 82797

additional ggplot2 stat layer

I'm trying to develop a module which would plot the result of a cross-tabulation, using 'ggally_crosstable()' function from the 'GGally' package. This function silently uses an additional statistic layer for 'gpplot2', called 'stat_cross' and available in 'ggstats' package. I've declared the importa...
by nicrobe
Tue May 07, 2024 3:29 pm
Forum: Module development
Topic: Magick++
Replies: 1
Views: 18854

Magick++

I'm trying to develop a module using the 'summarytools' package. This package has a dependency on the 'magick' package. While building the module, I get the following error : Package Magick++ was not found in the pkg-config search path. Perhaps you should add the directory containing `Magick++.pc' t...