-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 978 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 978 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
26
27
28
29
30
Package: mdl
Title: Modern model matrices
Version: 0.0.0.9001
Authors@R: c(
person("Simon", "Couch", , "simon.couch@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5676-5107")),
person("Mossa M.", "Reimert", , "mossa@sund.ku.dk", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: An opinionated and performant reimagining of model matrices
using Rust.
License: MIT + file LICENSE
URL: https://github.com/simonpcouch/mdl, https://simonpcouch.github.io/mdl/
BugReports: https://github.com/simonpcouch/mdl/issues
Imports:
cli,
rlang,
vctrs,
withr
Suggests:
testthat (>= 3.0.0)
Config/rextendr/version: 0.3.1.9001
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Cargo (Rust's package manager), rustc
Config/Needs/website: r-lib/bench#144, dplyr, ggplot2, rmarkdown, tidyverse/tidytemplate
Depends:
R (>= 4.2)