Date: Tue, 11 Jan 2011 10:26:17 -0500
Reply-To: Jerome <jerome.masset@CEGEDIM.FR>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jerome <jerome.masset@CEGEDIM.FR>
Subject: Re: SAS/IML : using R package
Refering to the support, R package works in SAS/IML 9.22
http://support.sas.com/documentation/cdl/en/imlug/63541/HTML/default/viewer.ht
m#r_toc.htm (or http://tinyurl.com/4fc6bb5)
Differences from SAS/IML Studio
This section lists differences between the R option in the SUBMIT statement as
implemented in SAS/IML Studio and the same option in PROC IML:
In PROC IML, R must be installed on the computer that runs the SAS server. In
SAS/IML Studio, R must be installed on the computer that runs the SAS/IML
Studio application.
If R is installed on a SAS workspace server and is accessed through SAS
Enterprise Guide, everyone that connects to that server uses the same version
of R and the same set of installed packages. In SAS/IML Studio, R is installed
locally on the client computer, so each user can potentially have a different
version of R and different packages.
|