Note: This tutorial is written for Linux based systems.
To install the latest version of R please flollow the download and install instructions at https://cloud.r-project.org/
Note: This tutorial is written for Linux based systems.
To install the latest version of R please flollow the download and install instructions at https://cloud.r-project.org/
| param( | |
| # provide a skiplist file to define pacakges to skip | |
| [string] $skipFile = "winget-skiplist", | |
| # true to upgrade eligible packages, false dry run | |
| [switch] $upgrade = $true | |
| ) | |
| # get raw output of available upgrades, not power-shell native yet | |
| [string[]] $source = winget upgrade |