Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aims-desktop
aims-desktop-metapackages
Commits
38e0b560
Commit
38e0b560
authored
Jun 08, 2018
by
Jan Groenewald
Browse files
add aims-install-r35
parent
ac4ef5bb
Changes
3
Hide whitespace changes
Inline
Side-by-side
2017.1/aims-desktop-2017/bin/aims-install-r35
0 → 100644
View file @
38e0b560
#!/bin/bash
echo
"deb http://cloud.r-project.org/bin/linux/debian stretch-cran35/"
>
/etc/apt/sources.list.d/cran.list
apt-key adv
--keyserver
=
keys.gnupg.net
--recv-key
'E19F5F87128899B192B1A2C2AD5F960A256A04AF'
apt-get
-qq
update
apt-get
-y
install
r-base r-base-dev r-recommended
echo
"You may want to:"
echo
" * sudo apt-get -y autoremove"
echo
" * sudo apt-get clean"
echo
" * re-install any R packages in ~/.local/lib/R or /usr/local/lib/R"
echo
" * specifically IRkernel, by removing and then sudo aims-install-irkernel"
2017.1/aims-desktop-2017/debian/changelog
View file @
38e0b560
aims-desktop (2018.06.02) stretch; urgency=medium
* Added aims-install-r35
-- Jan Groenewald <jan@aims.ac.za> Fri, 08 Jun 2018 14:23:31 +0200
aims-desktop (2018.06.01ubuntu1) stretch; urgency=medium
aims-desktop (2018.06.01ubuntu1) stretch; urgency=medium
* Ensure IRkernel installs into /usr/local/
* Ensure IRkernel installs into /usr/local/
...
...
2017.1/aims-desktop-2017/debian/install
View file @
38e0b560
...
@@ -3,6 +3,7 @@ aims-starburst.png usr/share/pixmaps
...
@@ -3,6 +3,7 @@ aims-starburst.png usr/share/pixmaps
bin/aims-collect-support-data usr/bin
bin/aims-collect-support-data usr/bin
bin/aims-complete-install usr/sbin
bin/aims-complete-install usr/sbin
bin/aims-install-irkernel usr/sbin
bin/aims-install-irkernel usr/sbin
bin/aims-install-r35 usr/sbin
bin/aims-install-restricted-extras usr/sbin
bin/aims-install-restricted-extras usr/sbin
bin/aims-install-rstudio usr/sbin
bin/aims-install-rstudio usr/sbin
conf/gsettings/10_com.gexperts.Terminix.gschema.override usr/share/glib-2.0/schemas
conf/gsettings/10_com.gexperts.Terminix.gschema.override usr/share/glib-2.0/schemas
...
...
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