knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of JuliaConnectoR.utils is to help developers and users who work with the JuliaConnectoR package to link R and Julia.
You can install the development version of JuliaConnectoR.utils from GitHub with:
# install.packages("devtools") devtools::install_github("s3alfisc/JuliaConnectoR.utils")
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.