-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Type: Package
Package: clipr
Title: Read and Write from the System Clipboard
Version: 0.8.0.9000
Authors@R: c(
person("Matthew", "Lincoln", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4387-3384")),
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.
License: GPL-3
URL: https://github.com/mdlincoln/clipr,
http://matthewlincoln.net/clipr/
BugReports: https://github.com/mdlincoln/clipr/issues
Imports:
utils
Suggests:
covr,
knitr,
rmarkdown,
rstudioapi (>= 0.5),
testthat (>= 2.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
SystemRequirements: xclip (https://github.com/astrand/xclip) or
xsel (http://www.vergenet.net/~conrad/software/xsel/) for accessing
the X11 clipboard, or wl-clipboard (https://github.com/bugaevc/wl-clipboard)
for systems using Wayland.