-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
29 lines (29 loc) · 1.16 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: rpart
Priority: recommended
Version: 4.1.22
Date: 2023-12-02
Authors@R: c(person("Terry", "Therneau", role = "aut",
email = "[email protected]"),
person("Beth", "Atkinson", role = c("aut", "cre"),
email = "[email protected]"),
person("Brian", "Ripley", role = "trl",
email = "[email protected]",
comment = "producer of the initial R port, maintainer 1999-2017"))
Description: Recursive partitioning for classification,
regression and survival trees. An implementation of most of the
functionality of the 1984 book by Breiman, Friedman, Olshen and Stone.
Title: Recursive Partitioning and Regression Trees
Depends: R (>= 2.15.0), graphics, stats, grDevices
Suggests: survival
License: GPL-2 | GPL-3
LazyData: yes
ByteCompile: yes
NeedsCompilation: yes
Author: Terry Therneau [aut],
Beth Atkinson [aut, cre],
Brian Ripley [trl] (producer of the initial R port, maintainer
1999-2017)
Maintainer: Beth Atkinson <[email protected]>
Repository: CRAN
URL: https://github.com/bethatkinson/rpart, https://cran.r-project.org/package=rpart
BugReports: https://github.com/bethatkinson/rpart/issues