_ReadmeSalsa Fri Feb 3 03:58:58 2023 octavio.martinez (at) cinvestav.mx # To install the R package SALSA you can type # (in one window of your operative system; i.e., a command window) R CMD INSTALL Salsa_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 "SALSA stuff" # Alternatively, to install from inside R: # You need to have file "Salsa_1.0.tar.gz" in your current # working directory (use "getwd()"); then the "dir()" command # will show file "Salsa_1.0.tar.gz". # Then you can proceed to install using: # install.packages("Salsa_1.0.tar.gz", repos = NULL, type="source") # After the package is installed, and within R, use library(Salsa)