-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
67 lines (67 loc) · 1.88 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: symengine
Title: Interface to the 'SymEngine' Library
Version: 0.2.6
Authors@R: c(person("Jialin", "Ma", email="marlin@inventati.org", role = c("cre", "aut")),
person("Isuru", "Fernando", email="isuruf@gmail.com", role = c("aut")),
person("Xin", "Chen", email="xinchen.tju@gmail.com", role = c("aut")))
Description:
Provides an R interface to 'SymEngine' <https://github.com/symengine/>,
a standalone 'C++' library for fast symbolic manipulation. The package has functionalities
for symbolic computation like calculating exact mathematical expressions, solving
systems of linear equations and code generation.
Depends:
R (>= 4.2)
Imports:
methods,
Rcpp
Suggests:
crayon,
pracma,
odeintr,
testthat (>= 2.1.0),
knitr,
rmarkdown
LinkingTo:
Rcpp
SystemRequirements:
GNU make,
cmake,
gmp,
mpfr
SystemRequirementsNote:
gmp (deb package: libgmp-dev, rpm package: gmp-devel),
mpfr (deb package: libmpfr-dev, rpm package: mpfr-devel)
Encoding: UTF-8
LazyData: true
URL: https://github.com/symengine/symengine.R
BugReports: https://github.com/symengine/symengine.R/issues
Additional_repositories: https://Marlin-Na.github.io/drat
License: GPL (>= 2)
Copyright: The R package bundles the 'SymEngine' library source and its subcomponents
under 'src/upstream' directory. See file COPYRIGHTS for retained copyright notices
as a relicensing and redistribution requirement.
RoxygenNote: 7.2.3
Collate:
'RcppExports.R'
'basic-getinfo.R'
'classes.R'
'basic.R'
'codegen.R'
'double_visitor.R'
'dxdt.R'
'function_symbol.R'
'knitr.R'
'lambdify.R'
'language_conversion.R'
'matrix.R'
'misc.R'
'ops.R'
'solve.R'
'summary.R'
'symbolic_array.R'
'symengine.R'
'symengine_info.R'
'utils-subset.R'
'vector.R'
'zzz.R'
VignetteBuilder: knitr