Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
SOWI Administratoren
chocolatey-packages
Commits
d29255fa
Unverified
Commit
d29255fa
authored
Jan 06, 2020
by
Dr. Markus Schrenker
Committed by
GitHub
Jan 06, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6 from facorread/master
R.Studio.1.2.5033
parents
22748318
6ded3bc9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
R.Studio/R.Studio.1.2.5019.nupkg
R.Studio/R.Studio.1.2.5019.nupkg
+0
-0
R.Studio/R.Studio.nuspec
R.Studio/R.Studio.nuspec
+1
-1
R.Studio/tools/chocolateyInstall.ps1
R.Studio/tools/chocolateyInstall.ps1
+3
-3
No files found.
R.Studio/R.Studio.1.2.5019.nupkg
deleted
100644 → 0
View file @
22748318
File deleted
R.Studio/R.Studio.nuspec
View file @
d29255fa
...
...
@@ -15,7 +15,7 @@
<copyright>
© 2017 RStudio, Inc
</copyright>
<licenseUrl>
http://www.gnu.org/licenses/agpl-3.0-standalone.html
</licenseUrl>
<requireLicenseAcceptance>
false
</requireLicenseAcceptance>
<version>
1.2.50
19
</version>
<version>
1.2.50
33
</version>
<!--<dependencies>
<dependency id="R.Project" />
</dependencies>-->
...
...
R.Studio/tools/chocolateyInstall.ps1
View file @
d29255fa
$checksum
=
'
4d6521a9b89d70c3bf50414c8b6708f2
'
$checksumType
=
'
md5
'
Install-ChocolateyPackage
'R.Studio'
'exe'
'/S'
"https://download1.rstudio.org/desktop/windows/RStudio-1.2.50
19
.exe"
-CheckSum
$checksum
-ChecksumType
$checksumType
-validExitCodes
@(
0
)
$checksum
=
'
7fd3bc1b7464ec0d69e1d88b12f3e824684a507b6431927441138986cda59226
'
$checksumType
=
'
sha256
'
Install-ChocolateyPackage
'R.Studio'
'exe'
'/S'
"https://download1.rstudio.org/desktop/windows/RStudio-1.2.50
33
.exe"
-CheckSum
$checksum
-ChecksumType
$checksumType
-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