After using RCall method,How to come back to Julia again from R?

You can press backspace to leave R mode.

2 Likes

Unrelated, the latest stable Julia release is 1.7, you probably shouldn’t be using 1.5.0 at this point.

You can update Julia to the latest version with

import Pkg
Pkg.add("UpdateJulia")
using UpdateJulia
update_julia()