Installing pls
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the /path/to/SRAP directory.
cd /path/to/SRAP
- Download the pls source package.
wget http://mirrors.tuna.tsinghua.edu.cn/CRAN/src/contrib/pls_2.8-0.tar.gz
- Install pls.
R CMD INSTALL pls_2.8-0.tar.gz
If the following information is displayed, the installation is successful:

Parent topic: Configuring the Compilation Environment