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]
First Published: 2017-09-01
Latest Update: 2022-09-08
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 13 Apr. 2025.
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
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/11Downloads for JuliaCall0200400600800100012001400160018002000TrendBars

Today's Hot Picks in Authors and Packages

MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  
COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  
SPOTMisc  
Misc Extensions for the "SPOT" Package
Implements additional models, simulation tools, and interfaces as extensions to 'SPOT'. It provides ...
Download / Learn more Package Citations See dependency  
ggprism  
A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Provides various themes, palettes, and other functions that are used to customise ggplots to look l ...
Download / Learn more Package Citations See dependency  
LDABiplots  
Biplot Graphical Interface for LDA Models
Contains the development of a tool that provides a web-based graphical user interface (GUI) to perf ...
Download / Learn more Package Citations See dependency  
optimParallel  
Parallel Version of the L-BFGS-B Optimization Method
Provides a parallel version of the L-BFGS-B method of optim(). The main function of the package is o ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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