Search This Blog

Monday, June 09, 2014

Installing latest version of R-base in ubuntu

apt-cache showpkg r-base

which would give something like


Package: r-base
Versions:
3.0.2-1raring0 (/var/lib/apt/lists/cran.rstudio.com_bin_linux_ubuntu_raring_Packages)
 Description Language:
                 File: /var/lib/apt/lists/cran.rstudio.com_bin_linux_ubuntu_raring_Packages
                  MD5: 5787ca79ed716232c4cc2087ed9b425b

3.0.1-6raring0 (/var/lib/apt/lists/cran.rstudio.com_bin_linux_ubuntu_raring_Packages)
 Description Language:
                 File: /var/lib/apt/lists/cran.rstudio.com_bin_linux_ubuntu_raring_Packages
                  MD5: 5787ca79ed716232c4cc2087ed9b425b

and the I did a

 sudo apt-get install -f r-base=3.0.2-1raring0

and done.



Second Method

Uninstall old R:
sudo apt-get remove r-base-core
Then:
sudo gedit /etc/apt/sources.list
Add the following to the file:
deb http://cran.rstudio.com/bin/linux/ubuntu precise/
and exit gedit.
Then copy/paste these commands into the command line:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9
sudo add-apt-repository ppa:marutter/rdev
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install r-base




Sunday, June 08, 2014

Ubuntu boot repair for windouws boot loader not working

OTHERS


http://askubuntu.com/questions/450631/broadcom-b43-wifi-not-working-in-ubuntu-14-04-lts

http://itsfoss.com/things-to-do-after-installing-ubuntu-14-04/

http://www.howopensource.com/2012/10/install-broadcom-b43-legacy-wireless-driver-in-ubuntu-12-10-12-04/

http://www.howopensource.com/2012/10/install-broadcom-sta-wireless-driver-in-ubuntu-12-10-12-04/

http://en.community.dell.com/dell-blogs/direct2dell/b/direct2dell/archive/2008/10/03/linux-driver-available-for-dell-wireless-cards.aspx

sudo dpkg --configure -a
sudo apt-get install -fy
sudo apt-get purge -y --force-yes grub* shim-signed linux-signed*


Boot successfully repaired.

Please write on a paper the following URL:
http://paste.ubuntu.com/7613845/

In case you still experience boot problem, indicate this URL to:
boot.repair@gmail.com or to your favorite support forum.

You can now reboot your computer.


The boot files of [The OS now in use - Ubuntu 14.04 LTS] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)

A broken Wubi has been detected. Please fix it this way:
https://wiki.ubuntu.com/WubiGuide#Cannot_boot_into_Ubuntu


Tuesday, June 03, 2014

10 reasons why you should learn R

10. Can't crack that hard Sudoku problem?? Use R!


9. Want to pick a skill that will give you an early adopter advantage?? Learn R! It is the leading open source statistical and data analysis programming language, and is heating up! 


8. Need to run statistical calculations in your software application?? Deploy R! It integrates with many programming languages like Java, Ruby, C++, Python


7. Looking for reusable libraries to solve a complex problem?? Get R! It has 2000+ free libraries to use in areas of finance, natural language processing, cluster analysis, optimization, prediction, high performance computing etc. 


6No Windows, No Doors - R runs on all the platforms. Just name it and you got it!! Windows PC, Mac, Linux to name a few


5Did you know how much fun stats can be- Try R!!


4Are you updated with the current trends?? Leading firms like NY Times, Google, Facebook, Bank of America, Pfizer, Merck are all using R, where are you??


3. Need to run your own analysis?? Need to solve an optimization problem?? Struggling with Excel or SQL in your model??..... just few statements away - Try R!! 


2. Want to create a compelling chart?? Try R! 


1. Want the coolest job in 2014?? Learn Statistics. It is the future. Data Scientists will be the sexy job in 2018.