-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
61 lines (61 loc) · 1.34 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: constructive
Title: Display Idiomatic Code to Construct Most R Objects
Version: 1.0.1.9000
Authors@R:
c(person(given = "Antoine",
family = "Fabri",
email = "antoine.fabri@gmail.com",
role = c("aut", "cre")),
person(given = "Kirill",
family = "Müller",
role = "ctb",
email = "kirill@cynkra.com",
comment = c(ORCID = "0000-0002-1416-3412")))
Description: Prints code that can be used to recreate R objects. In a
sense it is similar to 'base::dput()' or 'base::deparse()' but
'constructive' strives to use idiomatic constructors.
License: MIT + file LICENSE
URL: https://github.com/cynkra/constructive,
https://cynkra.github.io/constructive/
BugReports: https://github.com/cynkra/constructive/issues
Imports:
cli,
diffobj,
methods,
rlang (>= 1.0.0),
waldo
Suggests:
bit64,
blob,
clipr,
data.table,
DiagrammeR,
DiagrammeRsvg,
dm,
dplyr,
forcats,
ggplot2,
knitr,
lubridate,
pixarfilms,
prettycode,
R6,
reprex,
rmarkdown,
roxygen2,
rstudioapi,
scales,
sf,
testthat (>= 3.0.0),
tibble,
tidyselect,
vctrs,
withr,
xts,
zoo
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000