-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.11 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
30
31
32
33
34
35
36
Package: m2r
Type: Package
Title: Interface to 'Macaulay2'
Version: 1.0.2
Authors@R: c(person("David", "Kahle", email = "[email protected]", role = c("aut", "cph", "cre"), comment = c(ORCID = "0000-0002-9999-1558")),
person("Christopher", "O'Neill", email = "[email protected]", role = c("aut", "cph")),
person("Jeff", "Sommars", email = "[email protected]", role = c("aut", "cph")))
Maintainer: David Kahle <[email protected]>
Description: Persistent interface to 'Macaulay2' <http://www.math.uiuc.edu/Macaulay2/>
and front-end tools facilitating its use in the 'R' ecosystem. For details see
Kahle et. al. (2020) <doi:10.18637/jss.v093.i09>.
License: GPL-2
LazyData: TRUE
Depends:
mpoly (>= 1.0.5)
Imports:
stringr,
memoise,
gmp,
usethis,
Rcpp
SystemRequirements:
Macaulay2 <http://www.math.uiuc.edu/Macaulay2/>
URL: https://github.com/coneill-math/m2r
BugReports: https://github.com/coneill-math/m2r/issues
Suggests:
knitr,
rmarkdown,
microbenchmark,
testthat,
R.rsp
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
LinkingTo: Rcpp
VignetteBuilder: R.rsp
Encoding: UTF-8