-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 957 Bytes
/
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: rinfa
Title: Rust bindings for tidymodels
Version: 0.0.0.9000
Authors@R: c(
person("Simon", "Couch", , "[email protected]", role = c("aut", "cre")),
person("Josiah", "Parry", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9910-865X"))
)
Description: A 'parsnip' extension that interfaces with the 'Rust'
machine learning library 'linfa' to decrease model fit times for
common model types.
License: MIT + file LICENSE
Depends:
parsnip
Imports:
cli,
rlang (>= 1.1.0),
vctrs
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/rextendr/version: 0.3.1.9000
URL: https://github.com/simonpcouch/rinfa, https://simonpcouch.github.io/rinfa/
BugReports: https://github.com/simonpcouch/rinfa/issues
SystemRequirements: Cargo (Rust's package manager), rustc
Config/Needs/website: rmarkdown, ggplot2, rprojroot