-
Notifications
You must be signed in to change notification settings - Fork 64
/
DESCRIPTION
38 lines (38 loc) · 1.32 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
36
37
38
Package: datapasta
Title: R Tools for Data Copy-Pasta
Version: 3.1.1
Authors@R: c(
person("Miles", "McBain", email = "miles.mcbain@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2865-2548")),
person("Jonathan", "Carroll", email = "rpkg@jcarroll.com.au", role = "aut",
comment = c(ORCID = "0000-0002-1404-5264")),
person("Mark", "Dulhunty", role = "ctb"),
person("Andrew", "Collier", email = "andrew@exegetic.biz", role = "ctb"),
person("Sharla", "Gelfand", email = "sharla.gelfand@gmail.com", role = "aut"),
person("Suthira", "Owlarn", email = "suthira.owlarn@gmail.com", role = "aut",
comment = c(ORCID = "0000-0002-3258-1415")),
person("Garrick", "Aden-Buie", email = "garrick@adenbuie.com", role = "aut",
comment = c(ORCID = "0000-0002-7111-0077")))
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,
utils,
covr,
data.table
Imports:
readr (>= 1.2.0),
clipr (>= 0.3.0),
rstudioapi (>= 0.6),
methods
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/milesmcbain/datapasta
BugReports: https://github.com/milesmcbain/datapasta/issues
VignetteBuilder: knitr