View source: R/install_julia_packages.R
install_julia_packages | R Documentation |
Install Julia packages from R
install_julia_packages(packages)
Character |
Vector. The Julia packages to be installed |
packages <- c("WildBootTests", "FixedEffectModels", "Random") packages <- c("WildBootTests.jl", "FixedEffectModels.jl", "Random.jl") install_julia_packages(packages)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.