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
ed46fef2
Commit
ed46fef2
authored
Sep 27, 2012
by
NOMURA Yoshihide
Browse files
updated r.project to 2.15.1 and added uninstall script.
parent
413e3d0f
Changes
3
Hide whitespace changes
Inline
Side-by-side
R.Project/R.Project.nuspec
View file @
ed46fef2
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<metadata>
<metadata>
<id>
R.Project
</id>
<id>
R.Project
</id>
<title>
The R Project for Statistical Computing
</title>
<title>
The R Project for Statistical Computing
</title>
<version>
2.15.
0
</version>
<version>
2.15.
1
</version>
<authors>
R Core Team
</authors>
<authors>
R Core Team
</authors>
<owners>
Elliando Dias
</owners>
<owners>
Elliando Dias
</owners>
<summary>
R is a system for statistical computation and graphics. It consists of a language plus a
<summary>
R is a system for statistical computation and graphics. It consists of a language plus a
...
...
R.Project/tools/chocolateyInstall.ps1
View file @
ed46fef2
Install-ChocolateyPackage
'R.Project'
'exe'
'/silent'
'http://cran.cnr.berkeley.edu/bin/windows/base/R-2.15.0-win.exe'
-validExitCodes
@(
0
)
$url
=
'http://cran.at.r-project.org/bin/windows/base/R-2.15.1-win.exe'
\ No newline at end of file
Install-ChocolateyPackage
'R.Project'
'exe'
'/silent'
"
$url
"
-validExitCodes
@(
0
)
R.Project/tools/chocolateyUninstall.ps1
0 → 100644
View file @
ed46fef2
$unpath
=
"
${Env:ProgramFiles}
\R\R-2.15.1\unins000.exe"
Uninstall-ChocolateyPackage
'R.Project'
'exe'
'/silent'
"
$unpath
"
-validExitCodes
@(
0
)
Write
Preview
Supports
Markdown
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