unhcr-dataviz / unhcrthemes

UNHCR branded theme for ggplot2 and data visualization colour palettes
https://unhcr-dataviz.github.io/unhcrthemes/
Other
18 stars 7 forks source link

theme_unhcr_map #34

Closed zanmat closed 8 months ago

zanmat commented 8 months ago

Is theme_unhcr_map still an available function in unhcrthemes? The examples on UNHCR DataViz still use it but it now returns an error:

Error: 'theme_unhcr_map' is not an exported object from 'namespace:unhcrthemes' --     |    

This worked fine before, so it might be a recent change?

vidonne commented 8 months ago

The function theme_unhcr_map doesn't exist anymore. It has been replaced by the theme_unhcr(void = TRUE) approach, you can find an example in action in our 30DayMapChallenge2023 repo.

You're right we need to update the UNHCR Dataviz Platform but we are working on a new backend for the platform so it will most likely come together with the migration.