forked from MilesMcBain/datapasta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.04 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
Package: datapasta
Title: R Tools for Data Copy-Pasta
Version: 3.1.0
Authors@R: c(
person("Miles", "McBain", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2865-2548")),
person("Jonathan", "Carroll", email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1404-5264")),
person("Mark", "Dulhunty", role = "ctb"),
person("Andrew", "Collier", email = "[email protected]", role = "ctb"),
person("Sharla", "Gelfand", email = "[email protected]", role = "aut"))
Description: RStudio addins and R functions that make copy-pasting vectors and tables to text painless.
Depends:
R (>= 3.3.0)
Suggests:
tibble (>= 1.2),
testthat,
knitr,
rmarkdown,
covr,
data.table
Imports:
readr (>= 1.2.0),
clipr (>= 0.3.0),
rstudioapi (>= 0.6)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
URL: https://github.com/milesmcbain/datapasta
BugReports: https://github.com/milesmcbain/datapasta/issues
VignetteBuilder: knitr