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
Fix read_clip_tbl() error with trailing newline and quote characters — append a trailing newline to clipboard content before passing to read.table(), and set default quote="" to prevent single quotes in headers from being interpreted as quote delimiters (#77)
Check for wl-copy non-destructively on Wayland systems, fixing clipboard detection issues (#75, @danielvartan)
Skip tests if clipr is not available (e.g. on CRAN build servers without a display)