clipr 0.3.2
- Suppress an erroneous warning on OS X / X11 systems when trying to write an
empty string to the clipboard. - Fix error when
NA
is passed towrite_clip()
. This will now write"NA"
to
the clipboard. - Fix error when passing
NULL
or an empty vector (e.g.character(0)
). This
will now write""
to the clipboard.