You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#works with short namescli::cli_inform("Unzipping {.file C:\\xxxxxxxxxx\\xxxxxxxxxx\\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.zip}")
#doesn't with long namescli::cli_inform("Unzipping {.file C:\\xxxxxxxxxx\\xxxxxxxxxx\\xxxxxxxxxx\\xxxxxxxxxx\\xxxxxxxxxx\\xxxxxxxxxx\\xxxxx xxxxx\\xxxxxxxxxx\\xxx xxxxxx\\xxxxx xxxxx\\xxxxxxxxxx\\xxxxxxxxxxx xxxxxxxxxxxx xxxxxxxx.zip}")
#works with .valcli::cli_inform("Unzipping {.val C:\\xxxxxxxxxx\\xxxxxxxxxx\\xxxxxxxxxx\\xxxxxxxxxx\\xxxxxxxxxx\\xxxxxxxxxx\\xxxxx xxxxx\\xxxxxxxxxx\\xxx xxxxxx\\xxxxx xxxxx\\xxxxxxxxxx\\xxxxxxxxxxx xxxxxxxxxxxx xxxxxxxx.zip}")
This seems to pertain to console width.
This screenshot was taken with getOption("width")==86, but when I stretch my console until getOption("width")==193, the problem disappears and "Unzipping" comes back.
With reprex::reprex(),, everything works as expected (hence the screenshot) although getOption("width")==80.
The text was updated successfully, but these errors were encountered:
Here is a reprex :
This seems to pertain to console width.
This screenshot was taken with
getOption("width")==86
, but when I stretch my console untilgetOption("width")==193
, the problem disappears and "Unzipping" comes back.With
reprex::reprex(),
, everything works as expected (hence the screenshot) althoughgetOption("width")==80
.The text was updated successfully, but these errors were encountered: