fusen icon indicating copy to clipboard operation
fusen copied to clipboard

Remove spaces in the function name with the RStudio Addin 'Add fusen chunks'

Open MargotBr opened this issue 3 years ago • 1 comments

When there is a mistake in the function name (a space):

Capture d’écran 2022-09-05 à 10 26 51

The space is not removed in the chunks:

Capture d’écran 2022-09-05 à 10 27 16

See to use str_trim() when the chunks are created

MargotBr avatar Sep 05 '22 08:09 MargotBr

We will avoid using {stringr}, but we can probably tweek asciify_name(). It may also benefit to vignettes names.

statnmap avatar Sep 05 '22 08:09 statnmap

This probably goes with: https://github.com/ThinkR-open/fusen/issues/172

statnmap avatar Jun 02 '23 17:06 statnmap