-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 909 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 909 Bytes
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
Package: mars
Title: Implementation of Multivariate Adaptive Regression Splines (MARS)
Version: 0.0.0.9000
Authors@R:
person("Tauseef ","Kashtwari", , "tauseefk@sfu.ca", role = c("aut", "cre"),
comment = c(ORCID = "301279712"))
person("Promit ", "Chowdhury", , "promitc@sfu.ca", role = c("aut", "cre"),
comment = c(ORCID = "301353148"))
person("Ibraheem ", "Azad", , "iazad@sfu.ca", role = c("aut", "cre"),
comment = c(ORCID = "301281326"))
Description: The package implements Multivariate Adaptive Regression Splines (MARS), which takes 3 parameters:
-a formula, a dataframe and a control object
License: use_gpl3_license()
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true