I have an R package that makes technical schematics for geology purposes (StratigrapheR on https://cran.r-project.org/web/packages/StratigrapheR/index.html). The idea is to automate the generation of specific graphics as the one below (modified from Humblet and Boulvain 2000 for reference).
It needs a lot of symbols that I would like the user to easily find and use into R. My basic idea is to import SVG files into different "collections", ideally making these collections open-source, and allowing easy access via GitHub repositories or R packages. But also, each user should be able to make their own symbology easily accessible, or propose their own collection online.
What would be the best way to make collections of SVG available into R while allowing other users to add their own collections ?
