Skip to content

Commit b4d6179

Browse files
author
hornik
committed
Updated.
git-svn-id: https://svn.r-project.org/R/trunk@88721 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 8dbd8d1 commit b4d6179

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

share/bibliographies/datasets.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,8 @@ bibentry(bibtype = "Misc",
496496
author = c(person(given = "Ella",
497497
family = "Kaye"),
498498
person(given = "Heather",
499-
family = "Turner"),
499+
family = "Turner",
500+
comment = c(ORCID = "0000-0002-1256-3375")),
500501
person(given = c("Kristen", "B."),
501502
family = "Gorman",
502503
comment = c(ORCID = "0000-0002-0258-9264")),

share/bibliographies/stats.R

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2716,7 +2716,7 @@ bibentry(bibtype = "Book",
27162716

27172717
bibentry(bibtype = "Book",
27182718
key = "R:Cox+Snell:1981",
2719-
author = c(person(given = c("David", "R."),
2719+
author = c(person(given = c("David", "Roxbee"),
27202720
family = "Cox"),
27212721
person(given = c("Eleanor", "J."),
27222722
family = "Snell")),
@@ -2730,7 +2730,8 @@ bibentry(bibtype = "Book",
27302730
bibentry(bibtype = "Book",
27312731
key = "R:Fox:2000",
27322732
author = person(given = "John",
2733-
family = "Fox"),
2733+
family = "Fox",
2734+
comment = c(ORCID = "0000-0002-1196-8012")),
27342735
title = "Applied Regression, Linear Models, and Related Methods",
27352736
publisher = "Sage Publications",
27362737
year = "2000",
@@ -2741,7 +2742,8 @@ bibentry(bibtype = "Book",
27412742
bibentry(bibtype = "Book",
27422743
key = "R:Fox:2002",
27432744
author = person(given = "John",
2744-
family = "Fox"),
2745+
family = "Fox",
2746+
comment = c(ORCID = "0000-0002-1196-8012")),
27452747
title = "An {R} and {S-Plus} Companion to Applied Regression",
27462748
publisher = "Sage Publications",
27472749
year = "2002",
@@ -2752,7 +2754,8 @@ bibentry(bibtype = "Book",
27522754
bibentry(bibtype = "Book",
27532755
key = "R:Fox+Weisberg:2019",
27542756
author = c(person(given = "John",
2755-
family = "Fox"),
2757+
family = "Fox",
2758+
comment = c(ORCID = "0000-0002-1196-8012")),
27562759
person(given = "Sanford",
27572760
family = "Weisberg")),
27582761
title = "An {R} Companion to Applied Regression",

0 commit comments

Comments
 (0)