_README_SalsaV0.4 Fri Nov 20 06:31:58 2020 Questions and complains to # To install the R package Salsa (version 0.4) from inside R # and being in the working directory that contains the # file "Salsa_0.4.tar.gz" type: install.packages("Salsa_0.4.tar.gz", repos = NULL, type="source") # Or redirecting the command to the place where the file # "Salsa_0.4.tar.gz" is located; for example: # install.packages("C:/Users/.../Salsa_0.4.tar.gz", repos = NULL, type="source") # OR, in your operative system window you can type # (in the same directory where file "Salsa_0.4.tar.gz" # is located) R CMD INSTALL Salsa_0.4.tar.gz # After installation you can load the package # typing at the R command window > library(salsa) # And get help with: > ? salsa