Checks whether MAGMA is currently installed, and if not, tries to automatically install it. For a list of all changes across MAGMA versions, please see here.
magma_install(
dest_dir = find_install_dir(),
desired_version = "latest",
upgrade = FALSE,
verbose = TRUE
)
Path to MAGMA executable.
magma <- magma_install()
#> Installed MAGMA version: v1.10
#> Skipping MAGMA installation.
#> The desired_version of MAGMA is currently installed: v1.10
#> Using: magma_v1.10