# NOT RUN {
if (juliaSetupOk()) {
# Create complicated objects like version strings in Julia, and compare them
v1 <- juliaExpr('v"1.0.1"')
v2 <- juliaExpr('v"1.2.0"')
juliaCall("<", v1, v2)
}
# }
Run the code above in your browser using DataLab