-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
26 lines (26 loc) · 880 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
Package: autodiffr
Type: Package
Title: Automatic Differentiation in R through 'Julia'
Version: 0.1.0.9000
Date: 2018-8-24
Authors@R: c(
person("Changcheng", "Li", email = "[email protected]", role = c("aut", "cre")),
person(c("Hans", "W."), "Borchers", role = "ctb"),
person("John", "Nash", role = "ctb")
)
Description: provides a wrapper for 'Julia' packages 'ForwardDiff.jl' and 'ReverseDiff.jl'
to do automatic differentiation
for native R functions and some Rcpp functions.
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
URL: https://github.com/Non-Contradiction/autodiffr
BugReports: https://github.com/Non-Contradiction/autodiffr/issues
Encoding: UTF-8
LazyData: true
SystemRequirements: Julia >= 0.6.0, ForwardDiff.jl, ReverseDiff.jl
Suggests: testthat,
knitr,
rmarkdown
Imports: JuliaCall (>= 0.16.1)
RoxygenNote: 6.1.1
VignetteBuilder: knitr