You generally have this error when a is not found in current installed packages during deployment. Can you check you have glue installed in your R session ? If so, see where it is ?
You could even reinstall ggplot to update it, and see if it free things up
However, the version of glue in .libPaths()[1] is version 1.2.0 and the version of glue in .libPaths()[2] is 1.3.0. Perhaps I need to point my deployment towards the more up-to-date version of glue during deployment?
If your question's been answered (even by you!), would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it: