1Package: car
2Version: 3.0-12
3Date: 2021-11-02
4Title: Companion to Applied Regression
5Authors@R: c(person("John", "Fox", role = c("aut", "cre"), email = "jfox@mcmaster.ca"),
6	person("Sanford", "Weisberg", role = "aut", email = "sandy@umn.edu"),
7	person("Brad", "Price", role = "aut", email = "brad.price@mail.wvu.edu"),
8    person("Daniel", "Adler", role="ctb"),
9    person("Douglas", "Bates", role = "ctb"),
10    person("Gabriel", "Baud-Bovy", role = "ctb"),
11    person("Ben", "Bolker", role="ctb"),
12    person("Steve", "Ellison", role="ctb"),
13    person("David", "Firth", role = "ctb"),
14    person("Michael", "Friendly", role = "ctb"),
15    person("Gregor", "Gorjanc", role = "ctb"),
16    person("Spencer", "Graves", role = "ctb"),
17    person("Richard", "Heiberger", role = "ctb"),
18    person("Pavel", "Krivitsky", role = "ctb"),
19    person("Rafael", "Laboissiere", role = "ctb"),
20    person("Martin", "Maechler", role="ctb"),
21    person("Georges", "Monette", role = "ctb"),
22    person("Duncan", "Murdoch", role="ctb"),
23    person("Henric", "Nilsson", role = "ctb"),
24    person("Derek", "Ogle", role = "ctb"),
25    person("Brian", "Ripley", role = "ctb"),
26    person("William", "Venables", role = "ctb"),
27    person("Steve", "Walker", role="ctb"),
28    person("David", "Winsemius", role="ctb"),
29    person("Achim", "Zeileis", role = "ctb"),
30    person("R-Core", role="ctb"))
31Depends: R (>= 3.5.0), carData (>= 3.0-0)
32Imports: abind, MASS, mgcv, nnet, pbkrtest (>= 0.4-4), quantreg,
33        grDevices, utils, stats, graphics, maptools, lme4 (>=
34        1.1-27.1), nlme
35Suggests: alr4, boot, coxme, effects, knitr, leaps, lmtest, Matrix,
36        MatrixModels, rgl (>= 0.93.960), rio, sandwich, SparseM,
37        survival, survey
38ByteCompile: yes
39LazyLoad: yes
40Description:
41  Functions to Accompany J. Fox and S. Weisberg,
42  An R Companion to Applied Regression, Third Edition, Sage, 2019.
43License: GPL (>= 2)
44URL: https://r-forge.r-project.org/projects/car/,
45        https://CRAN.R-project.org/package=car,
46        https://socialsciences.mcmaster.ca/jfox/Books/Companion/index.html
47VignetteBuilder: knitr
48NeedsCompilation: no
49Packaged: 2021-11-02 20:02:44 UTC; zeileis
50Author: John Fox [aut, cre],
51  Sanford Weisberg [aut],
52  Brad Price [aut],
53  Daniel Adler [ctb],
54  Douglas Bates [ctb],
55  Gabriel Baud-Bovy [ctb],
56  Ben Bolker [ctb],
57  Steve Ellison [ctb],
58  David Firth [ctb],
59  Michael Friendly [ctb],
60  Gregor Gorjanc [ctb],
61  Spencer Graves [ctb],
62  Richard Heiberger [ctb],
63  Pavel Krivitsky [ctb],
64  Rafael Laboissiere [ctb],
65  Martin Maechler [ctb],
66  Georges Monette [ctb],
67  Duncan Murdoch [ctb],
68  Henric Nilsson [ctb],
69  Derek Ogle [ctb],
70  Brian Ripley [ctb],
71  William Venables [ctb],
72  Steve Walker [ctb],
73  David Winsemius [ctb],
74  Achim Zeileis [ctb],
75  R-Core [ctb]
76Maintainer: John Fox <jfox@mcmaster.ca>
77Repository: CRAN
78Date/Publication: 2021-11-06 05:35:32 UTC
79