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.5")



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.5, https://cran.r-project.org/web/packages/JuliaCall. Accessed 07 Nov. 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)
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

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
robregcc  
Robust Regression with Compositional Covariates
We implement the algorithm estimating the parameters of the robust regression model with composition ...
Download / Learn more Package Citations See dependency  
bacondecomp  
Goodman-Bacon Decomposition
Decomposition for differences-in-differences with variation in treatment timing from Goodman-Bacon ...
Download / Learn more Package Citations See dependency  
con2aqi  
Calculate the AQI from Pollutant Concentration
To calculate the AQI (Air Quality Index) from pollutant concentration data. O3, PM2.5, PM10, CO, SO ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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