Turn unevaluated expressions into character strings.
the deparsed expression
This is a simple utility function for R < 4.0.0 to ensure a string
result (character vector of length one),
typically used in name construction, as util_deparse1(substitute(.))
.
This avoids a dependency on backports
and on R >= 4.0.0.