svglite icon indicating copy to clipboard operation
svglite copied to clipboard

Perform rlang style argument checking

Open hadley opened this issue 10 months ago • 0 comments

From https://github.com/r-lib/pkgdown/issues/2433, we get this error:

Error:
! Expected string vector of length 1

Which is obviously hard to debug because we don't know what function it is, what argument it is, or what type of value is expected.

hadley avatar Apr 12 '24 12:04 hadley