From e0af4684793bd116839828a2a3058ff3d7c53d01 Mon Sep 17 00:00:00 2001 From: Michael Harding Date: Mon, 18 Dec 2023 14:50:37 +0000 Subject: [PATCH] Changed R distribution configured with nexus proxy CRAN repo URL --- .../guacamole-azure-windowsvm/terraform/vm_config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/terraform/vm_config.ps1 b/templates/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/terraform/vm_config.ps1 index f2604f7a3b..7ad74f24ca 100644 --- a/templates/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/terraform/vm_config.ps1 +++ b/templates/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/terraform/vm_config.ps1 @@ -54,5 +54,5 @@ local({ options(repos = r) }) "@ -$RConfig | Out-File -Encoding Ascii ( New-Item -Path $Env:ProgramFiles\R\R-4.1.2\etc\Rprofile.site -Force ) +$RConfig | Out-File -Encoding Ascii ( New-Item -Path $Env:ProgramFiles\R\R-4.2.3\etc\Rprofile.site -Force )