forked from cran/foreign
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCOPYRIGHTS
More file actions
142 lines (87 loc) · 2.53 KB
/
COPYRIGHTS
File metadata and controls
142 lines (87 loc) · 2.53 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
Various files in this package have different copyrights.
The DFB read/write facilities are based on code originally written
by Nicholas Lewin-Koh and modified by Roger Bivand and Brian Ripley.
R/dbf.R
src/Rdbfread.c
src/Rdbfwrite.c
Copyright 2000-2001 (c) Nicholas Lewin-Koh
Changes for the foreign package (C) 2004-7 R Core Team
src/dbfopen.c
src/shapefil.h
Corrected versions of files from shapelib by Frank Warmerdam. The
original files were (c) 1999, Frank Warmerdam. His code is available
under the MIT or LGPL licence, and the latter is chosen here.
man/read.dbf.Rd
man/write.dbf.Rd
Nicholas Lewin-Koh and Roger Bivand,
Changes for the foreign package (C) 2004 R Core Team
R/R_systat.R
man/read.systat.Rd
Copyright 2004 by Roger Bivand
Changes for the foreign package (C) 2004 R Core Team
src/R_systat.c
Copyright (C) 1990-1992, 2004 Roger Bivand
Patches (C) 2004 B. D. Ripley
src/avl.c
src/avl.h
Copyright (C) 1998-9, 2000 Free Software Foundation, Inc.
Written by Ben Pfaff <blp@gnu.org> (for libAVL:
then <http://www.stanford.edu/~blp/avl/index.html>, now
<http://adtinfo.org/index.html>)
Modified for R foreign package by Saikat DebRoy <saikat@stat.wisc.edu>.
The following files are based on an early version of PSPP
(then <http://www.stanford.edu/~blp/projects.html>, now
<http://benpfaff.org/projects.html>).
src/file-handle.c
src/file-handle.h
src/format.c
src/format.h
src/pfm-read.c
src/pfm-h
src/sfm-read.c
src/sfm.h
src/sfmP.h
Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
Written by Ben Pfaff <blp@gnu.org>.
Modified for R foreign package by Saikat DebRoy <saikat@stat.wisc.edu>
and others.
src/minitab.c
src/SASxport.c
Copyright 1999 Douglas M. Bates <bates@stat.wisc.edu>,
Saikat DebRoy <saikat@stat.wisc.edu>
src/foreign.h
src/spss.c
Copyright 2000 Saikat DebRoy <saikat@stat.wisc.edu>
Thomas Lumley <tlumley@u.washington.edu>
src/stata.c
(c) 1999, 2000, 2001, 2002 Thomas Lumley.
2000 Saikat DebRoy
man/read.dta.Rd
man/write.dta.Rd
man/write.foreign.Rd
Thomas Lumley
man/read.mtp.Rd
Douglas M. Bates
man/read.S.Rd
Duncan Murdoch
man/read.spss.Rd
man/read.xport.Rd
Saikat DebRoy
R/read.ssd.R
man/read.ssd.Rd
(c) 2002 VJ Carey
(c) 2002-7 R Core Team
man/read.systat.Rd
Roger Bivand
R/read.epiinfo.R
(c) 2002-4 Thomas Lumley
Patches (c) 2002 Mark Myatt
src/minitab.c
Patches (c) 2004 Rajarshi Guha
R/octave.R
man/read.octave.Rd
(c) 2004 Stephen Eglen
Enhancements (c) 2004-7 R Core Team
R/writeForeignSAS.R
(c) 2004-5 R Core Team
Enhancements (c) 2006 Stephen Weigand