Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
SOWI Administratoren
chocolatey-packages
Commits
d59d3656
Commit
d59d3656
authored
Apr 29, 2016
by
sowidvhu
Browse files
remove r.project
parent
fffaa682
Changes
7
Hide whitespace changes
Inline
Side-by-side
R.Project/R.Project.2.15.0.nupkg
deleted
100644 → 0
View file @
fffaa682
File deleted
R.Project/R.Project.2.15.1.nupkg
deleted
100644 → 0
View file @
fffaa682
File deleted
R.Project/R.Project.2.15.2.nupkg
deleted
100644 → 0
View file @
fffaa682
File deleted
R.Project/R.Project.nuspec
deleted
100644 → 0
View file @
fffaa682
<?xml version="1.0"?>
<package
xmlns=
"http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"
>
<metadata>
<id>
R.Project
</id>
<title>
The R Project for Statistical Computing
</title>
<version>
2.15.2
</version>
<authors>
R Core Team
</authors>
<owners>
Elliando Dias
</owners>
<summary>
R is a system for statistical computation and graphics. It consists of a language plus a
run-time environment with graphics, a debugger, access to certain system functions, and the ability
to run programs stored in script files
</summary>
<description>
The R Project for Statistical Computing
</description>
<projectUrl>
http://www.r-project.org
</projectUrl>
<tags>
statistics
</tags>
<copyright>
Copyright (C) 1989, 1991 Free Software Foundation, Inc
</copyright>
<licenseUrl>
http://www.r-project.org/Licenses/
</licenseUrl>
<requireLicenseAcceptance>
false
</requireLicenseAcceptance>
<iconUrl>
http://cran.cnr.berkeley.edu/Rlogo.jpg
</iconUrl>
<!--<dependencies>
<dependency id="" version="" />
</dependencies>-->
<releaseNotes></releaseNotes>
</metadata>
</package>
\ No newline at end of file
R.Project/Rlogo.jpg
deleted
100644 → 0
View file @
fffaa682
3.1 KB
R.Project/tools/chocolateyInstall.ps1
deleted
100644 → 0
View file @
fffaa682
$url
=
'http://cran.rstudio.com/bin/windows/base/R-2.15.2-win.exe'
Install-ChocolateyPackage
'R.Project'
'exe'
'/silent'
"
$url
"
-validExitCodes
@(
0
)
R.Project/tools/chocolateyUninstall.ps1
deleted
100644 → 0
View file @
fffaa682
$unpath
=
"
${Env:ProgramFiles}
\R\R-2.15.2\unins000.exe"
Uninstall-ChocolateyPackage
'R.Project'
'exe'
'/silent'
"
$unpath
"
-validExitCodes
@(
0
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment