_Readme_infoRNAseq.txt # July 2024 # First download the file "CodonInfo_1.0.tar.gz" # To install the R package CodonInfo you can type # (in one window of your operative system; i.e., a command window) R CMD INSTALL CodonInfo_1.0.tar.gz # After the package is installed, and within R, type library(CodonInfo) # and if everything is all right you installed the package successfully. # I have only checked it in my Mac laptop from the command line. # You can also install from inside R (see below) # Please let me know if you have problems with a mail to: # octavio.martinez@cinvestav.mx # and subject "CodonInfo stuff" # Alternatively, to install from inside R: # You need to have file "CodonInfo_1.0.tar.gz" in your current # working directory (use "getwd()"); then the "dir()" command # will show file "CodonInfo_1.0.tar.gz". # Then you can proceed to install using: # install.packages("CodonInfo_1.0.tar.gz", repos = NULL, type="source") # After the package is installed, and within R, type library(CodonInfo) # and if everything is all right you installed the package successfully.