if (FALSE) {
# On Windows opens a dialog box to choose the directory where to
# download the last version of the 'JWSACruncher'
download_cruncher()
dir <- tempdir()
# To download the last release:
download_cruncher(dir)
# To download the release of the version 2.2.2:
download_cruncher(dir, "2.2.2")
}
Run the code above in your browser using DataLab