Using SQL in R

Posted on Jan 08, 2016 in Programming • Tagged with programming, CRAN, SQL, database, RJDBC, teradataR, RODBC

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

  1. It is suggested that …

Continue reading

Install the Latest Version of R in Ubuntu

Posted on Feb 20, 2017 in Programming • Tagged with programming, R, CRAN, Ubuntu, install, latest

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

sudo apt-add-repository -y "deb …

Continue reading

String in R

Posted on Nov 20, 2012 in Programming • Tagged with R, programming, characters, string, CRAN

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

The R package stringi …


Continue reading

Tips for R Packages

Posted on Nov 23, 2012 in Programming • Tagged with programming, repository, package, OmegaHat, CRAN, R, Bioconductor, biocLite

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

Popular Repositories for R …


Continue reading

Install Essential and Useful R Packages

Posted on Jan 23, 2015 in Programming • Tagged with CRAN, R, package, essential, Bioconductor

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

pkgs = ("data.table", "ggplot2 …

Continue reading

Writing R Extensions

Posted on Nov 23, 2012 in Programming • Tagged with R, Rcpp, programming, CRAN

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

The following are some tips for using the old fashioned way (using .C and .Call) to write R extensions. The state-of-art way to extend R via C …


Continue reading