-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrtools.nuspec
More file actions
28 lines (28 loc) · 1.34 KB
/
rtools.nuspec
File metadata and controls
28 lines (28 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>rtools</id>
<title>rtools (Install)</title>
<version>3.5.0</version>
<authors>R Core Team</authors>
<!--<owners>R Core Team</owners>-->
<summary>Tools for 64 bit Windows builds</summary>
<description>Tools for 64 bit Windows builds</description>
<projectUrl>https://stat.ethz.ch/CRAN/bin/windows/Rtools/</projectUrl>
<packageSourceUrl>https://github.com/leeper/choco-rtools</packageSourceUrl>
<!--<projectSourceUrl></projectSourceUrl>
<docsUrl></docsUrl>
<mailingListUrl></mailingListUrl>
<bugTrackerUrl></bugTrackerUrl>-->
<tags>rtools admin r-project r cran</tags>
<copyright>The R Foundation for Statistical Computing</copyright>
<licenseUrl>https://www.r-project.org/Licenses/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!--<iconUrl>http://cdn.rawgit.com/__REPLACE_YOUR_REPO__/master/icons/r-devel.png</iconUrl>-->
<releaseNotes></releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>