Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Congratulations Dean. Excellent tutorial. I followed your tutorial to the letter and I could install R and the packages you mentioned in my Ubuntu 14.04.3. Thank you for sharing this with the community.
Another “Easy way to install * on Ubuntu *” by DigitalOcean. Thanks, you save our time
After Installing R, i tried to installed below statement.
$ sudo apt-get -y install libcurl4-gnutls-dev libxml2-dev libssl-dev
It displays the below error.
"
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package libcur14-gnutls-dev "
what should I do?
During install facing this error:
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.8/libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.3_amd64.deb Hash Sum mismatch
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.8/gcc-4.8_4.8.4-2ubuntu1~14.04.3_amd64.deb Hash Sum mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
What can do I now ?
Hello Dean, thank you for this guide to take the absolute beginner from zero to a working install. I have a question for a global install problem on Ubuntu 14.04.5 (Trusty).
Using
sudo su - -c "R -e \"install.packages('devtools', repos='http://cran.rstudio.com/')\""
or the slightly modified
sudo su -l -c "/usr/bin/R -e \"install.packages('package-name', repos='https://cran.rstudio.com/')\""
I get:
/usr/bin/R: line 8: uname: command not found
followed by 16 instances of
/usr/lib/R/bin/R: line 8: uname: command not found
/usr/lib/R/bin/R: line 143: exec: sh: not found
The package package-name’s components do get downloaded but never get properly installed, be it for devtools, for swirl or any other package I want to install for all users.
The only warning/error messages I get are all mentioned here.
Installing them from CRAN in a local library for one user works flawlessly.
Can you help with that ?
Cheers, -ced
I think DigitalOcean resource should be offical Ubuntu software installer guide. Every installing tutorial that used on Ubuntu exists on DigitalOcean and telling is very good, clear, understandable. Thanks a lot again.