Skip to content

Commit 34a7525

Browse files
author
hornik
committed
Updated.
git-svn-id: https://svn.r-project.org/R/trunk@88465 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 6d2efbc commit 34a7525

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

share/bibliographies/R.rds

314 Bytes
Binary file not shown.

share/bibliographies/base.R

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,42 @@ bibentry(bibtype = "Article",
4141
month = "sep",
4242
pages = "133--142")
4343

44+
bibentry(bibtype = "Book",
45+
key = "R:Chambers+Hastie:1992",
46+
author = c(person(given = c("John", "M."),
47+
family = "Chambers"),
48+
person(given = c("Trevor", "J."),
49+
family = "Hastie")),
50+
title = "Statistical Models in {S}",
51+
publisher = "Chapman \\& Hall",
52+
year = "1992",
53+
address = "London",
54+
isbn = "9780412830402",
55+
publisherurl = "http://www.crcpress.com/product/isbn/9780412830402")
56+
57+
bibentry(bibtype = "Book",
58+
key = "R:Chambers:1998",
59+
author = person(given = c("John", "M."),
60+
family = "Chambers"),
61+
title = "Programming with Data",
62+
publisher = "Springer",
63+
year = "1998",
64+
address = "New York",
65+
isbn = "978-0-387-98503-9",
66+
publisherurl = "https://www.springer.com/978-0-387-98503-9")
67+
68+
bibentry(bibtype = "Book",
69+
key = "R:Chambers:2008",
70+
author = person(given = c("John", "M."),
71+
family = "Chambers"),
72+
title = "Software for Data Analysis: Programming with {R}",
73+
publisher = "Springer",
74+
year = "2008",
75+
address = "New York",
76+
isbn = "978-0-387-75935-7",
77+
url = "http://statweb.stanford.edu/~jmc4/Rbook/",
78+
publisherurl = "https://www.springer.com/book/978-0-387-75935-7")
79+
4480
bibentry(bibtype = "Article",
4581
key = "R:Cody:1983",
4682
title = "Algorithm 597: sequence of modified Bessel functions of the first kind",

0 commit comments

Comments
 (0)