s3alfisc / JuliaConnectoR.utils

Utility functions for packages that link R and Julia via the JuliaConnectoR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JuliaConnectoR.utils

R-CMD-check

The goal of JuliaConnectoR.utils is to help developers and users who work with the JuliaConnectoR package to link R and Julia.

Installation

You can install the development version of JuliaConnectoR.utils from GitHub with:

# install.packages("devtools")
devtools::install_github("s3alfisc/JuliaConnectoR.utils")

Example

library(JuliaConnectoR.utils)

install_julia()
connect_julia_r()
devtools::install_github("s3alfisc/fwildclusterboot")
install_julia_packages("WildBootTests.jl")
check_julia_system_requirements("fwildclusterboot")
set_julia_nthreads()

About

Utility functions for packages that link R and Julia via the JuliaConnectoR

License:Other


Languages

Language:R 100.0%