I have recently started using the Cloud 9 IDE and migrated my code from Windows 7 Professional system. Cloud 9 provides an Ubuntu VM pre-configured with Node.js, Python, etc. I am unable to install my favorite programming language, R, using the set of instructions provided on the CRAN site.
This is the set of instructions here.
I am unable to get this off the ground and have tripped over the very first step of downloading R from a CRAN mirror. I have tried:
somebody:~/workspace $ deb https://cran.stat.auckland.ac.nz/bin/linux/ubuntu trusty/
bash: deb: command not found
Clearly, I am a noob when it comes to Linux. Any help?