How to Submit R Packages to CRAN

Posted on Jun 03, 2012 in Programming • Tagged with R, ftp, sftp, programming, submit, package, CRAN

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

Submit using web form or using ftp following the steps below.

  1. Upload the .tar.gz file using anonymous as log-in name and your e-mail address as password …


Continue reading

Load User-written Script into Ruby

Posted on Aug 25, 2012 in Computer Science • Tagged with search path, require, programming, load, package, Ruby

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

By default the current working directoly is not in the search path of Ruby. To load a user-written script named "script.rb" into Ruby, you can use …


Continue reading