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: 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 22 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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