Other packages > Find by keyword >

JuliaCall  

Seamless Integration Between R and 'Julia'
View on CRAN: Click here


Download and install JuliaCall package within the R console
Install from CRAN:
install.packages("JuliaCall")

Install from Github:
library("remotes")
install_github("cran/JuliaCall")

Install by package version:
library("remotes")
install_version("JuliaCall", "0.17.6")



Attach the package and use:
library("JuliaCall")
Maintained by
Changcheng Li
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-09-01
Latest Update: 2024-12-07
Description:
Provides an R interface to 'Julia', which is a high-level, high-performance dynamic programming language for numerical computing, see 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'.
How to cite:
Changcheng Li (2017). JuliaCall: Seamless Integration Between R and 'Julia'. R package version 0.17.6, https://cran.r-project.org/web/packages/JuliaCall. Accessed 06 Jun. 2026.
Previous versions and publish date:
0.7.3 (2017-09-01 13:53), 0.9.3 (2017-10-12 16:03), 0.11.1 (2017-11-16 22:56), 0.12.1 (2018-02-24 22:32), 0.12.2 (2018-04-01 09:42), 0.13.0 (2018-05-01 22:23), 0.14.0 (2018-07-05 06:20), 0.15.0 (2018-08-02 00:10), 0.16.0 (2018-08-17 06:40), 0.16.1 (2018-10-25 22:00), 0.16.2 (2019-01-03 02:10), 0.16.4 (2019-02-18 06:20), 0.16.5 (2019-03-22 06:53), 0.16.6 (2019-06-06 18:22), 0.17.0 (2019-10-21 18:00), 0.17.1 (2019-11-27 08:20), 0.17.2 (2021-01-05 00:30), 0.17.4 (2021-05-16 16:10), 0.17.5 (2022-09-08 13:23)
Other packages that cited JuliaCall R package
View JuliaCall citation profile
Other R packages that JuliaCall depends, imports, suggests or enhances
Complete documentation for JuliaCall
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

IAPWS95  
Thermophysical Properties of Water and Steam
An implementation of the International Association for the Properties of Water (IAPWS) Formulation ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
worrrd  
Generate Wordsearch and Crossword Puzzles
Generate wordsearch and crossword puzzles using custom lists of words (and clues).Make them easy or ...
Download / Learn more Package Citations See dependency  
BALLI  
Expression RNA-Seq Data Analysis Based on Linear Mixed Model
Analysis of gene expression RNA-seq data using Bartlett-Adjusted Likelihood-based LInear model (BALL ...
Download / Learn more Package Citations See dependency  
rwavelet  
Wavelet Analysis
Perform wavelet analysis (orthogonal,translation invariant, tensorial, 1-2-3d transforms, thresholdi ...
Download / Learn more Package Citations See dependency  
odbc  
Connect to ODBC Compatible Databases (using the DBI Interface)
A DBI-compatible interface to ODBC databases. ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA