Skip to content

Commit 338255d

Browse files
author
hornik
committed
Add bibliographies.
git-svn-id: https://svn.r-project.org/R/trunk@88460 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent e3cd459 commit 338255d

File tree

8 files changed

+2591
-1
lines changed

8 files changed

+2591
-1
lines changed

share/Makefile.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
1414
DISTFILES = Makefile.in
1515

1616
## subdirectories of R_HOME/share
17-
SUBDIRS_WITH_NO_BUILD = R dictionaries encodings licenses make sh texmf java Rd
17+
SUBDIRS_WITH_NO_BUILD = R bibliographies dictionaries encodings licenses make sh texmf java Rd
1818

1919
all: Makefile R
2020

@@ -35,6 +35,7 @@ install: install-message installdirs install-sources
3535
installdirs:
3636
@$(MKINSTALLDIRS) "$(DESTDIR)$(rsharedir)"
3737
@$(MKINSTALLDIRS) "$(DESTDIR)$(rsharedir)/R"
38+
@$(MKINSTALLDIRS) "$(DESTDIR)$(rsharedir)/bibliographies"
3839
@$(MKINSTALLDIRS) "$(DESTDIR)$(rsharedir)/dictionaries"
3940
@$(MKINSTALLDIRS) "$(DESTDIR)$(rsharedir)/encodings"
4041
@$(MKINSTALLDIRS) "$(DESTDIR)$(rsharedir)/java"
@@ -53,6 +54,9 @@ install-sources: installdirs @BUILD_TZONE_TRUE@ install-zoneinfo
5354
@for f in $(srcdir)/R/*.R; do \
5455
$(INSTALL_DATA) $${f} "$(DESTDIR)$(rsharedir)/R"; \
5556
done
57+
@for f in $(srcdir)/bibliographies/*; do \
58+
$(INSTALL_DATA) $${f} "$(DESTDIR)$(rsharedir)//bibliographies"; \
59+
done
5660
@for f in $(srcdir)/dictionaries/*.rds; do \
5761
$(INSTALL_DATA) $${f} "$(DESTDIR)$(rsharedir)/dictionaries"; \
5862
done

share/bibliographies/R.rds

20.2 KB
Binary file not shown.

share/bibliographies/base.R

Lines changed: 293 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,293 @@
1+
bibentry(bibtype = "Book",
2+
key = "R:Becker+Chambers+Wilks:1988",
3+
author = c(person(given = c("Richard", "A."),
4+
family = "Becker"),
5+
person(given = c("John", "M."),
6+
family = "Chambers"),
7+
person(given = c("Allan", "R."),
8+
family = "Wilks")),
9+
title = "The New {S} Language",
10+
publisher = "Chapman and Hall/CRC",
11+
year = "1988",
12+
address = "London")
13+
14+
bibentry(bibtype = "Article",
15+
key = "R:Campbell:1980",
16+
title = "On Temme’s Algorithm for the Modified Bessel Function of the Third Kind",
17+
volume = "6",
18+
.issn = "1557-7295",
19+
doi = "10.1145/355921.355928",
20+
number = "4",
21+
journal = "ACM Transactions on Mathematical Software",
22+
publisher = "Association for Computing Machinery (ACM)",
23+
author = person(given = "J. B.",
24+
family = "Campbell"),
25+
year = "1980",
26+
month = "dec",
27+
pages = "581--586")
28+
29+
bibentry(bibtype = "Article",
30+
key = "R:Campbell:1979",
31+
title = "Bessel functions Jv(x) and Yv(x) of real order and real argument",
32+
volume = "18",
33+
.issn = "0010-4655",
34+
doi = "10.1016/0010-4655(79)90030-4",
35+
number = "1",
36+
journal = "Computer Physics Communications",
37+
publisher = "Elsevier BV",
38+
author = person(given = "J.B.",
39+
family = "Campbell"),
40+
year = "1979",
41+
month = "sep",
42+
pages = "133--142")
43+
44+
bibentry(bibtype = "Article",
45+
key = "R:Cody:1983",
46+
title = "Algorithm 597: sequence of modified Bessel functions of the first kind",
47+
volume = "9",
48+
.issn = "1557-7295",
49+
doi = "10.1145/357456.357462",
50+
number = "2",
51+
journal = "ACM Transactions on Mathematical Software",
52+
publisher = "Association for Computing Machinery (ACM)",
53+
author = person(given = "W. J.",
54+
family = "Cody"),
55+
year = "1983",
56+
month = "jun",
57+
pages = "242--245")
58+
59+
bibentry(bibtype = "Article",
60+
key = "R:Cody:1988",
61+
title = "Algorithm 665: Machar: a subroutine to dynamically determined machine parameters",
62+
volume = "14",
63+
.issn = "1557-7295",
64+
doi = "10.1145/50063.51907",
65+
number = "4",
66+
journal = "ACM Transactions on Mathematical Software",
67+
publisher = "Association for Computing Machinery (ACM)",
68+
author = person(given = "W. J.",
69+
family = "Cody"),
70+
year = "1988",
71+
month = "dec",
72+
pages = "303--311")
73+
74+
bibentry(bibtype = "Article",
75+
key = "R:Goldberg:1991",
76+
title = "What every computer scientist should know about floating-point arithmetic",
77+
volume = "23",
78+
.issn = "1557-7341",
79+
doi = "10.1145/103162.103163",
80+
number = "1",
81+
journal = "ACM Computing Surveys",
82+
publisher = "Association for Computing Machinery (ACM)",
83+
author = person(given = "David",
84+
family = "Goldberg"),
85+
year = "1991",
86+
month = "mar",
87+
pages = "5--48")
88+
89+
bibentry(bibtype = "Article",
90+
key = "R:Hill+Wichmann:1982",
91+
title = "Algorithm AS 183: An Efficient and Portable Pseudo-Random Number Generator",
92+
volume = "31",
93+
.issn = "0035-9254",
94+
doi = "10.2307/2347988",
95+
number = "2",
96+
journal = "Applied Statistics",
97+
publisher = "JSTOR",
98+
author = c(person(given = "I. D.",
99+
family = "Hill"),
100+
person(given = "B. A.",
101+
family = "Wichmann")),
102+
year = "1982",
103+
pages = "188")
104+
105+
bibentry(bibtype = "Book",
106+
key = "R:Knuth:1998",
107+
title = "The Art of Computer Programming, Volume 3: Sorting and Searching",
108+
author = person(given = c("Donald", "E."),
109+
family = "Knuth"),
110+
year = "1998",
111+
edition = "2nd",
112+
publisher = "Addison-Wesley Professional")
113+
114+
bibentry(bibtype = "Article",
115+
key = "R:L_Ecuyer:1999",
116+
title = "Good Parameters and Implementations for Combined Multiple Recursive Random Number Generators",
117+
volume = "47",
118+
.issn = "1526-5463",
119+
doi = "10.1287/opre.47.1.159",
120+
number = "1",
121+
journal = "Operations Research",
122+
publisher = "Institute for Operations Research and the Management Sciences (INFORMS)",
123+
author = person(given = "Pierre",
124+
family = "L'Ecuyer"),
125+
year = "1999",
126+
month = "feb",
127+
pages = "159--164")
128+
129+
bibentry(bibtype = "Article",
130+
key = "R:Marsaglia+Zaman:1994",
131+
title = "Some portable very-long-period random number generators",
132+
volume = "8",
133+
.issn = "0894-1866",
134+
doi = "10.1063/1.168514",
135+
number = "1",
136+
journal = "Computers in Physics",
137+
publisher = "AIP Publishing",
138+
author = c(person(given = "George",
139+
family = "Marsaglia"),
140+
person(given = "Arif",
141+
family = "Zaman")),
142+
year = "1994",
143+
month = "jan",
144+
pages = "117--121")
145+
146+
bibentry(bibtype = "Article",
147+
key = "R:Mielke:1967",
148+
title = "Note on Some Squared Rank Tests with Existing Ties",
149+
volume = "9",
150+
.issn = "1537-2723",
151+
doi = "10.1080/10618600.2000.10474900",
152+
number = "2",
153+
journal = "Technometrics",
154+
publisher = "Informa UK Limited",
155+
author = person(given = "Paul W.",
156+
family = "Mielke"),
157+
year = "1967",
158+
month = "may",
159+
pages = "312--314",
160+
.doi = "10.2307/1390947")
161+
162+
bibentry(bibtype = "Article",
163+
key = "R:Muller+Box:1958",
164+
title = "A Note on the Generation of Random Normal Deviates",
165+
volume = "29",
166+
.issn = "0003-4851",
167+
doi = "10.1214/aoms/1177706645",
168+
number = "2",
169+
journal = "The Annals of Mathematical Statistics",
170+
publisher = "Institute of Mathematical Statistics",
171+
author = c(person(given = "Mervin E.",
172+
family = "Muller"),
173+
person(given = "G. E. P.",
174+
family = "Box")),
175+
year = "1958",
176+
month = "jun",
177+
pages = "610--611")
178+
179+
bibentry(bibtype = "Article",
180+
key = "R:Sedgewick:1986",
181+
title = "A new upper bound for Shellsort",
182+
volume = "7",
183+
.issn = "0196-6774",
184+
doi = "10.1016/0196-6774(86)90001-5",
185+
number = "2",
186+
journal = "Journal of Algorithms",
187+
publisher = "Elsevier BV",
188+
author = person(given = "Robert",
189+
family = "Sedgewick"),
190+
year = "1986",
191+
month = "jun",
192+
pages = "159--173")
193+
194+
bibentry(bibtype = "Article",
195+
key = "R:Simard+L_Ecuyer:2007",
196+
title = "TestU01: A C library for empirical testing of random number generators",
197+
volume = "33",
198+
.issn = "1557-7295",
199+
doi = "10.1145/1268776.1268777",
200+
number = "4",
201+
journal = "ACM Transactions on Mathematical Software",
202+
publisher = "Association for Computing Machinery (ACM)",
203+
author = c(person(given = "Richard",
204+
family = "Simard"),
205+
person(given = "Pierre",
206+
family = "L'Ecuyer")),
207+
year = "2007",
208+
month = "aug",
209+
pages = "1--40")
210+
211+
bibentry(bibtype = "Article",
212+
key = "R:Singleton:1969",
213+
title = "Algorithm 347: an efficient algorithm for sorting with minimal storage [M1]",
214+
volume = "12",
215+
.issn = "1557-7317",
216+
doi = "10.1145/362875.362901",
217+
number = "3",
218+
journal = "Communications of the ACM",
219+
publisher = "Association for Computing Machinery (ACM)",
220+
author = person(given = "Richard C.",
221+
family = "Singleton"),
222+
year = "1969",
223+
month = "mar",
224+
pages = "185--187")
225+
226+
bibentry(bibtype = "Article",
227+
key = "R:Sookne:1973",
228+
title = "Bessel functions I and J of complex argument and integer order",
229+
volume = "77B",
230+
.issn = "0098-8979",
231+
doi = "10.1007/BF00153065",
232+
number = "3 and 4",
233+
journal = "Journal of Research of the National Bureau of Standards, Section B: Mathematical Sciences",
234+
publisher = "National Institute of Standards and Technology (NIST)",
235+
author = person(given = "David J.",
236+
family = "Sookne"),
237+
year = "1973",
238+
month = "jul",
239+
pages = "111",
240+
.doi = "10.1007/bf00153065")
241+
242+
bibentry(bibtype = "Article",
243+
key = "R:Sutherland+Wyatt+Olshen:1989",
244+
title = "Gait Analysis and the Bootstrap",
245+
volume = "17",
246+
.issn = "0090-5364",
247+
doi = "10.1080/01621459.1976.10480965",
248+
number = "4",
249+
journal = "The Annals of Statistics",
250+
publisher = "Institute of Mathematical Statistics",
251+
author = c(person(given = "David H.",
252+
family = "Sutherland"),
253+
person(given = "Marilynn P.",
254+
family = "Wyatt"),
255+
person(given = "Richard A.",
256+
family = "Olshen"),
257+
person(given = "Edmund N.",
258+
family = "Biden")),
259+
year = "1989",
260+
month = "dec",
261+
.doi = "10.2307/2286857")
262+
263+
bibentry(bibtype = "Article",
264+
key = "R:Temme:1976",
265+
title = "On the numerical evaluation of the ordinary bessel function of the second kind",
266+
volume = "21",
267+
.issn = "0021-9991",
268+
doi = "10.1016/0021-9991(76)90032-2",
269+
number = "3",
270+
journal = "Journal of Computational Physics",
271+
publisher = "Elsevier BV",
272+
author = person(given = "N.M",
273+
family = "Temme"),
274+
year = "1976",
275+
month = "jul",
276+
pages = "343--350")
277+
278+
bibentry(bibtype = "Article",
279+
key = "R:Traub+Jenkins:1972",
280+
title = "Algorithm 419: zeros of a complex polynomial [C2]",
281+
volume = "15",
282+
.issn = "1557-7317",
283+
doi = "10.1145/361254.361262",
284+
number = "2",
285+
journal = "Communications of the ACM",
286+
publisher = "Association for Computing Machinery (ACM)",
287+
author = c(person(given = "J. F.",
288+
family = "Traub"),
289+
person(given = "M. A.",
290+
family = "Jenkins")),
291+
year = "1972",
292+
month = "feb",
293+
pages = "97--99")

0 commit comments

Comments
 (0)