-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.31 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
Package: constructive
Title: Display Idiomatic Code to Construct Most R Objects
Version: 1.1.0
Authors@R: c(
person("Antoine", "Fabri", , "[email protected]", role = c("aut", "cre")),
person("Kirill", "Müller", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-1416-3412")),
person("Jacob", "Scott", , "[email protected]", role = "ctb")
)
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