-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
executable file
·47 lines (47 loc) · 1.57 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
37
38
39
40
41
42
43
44
45
46
47
Package: Ryacas
Version: 1.1.5
Title: R Interface to the 'Yacas' Computer Algebra System
Authors@R: c(
person(given = "Mikkel Meyer", family = "Andersen",
email = "mikl@math.aau.dk", role = c("aut", "cre", "cph")),
person(given = "Rob", family = "Goedman",
email = "goedman@mac.com", role = c("aut", "cph")),
person(given = "Gabor", family = "Grothendieck",
email = "ggrothendieck@gmail.com", role = c("aut", "cph")),
person(given = "Søren", family = "Højsgaard",
email = "sorenh@math.aau.dk", role = c("aut", "cph")),
person(given = "Grzegorz", family = "Mazur",
email = "teoretyk@gmail.com", role = c("aut", "cph")),
person(given = "Ayal", family = "Pinkus",
email = "apinkus@xs4all.nl", role = c("aut", "cph")),
person(given = "Nemanja", family = "Trifunovic",
role = c("cph"), comment = "UTF-8 part of yacas (src/yacas/include/yacas/utf8*)")
)
Maintainer: Mikkel Meyer Andersen <mikl@math.aau.dk>
Encoding: UTF-8
Description: Interface to the 'yacas' computer algebra system (<http://www.yacas.org/>).
Depends: R (>= 3.3.0)
Imports:
Rcpp (>= 0.12.0),
stats,
methods,
magrittr
LinkingTo: Rcpp
Suggests:
devtools,
exams,
knitr,
Matrix,
pkgload,
rmarkdown,
igraph,
testthat (>= 2.1.0),
unix,
Rmpfr
License: GPL
SystemRequirements: C++14
URL: https://github.com/r-cas/ryacas, http://www.yacas.org
BugReports: https://github.com/r-cas/ryacas/issues
Roxygen: list(markdown = TRUE, roclets = c("rd", "collate", "namespace"))
RoxygenNote: 7.2.3
VignetteBuilder: knitr