Skip to content

Commit fa173a3

Browse files
author
hornik
committed
Updated.
git-svn-id: https://svn.r-project.org/R/trunk@88715 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 18ee4bf commit fa173a3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

share/bibliographies/datasets.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ bibentry(bibtype = "Book",
12361236

12371237
bibentry(bibtype = "TechReport",
12381238
key = "R:Freeny:1977",
1239-
author = person(given = c("A.", "E."),
1239+
author = person(given = c("Anne", "E."),
12401240
family = "Freeny"),
12411241
title = "A Portable Linear Regression Package with Test Programs",
12421242
institution = "Bell Laboratories",

share/bibliographies/stats.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ bibentry(bibtype = "Article",
686686
number = "1",
687687
journal = "Applied Statistics",
688688
publisher = "JSTOR",
689-
author = c(person(given = c("J.", "A."),
689+
author = c(person(given = c("John", "A."),
690690
family = "Hartigan"),
691691
person(given = c("M.", "A."),
692692
family = "Wong")),
@@ -2607,7 +2607,7 @@ bibentry(bibtype = "Book",
26072607
key = "R:Gower+Hand:1996",
26082608
author = c(person(given = c("J.", "C."),
26092609
family = "Gower"),
2610-
person(given = c("D.", "J."),
2610+
person(given = c("David", "J."),
26112611
family = "Hand")),
26122612
title = "Biplots",
26132613
publisher = "Chapman & Hall",
@@ -2768,7 +2768,7 @@ bibentry(bibtype = "Book",
27682768
key = "R:Barlow+Bartholomew+Bremner:1972",
27692769
author = c(person(given = c("Richard", "E."),
27702770
family = "Barlow"),
2771-
person(given = c("D.", "J."),
2771+
person(given = c("David", "J."),
27722772
family = "Bartholomew"),
27732773
person(given = c("J.", "M."),
27742774
family = "Bremner"),
@@ -2799,13 +2799,13 @@ bibentry(bibtype = "InCollection",
27992799
key = "R:Emerson+Hoaglin:1983",
28002800
author = c(person(given = c("J.", "D."),
28012801
family = "Emerson"),
2802-
person(given = c("David", "C."),
2802+
person(given = c("David", "Caster"),
28032803
family = "Hoaglin")),
28042804
title = "Resistant Lines for $y$ versus $x$",
28052805
booktitle = "Understanding Robust and Exploratory Data Analysis",
28062806
publisher = "Wiley",
28072807
year = "1983",
2808-
editor = c(person(given = c("David", "C."),
2808+
editor = c(person(given = c("David", "Caster"),
28092809
family = "Hoaglin"),
28102810
person(given = "Frederick",
28112811
family = "Mosteller"),

0 commit comments

Comments
 (0)