Error Installing Pehnoptrreports

I'm having trouble installing 'devtools::install_github("akoyabio/phenoptrReports")'

I keep receiving the error below:
'Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘glue’'

Has anyone else ran into this issue and if so, any suggestions to help me download this package?

You are missing a package dependency, try installing it first.

install.packages("glue")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.