R Package Manager
This utility helps to install and uninstall recommended R packages. It also enables you to install newest packages that available on the R CRAN site (https://cran.r-project.org/web/packages/available_packages_by_name.html).
Before you Run Any R Packages in JMP Genomics:
You need to modify the sasv9.cfg file to include the -RLANG option before running any R packages. You must set this option or you will encounter error messages when attempting to use any APs or Add-Ins that use R.
1 | Navigate to the location of the sasv9.cfg file on your computer. Typically, this file is located in the C:\Program Files\SASHome\SASFoundation\9.4\nls\en\ directory; |
2 | Open the file with a text editor; |
3 | Type -RLANG in the first line of the file; |
4 | Save and close the sasv9.cfg file. |
Refer to the RLANG System Option page (http://support.sas.com/documentation/cdl/en/imlug/63541/HTML/default/viewer.htm#imlug_r_sect003.htm) for more information.