MichaelChirico commented on issue #24885: [SPARK-28040][R] Add serialization for glue type URL: https://github.com/apache/spark/pull/24885#issuecomment-532647509 I would say it's pretty popular and widely used. It's part of the `tidyverse`: https://github.com/tidyverse/glue It has 165 direct reverse-depends (packages importing, depending, or suggesting `glue`): ``` devtools::revdep('glue', c('Depends', 'Imports', 'Suggests'), bioconductor = TRUE) ``` And recursively 13,997 packages depend on `glue` (6,016 of which are directly, i.e. excluding `Suggest`ed dependencies). Will add a quick note to the PR description.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
