-
Notifications
You must be signed in to change notification settings - Fork 35
/
DESCRIPTION
39 lines (39 loc) · 1.44 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
Package: JuliaCall
Type: Package
Title: Seamless Integration Between R and 'Julia'
Version: 0.17.6
Date: 2024-12-05
Authors@R: c(
person("Changcheng", "Li", , "cxl508@psu.edu", c("aut", "cre")),
person(given = "Christopher", family = "Rackauckas", email = "accounts@chrisrackauckas.com", role = c("ctb")),
person("Randy", "Lai", role = "ctb"),
person("Dmitri", "Grominski", role = "ctb"),
person("Nagi", "Teramo", role = "ctb")
)
Description: Provides an R interface to 'Julia',
which is a high-level, high-performance dynamic programming language
for numerical computing, see <https://julialang.org/> for more information.
It provides a high-level interface as well as a low-level interface.
Using the high level interface, you could call any 'Julia' function just like
any R function with automatic type conversion. Using the low level interface,
you could deal with C-level SEXP directly while enjoying the convenience of
using a high-level programming language like 'Julia'.
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
URL: https://github.com/JuliaInterop/JuliaCall
BugReports: https://github.com/JuliaInterop/JuliaCall/issues
Encoding: UTF-8
Imports: utils,
Rcpp (>= 0.12.7),
knitr (>= 1.28),
rjson
RoxygenNote: 7.1.2
LinkingTo: Rcpp
NeedsCompilation: yes
ByteCompile: yes
SystemRequirements: Julia >= 1.0.0, RCall.jl
Suggests: testthat,
rmarkdown,
rappdirs,
sass
VignetteBuilder: knitr