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
2aad2508
Commit
2aad2508
authored
Nov 01, 2012
by
NOMURA Yoshihide
Browse files
updated r project version as 2.15.2
parent
68c297e6
Changes
3
Hide whitespace changes
Inline
Side-by-side
R.Project/R.Project.nuspec
View file @
2aad2508
...
@@ -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.
1
</version>
<version>
2.15.
2
</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 @
2aad2508
$url
=
'http://cran.
at.r-project.org
/bin/windows/base/R-2.15.
1
-win.exe'
$url
=
'http://cran.
rstudio.com
/bin/windows/base/R-2.15.
2
-win.exe'
Install-ChocolateyPackage
'R.Project'
'exe'
'/silent'
"
$url
"
-validExitCodes
@(
0
)
Install-ChocolateyPackage
'R.Project'
'exe'
'/silent'
"
$url
"
-validExitCodes
@(
0
)
R.Project/tools/chocolateyUninstall.ps1
View file @
2aad2508
$unpath
=
"
${Env:ProgramFiles}
\R\R-2.15.
1
\unins000.exe"
$unpath
=
"
${Env:ProgramFiles}
\R\R-2.15.
2
\unins000.exe"
Uninstall-ChocolateyPackage
'R.Project'
'exe'
'/silent'
"
$unpath
"
-validExitCodes
@(
0
)
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