You can press backspace
to leave R
mode.
2 Likes
nilshg
3
Unrelated, the latest stable Julia release is 1.7, you probably shouldn’t be using 1.5.0 at this point.
Lilith
5
You can update Julia to the latest version with
import Pkg
Pkg.add("UpdateJulia")
using UpdateJulia
update_julia()