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

Call Java in R Using Package rJava

Posted on Jun 23, 2012 in Computer Science • Tagged with programming, Java, array, rJava, R, vector, package

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

The package "rJava" offers a convenient way to call Java code from R. The following are some tips for using the "rJava" package.

  1. You must first start …


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

R Coding Style

Posted on Jun 23, 2016 in Programming • Tagged with programming, R, CRAN, formatting

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. You can use the …

Continue reading