Package: clipr
Type: Package
Title: Read and Write from the System Clipboard
Version: 0.4.1
Authors@R: c(
  person("Matthew", "Lincoln", email = "matthew.d.lincoln@gmail.com", role = c("aut", "cre")),
  person("Louis", "Maddox", role = "ctb"),
  person("Steve", "Simpson", role = "ctb"),
  person("Jennifer", "Bryan", role = "ctb"))
Description: Simple utility functions to read from and write to the Windows,
    OS X, and X11 clipboards.
Imports: utils
SystemRequirements: xclip (https://github.com/astrand/xclip) or xsel
        (http://www.vergenet.net/~conrad/software/xsel/) for accessing
        the X11 clipboard
License: GPL-3
LazyData: TRUE
Suggests: rstudioapi (>= 0.5), testthat, covr
URL: https://github.com/mdlincoln/clipr
BugReports: https://github.com/mdlincoln/clipr/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-06-23 19:32:09 UTC; admin
Author: Matthew Lincoln [aut, cre],
  Louis Maddox [ctb],
  Steve Simpson [ctb],
  Jennifer Bryan [ctb]
Maintainer: Matthew Lincoln <matthew.d.lincoln@gmail.com>
Repository: CRAN
Date/Publication: 2018-06-23 19:47:55 UTC
