## ----install_remotes, eval=FALSE---------------------------------------------- # install.packages('remotes') ## ----install_azuremlsdk, eval=FALSE------------------------------------------- # remotes::install_github('https://github.com/Azure/azureml-sdk-for-r') # # remotes::install_cran('azuremlsdk', repos = 'https://cloud.r-project.org/') ## ----eval=FALSE--------------------------------------------------------------- # remotes::install_cran('azuremlsdk', repos = 'https://cloud.r-project.org/', INSTALL_opts=c("--no-multiarch")) ## ----install_pythonsdk, eval=FALSE-------------------------------------------- # azuremlsdk::install_azureml() ## ----eval=FALSE--------------------------------------------------------------- # azuremlsdk::install_azureml(version = NULL, # envname = "", # conda_python_version = "", # restart_session = FALSE, # remove_existing_env = TRUE) ## ----test_installation, eval=FALSE-------------------------------------------- # library(azuremlsdk) # get_current_run()