Skip to content

clipr 0.3.2

Compare
Choose a tag to compare
@mdlincoln mdlincoln released this 10 Jan 05:36
· 200 commits to main since this release
  • 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 to write_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.