_Readme_infoRNAseq.txt Wed Nov 29 10:19:54 2023 # To install the R package infoRNAseq you can type # (in one window of your operative system; i.e., a command window) R CMD INSTALL infoRNAseq_1.0.tar.gz # 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 "infoRNAseq stuff" # Alternatively, to install from inside R: # You need to have file "infoRNAseq_1.0.tar.gz" in your current # working directory (use "getwd()"); then the "dir()" command # will show file "infoRNAseq_1.0.tar.gz". # Then you can proceed to install using: # install.packages("infoRNAseq_1.0.tar.gz", repos = NULL, type="source") # After the package is installed, and within R, use library(infoRNAseq)