20 lines
		
	
	
		
			591 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			591 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | 
						|
PackageIdentifier: RProject.R
 | 
						|
PackageVersion: 4.1.0
 | 
						|
MinimumOSVersion: 10.0.0.0
 | 
						|
FileExtensions:
 | 
						|
  - r
 | 
						|
InstallModes:
 | 
						|
  - interactive
 | 
						|
  - silent
 | 
						|
  - silentWithProgress
 | 
						|
Installers:
 | 
						|
  - Architecture: x64
 | 
						|
    InstallerType: inno
 | 
						|
    InstallerUrl: https://cran.r-project.org/bin/windows/base/old/4.1.0/R-4.1.0-win.exe
 | 
						|
    InstallerSha256: F37D0E31F4F1F3D69EC3826D26E28DD2357C79CB1ED75726570F7BA3D69A4F41
 | 
						|
    InstallerLocale: en-US
 | 
						|
    UpgradeBehavior: install
 | 
						|
ManifestType: installer
 | 
						|
ManifestVersion: 1.0.0
 |