To build binary installable package

    cd <same-directory-as-this-readme-file>
     R CMD build .


To install the binary package to your local R environment  
(
    These instructions should work if you are on Linux or Mac, or are using Cygwin on Windows... 
    If not, sorry, but at the moment you will have to figure it out for yourself ...
)
    
    cd <same-directory-as-basicUtils_1.0.tar.gz>
    echo 'install.packages("basicUtils_1.0.tar.gz", repos=NULL)' | R --no-save
