Logo

0x3d.Site

is designed for aggregating information.
Welcome
check repository here

rjulia

rjulia provides an interface between R and Julia. It allows a user to run a script in Julia from R, and maps objects between the two languages.

It currently supports use on Linux and Windows (both R and RGUI), but build on Windows only for advance users.

Installing

  1. Install julia v0.5 and R version >=3.1.0.

  2. Add <juliainstalldir>/bin to your system PATH variable if needed.

  3. Install the rjulia package. If you're using the v0.4 branch of julia, use the "julia0.4" branch of rjulia.

    You can install rjulia on Linux using the devtools package:

    install.packages("devtools") #if not already installed
    devtools::install_github("armgong/rjulia", ref="julia0.5")# or ref="julia0.4" if using Julia v0.5
    

    You can install rjulia on Windows using the Rtools and devtools package :

    install.packages("devtools") #if not already installed
    devtools::install_github("armgong/rjulia", ref="master", args = "--no-multiarch")# or ref="0.3" if using Julia v0.3
    
  4. If you want to be able to use R or Julia objects that contain NA values or factors or data frames, the Julia packages DataArrays and DataFrames must be installed.

Simple example

library(rjulia)
julia_init() #**(will auto find your julia home)**
julia_eval("1+1")

Demo

Please see the *.R files in the demo/ directory, or use

	demo(package = "rjulia")

Docs

Help files are now done, mostly with examples.

Know Problems

R Programming
R Programming
R is a programming language and software environment designed for statistical computing and graphics. It’s widely used in data analysis, machine learning, and academia, offering powerful tools for data visualization and modeling.
R Interface for Bokeh
R Interface for Bokeh
Read Excel Files
Read Excel Files
Arrow R Package
Arrow R Package
Export Data Frames to Excel xlsx Format
Export Data Frames to Excel xlsx Format
Visual Studio Code - Code Editing. Redefined
Visual Studio Code - Code Editing. Redefined
Manipulation of Microsoft Word and PowerPoint Documents
Manipulation of Microsoft Word and PowerPoint Documents
Functions for Tabular Reporting
Functions for Tabular Reporting
Dynamic Function-Oriented Make-Like Declarative Pipelines
Dynamic Function-Oriented Make-Like Declarative Pipelines
Bokeh documentation
Bokeh documentation
R - Visual Studio Marketplace
R - Visual Studio Marketplace
GitHub - Rcpp11/Rcpp11: R and C++11
GitHub - Rcpp11/Rcpp11: R and C++11
Data Apps for Production | Plotly
Data Apps for Production | Plotly
GitHub - tsieger/idendro: Interactive Dendrograms
GitHub - tsieger/idendro: Interactive Dendrograms
GitHub - datastorm-open/visNetwork: R package, using vis.js library for network visualization
GitHub - datastorm-open/visNetwork: R package, using vis.js library for network visualization
GitHub - Lchiffon/wordcloud2: R interface to wordcloud for data visualization.
GitHub - Lchiffon/wordcloud2: R interface to wordcloud for data visualization.
GitHub - REditorSupport/sublime-ide-r: R-IDE: Make Sublime Text a perfect IDE for R
GitHub - REditorSupport/sublime-ide-r: R-IDE: Make Sublime Text a perfect IDE for R
File not found · apache/mxnet
File not found · apache/mxnet
GitHub - sinhrks/ggfortify: Define fortify and autoplot functions to allow ggplot2 to handle some popular R packages.
GitHub - sinhrks/ggfortify: Define fortify and autoplot functions to allow ggplot2 to handle some popular R packages.
GitHub - RevolutionAnalytics/checkpoint: Install R packages from snapshots on checkpoint-server
GitHub - RevolutionAnalytics/checkpoint: Install R packages from snapshots on checkpoint-server
GitHub - wesm/feather: Feather: fast, interoperable binary data frame storage for Python, R, and more powered by Apache Arrow
GitHub - wesm/feather: Feather: fast, interoperable binary data frame storage for Python, R, and more powered by Apache Arrow
GitHub - kaneplusplus/bigmemory
GitHub - kaneplusplus/bigmemory
GitHub - IRkernel/IRkernel: R kernel for Jupyter
GitHub - IRkernel/IRkernel: R kernel for Jupyter
GitHub - yihui/animation: A gallery of animations in statistics and utilities to create animations
GitHub - yihui/animation: A gallery of animations in statistics and utilities to create animations
GitHub - rstudio/ggvis: Interactive grammar of graphics for R
GitHub - rstudio/ggvis: Interactive grammar of graphics for R
GitHub - nexr/RHive: RHive is an R extension facilitating distributed computing via Apache Hive.
GitHub - nexr/RHive: RHive is an R extension facilitating distributed computing via Apache Hive.
GitHub - textmate/r.tmbundle: TextMate support for R
GitHub - textmate/r.tmbundle: TextMate support for R
GitHub - renkun-ken/rlist: A Toolbox for Non-Tabular Data Manipulation
GitHub - renkun-ken/rlist: A Toolbox for Non-Tabular Data Manipulation
GitHub - clever-algorithms/CleverAlgorithmsMachineLearning: Defunct
GitHub - clever-algorithms/CleverAlgorithmsMachineLearning: Defunct
GitHub - boxuancui/DataExplorer: Automate Data Exploration and Treatment
GitHub - boxuancui/DataExplorer: Automate Data Exploration and Treatment
GitHub - talgalili/heatmaply: Interactive Heat Maps for R Using plotly
GitHub - talgalili/heatmaply: Interactive Heat Maps for R Using plotly
R Programming
More on R Programming

Programming Tips & Tricks

Code smarter, not harder—insider tips and tricks for developers.

Error Solutions

Turn frustration into progress—fix errors faster than ever.

Shortcuts

The art of speed—shortcuts to supercharge your workflow.
  1. Collections 😎
  2. Frequently Asked Question's 🤯

Tools

available to use.

Made with ❤️

to provide resources in various ares.