/usr/lib/R/site-library/haven/DESCRIPTION is in r-cran-haven 1.1.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | Package: haven
Title: Import and Export 'SPSS', 'Stata' and 'SAS' Files
Version: 1.1.1
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
person("Evan", "Miller",
role = c("aut", "cph"),
comment = "Author of included ReadStat code"
),
person("RStudio", 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: http://haven.tidyverse.org, https://github.com/tidyverse/haven,
https://github.com/WizardMac/ReadStat
BugReports: https://github.com/tidyverse/haven/issues
Depends: R (>= 3.1)
Imports: forcats (>= 0.2.0), hms, Rcpp (>= 0.11.4), readr (>= 0.1.0),
tibble
Suggests: covr, knitr, rmarkdown, testthat
LinkingTo: Rcpp
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
SystemRequirements: GNU make
NeedsCompilation: yes
Packaged: 2018-01-17 20:37:09 UTC; hadley
Author: Hadley Wickham [aut, cre],
Evan Miller [aut, cph] (Author of included ReadStat code),
RStudio [cph, fnd]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2018-01-18 10:31:31 UTC
Built: R 3.4.3; x86_64-pc-linux-gnu; "Mon, 22 Jan 2018 20:08:22 -0600"; unix
|