File: copyright

package info (click to toggle)
r-cran-haven 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,164 kB
  • sloc: ansic: 22,714; cpp: 1,001; makefile: 2
file content (68 lines) | stat: -rw-r--r-- 2,412 bytes parent folder | download | duplicates (4)
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
62
63
64
65
66
67
68
This is the Debian GNU/Linux r-cran-haven package of haven.  The haven
package provides functions to import 'foreign' statistical formats
into R via the embedded 'ReadStat' C library. It was written by Hadley
Wickham, with Evan Miller having writing ReadStat.

This package was created by Dirk Eddelbuettel <edd@debian.org>.
The sources were downloaded from the main CRAN site
	http://cran.r-project.org/src/contrib/
and are also available from all CRAN mirrors as e.g.
	http://cran.us.r-project.org/src/contrib/

The package was renamed from its upstream name 'haven' to
'r-cran-haven' to fit the pattern of CRAN (and non-CRAN)
packages for R.

Files: *
Copyright: 2013 - 2017  Hadley Wickham
Copyright: 2013 - 2017  RStudio
License: MIT

File: src/readstat/*
Copyright: 2010 - 2017  Evan Miller
License: MIT

Files: debian/*
Copyright: 2017  Dirk Eddelbuettel <edd@debian.org>
License: GPL-2+

On a Debian GNU/Linux system, the GPL license (version 2) is included
in the file /usr/share/common-licenses/GPL-2. 

For reference, the upstream DESCRIPTION file is included below:

   Package: haven
   Version: 1.1.0
   Title: Import and Export 'SPSS', 'Stata' and 'SAS' Files
   Description: Import foreign statistical formats into R via the embedded
       'ReadStat' C library, <https://github.com/WizardMac/ReadStat>.
   License: MIT + file LICENSE
   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"))
     )
   Depends: R (>= 3.1.0)
   Suggests: testthat, knitr, rmarkdown, covr
   LinkingTo: Rcpp
   Imports: Rcpp (>= 0.11.4), readr (>= 0.1.0), hms, tibble, forcats (>=
           0.2.0)
   LazyData: true
   URL: http://haven.tidyverse.org, https://github.com/tidyverse/haven,
           https://github.com/WizardMac/ReadStat
   BugReports: https://github.com/hadley/haven/issues
   VignetteBuilder: knitr
   SystemRequirements: GNU make
   RoxygenNote: 6.0.1
   Encoding: UTF-8
   NeedsCompilation: yes
   Packaged: 2017-07-08 15:47:00 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: 2017-07-09 06:40:47 UTC