-
Notifications
You must be signed in to change notification settings - Fork 117
/
DESCRIPTION
48 lines (48 loc) · 1.29 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
Package: haven
Title: Import and Export 'SPSS', 'Stata' and 'SAS' Files
Version: 2.5.4.9000
Authors@R: c(
person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")),
person("Evan", "Miller", role = c("aut", "cph"),
comment = "Author of included ReadStat code"),
person("Danny", "Smith", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Import foreign statistical formats into R via the embedded
'ReadStat' C library, <https://github.com/WizardMac/ReadStat>.
License: MIT + file LICENSE
URL: https://haven.tidyverse.org, https://github.com/tidyverse/haven,
https://github.com/WizardMac/ReadStat
BugReports: https://github.com/tidyverse/haven/issues
Depends:
R (>= 3.6)
Imports:
cli (>= 3.0.0),
forcats (>= 0.2.0),
hms,
lifecycle,
methods,
readr (>= 0.1.0),
rlang (>= 0.4.0),
tibble,
tidyselect,
vctrs (>= 0.3.0)
Suggests:
covr,
crayon,
fs,
knitr,
pillar (>= 1.4.0),
rmarkdown,
testthat (>= 3.0.0),
utf8
LinkingTo:
cpp11
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: GNU make, zlib: zlib1g-dev (deb), zlib-devel (rpm)