# NOT RUN {
Sys.setenv(RAM_HOME = tempfile())
# download version 4.44
download_ramlegacy(version = "4.44")
# download version 1.0
download_ramlegacy(version = "1.0")
Sys.setenv(RAM_HOME = tempfile())
# If version not specified then default
# to latest version (currently 4.44)
download_ramlegacy()
# }
Run the code above in your browser using DataLab