<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: R interface in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63850#M398</link>
    <description>SAS/IML Studio 3.3 and PROC IML 9.22 do not support R 2.12.0 or later. Support for these newer versions of R has been added to SAS/IML Studio 3.4 and PROC IML 9.3, which will be released when SAS 9.3 ships later this year.</description>
    <pubDate>Fri, 11 Feb 2011 13:13:17 GMT</pubDate>
    <dc:creator>Simon_sas</dc:creator>
    <dc:date>2011-02-11T13:13:17Z</dc:date>
    <item>
      <title>R interface</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63841#M389</link>
      <description>I just got R installed and tried to call it from SAS/IML Studio. After setting R_HOME I got the error message: IML Studio was unable to load R. (1, 1).&lt;BR /&gt;
What could be the reason for that?</description>
      <pubDate>Tue, 02 Mar 2010 16:31:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63841#M389</guid>
      <dc:creator>Volker_Bayer</dc:creator>
      <dc:date>2010-03-02T16:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: R interface</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63842#M390</link>
      <description>I assume that you are able to run R from Start--&amp;gt;All Programs--&amp;gt;R?&lt;BR /&gt;
&lt;BR /&gt;
If so, I think you should contact SAS Technical Support and send them the following information:&lt;BR /&gt;
1) The version of R you are using&lt;BR /&gt;
2) The version of Windows you are using&lt;BR /&gt;
3) Are you using a 32-bit or 64-bit version of Windows?&lt;BR /&gt;
4) Are you using a 32-bit or 64-bit version of R?</description>
      <pubDate>Tue, 02 Mar 2010 18:08:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63842#M390</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2010-03-02T18:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: R interface</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63843#M391</link>
      <description>Hi&lt;BR /&gt;
Same prob.  The trick is you need the installpath not the location of R.exe ie&lt;BR /&gt;
C:\Program Files\R\R-2.10.1 (I used the registry method).&lt;BR /&gt;
R</description>
      <pubDate>Thu, 04 Mar 2010 06:26:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63843#M391</guid>
      <dc:creator>Sticky</dc:creator>
      <dc:date>2010-03-04T06:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: R interface</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63844#M392</link>
      <description>Yes, R_HOME should point to the installation directory, not to the `bin` subdirectory. &lt;BR /&gt;
 &lt;BR /&gt;
The main purpose of R_HOME is to enable SAS/IML Studio to work with a particular version of R when you have multiple versions of R installed.&lt;BR /&gt;
&lt;BR /&gt;
When you install R from Windows binaries&lt;BR /&gt;
(for example, by launching `R-2.10.1-win32.exe`)&lt;BR /&gt;
it automatically sets R_HOME (or maybe there is a checkbox in the installer), so most folks don't need to fiddle with R_HOME at all. &lt;BR /&gt;
&lt;BR /&gt;
I'm curious. Was R_HOME not set properly after you installed R? &lt;BR /&gt;
Did you install from Windows binaries or did you build R from source code?</description>
      <pubDate>Thu, 04 Mar 2010 18:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63844#M392</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2010-03-04T18:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: R interface</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63845#M393</link>
      <description>R_HOME  or the registry entry wasn't set when I installed 2.10.1.&lt;BR /&gt;
Looking at the windows FAQ for R it looks like its supposed to set up the appropriate registry entry by default.  However if you run Rsetreg.exe in the bin  dir it sets the registry items for you.&lt;BR /&gt;
R</description>
      <pubDate>Fri, 05 Mar 2010 01:10:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63845#M393</guid>
      <dc:creator>Sticky</dc:creator>
      <dc:date>2010-03-05T01:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: R interface</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63846#M394</link>
      <description>Thanks for the tips!&lt;BR /&gt;
The idea was to use the prerelease 64-bit R Version 2.11.0 on our new 64-bit windows server to exploit the 64-bit architecture.&lt;BR /&gt;
Now it works, and this is what I learned from SAS support:&lt;BR /&gt;
(a) There is no true 64-bit version of SAS/IML Studio.&lt;BR /&gt;
(b) The edition of SAS/IML Studio labeled for 64-bit Windows is really a 32-bit program that runs on 64-bit Windows.&lt;BR /&gt;
(c) SAS/IML Studio 3.2 requires a 32-bit version of R.&lt;BR /&gt;
(d) There is no official distribution of R for 64-bit Windows from the Comprehensive R Archive Network (CRAN). There is a version of R for 64-bit Windows available from REvolution Computing, but it will not work with IML Studio because IML Studio 3.2 requires a 32-bit version of R.&lt;BR /&gt;
(e) We do have plans to produce a true 64-bit version of SAS/IML Studio in the future. However, there is no schedule yet for when that would be available. At least a couple of years.&lt;BR /&gt;
(f) If SAS/IML Studio 3.2 is installed on a 64-bit Windows system and SAS 9.2 is also installed in 64-bit form, IML Studio can connect to the 64-bit SAS.&lt;BR /&gt;
&lt;BR /&gt;
So we tried it with a 32-bit version after the confirmation:&lt;BR /&gt;
"I can confirm that SAS/IML Studio work fine with R 2.10.1."&lt;BR /&gt;
After setting R_HOME as proposed, we got it.&lt;BR /&gt;
One last finfding: The error message mentioned above is the same, either using a 64-bit version of R, or having the environment variable not set.</description>
      <pubDate>Fri, 12 Mar 2010 14:55:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63846#M394</guid>
      <dc:creator>Volker_Bayer</dc:creator>
      <dc:date>2010-03-12T14:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: R interface</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63847#M395</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I am stuck with the very same problem. In the beginning I've been able to install SAS/IML Studio 3.2, and manually set R_HOME in system environment variables. It worked. &lt;BR /&gt;
&lt;BR /&gt;
But now I need another install, and the same approach fails miserably. R itself does not seem to leave any traces in the registry (I've checked that option during the installation, as well as tried running the RSetReg.exe file). Nada. &lt;BR /&gt;
&lt;BR /&gt;
Version 3.3 of the Studio hasn't helped either. It would have been much easier to appoint the R directory from within SAS/IML Studio itself. Or at least for the error to be more verbose, as there is no clue to a solution.</description>
      <pubDate>Sun, 26 Dec 2010 12:54:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63847#M395</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-12-26T12:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: R interface</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63848#M396</link>
      <description>What version of R are you using?</description>
      <pubDate>Mon, 03 Jan 2011 16:08:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63848#M396</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2011-01-03T16:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: R interface</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63849#M397</link>
      <description>Does IML studio 3.3 work with R 2.12.1 ?&lt;BR /&gt;
&lt;BR /&gt;
R</description>
      <pubDate>Fri, 11 Feb 2011 00:03:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63849#M397</guid>
      <dc:creator>Sticky</dc:creator>
      <dc:date>2011-02-11T00:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: R interface</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63850#M398</link>
      <description>SAS/IML Studio 3.3 and PROC IML 9.22 do not support R 2.12.0 or later. Support for these newer versions of R has been added to SAS/IML Studio 3.4 and PROC IML 9.3, which will be released when SAS 9.3 ships later this year.</description>
      <pubDate>Fri, 11 Feb 2011 13:13:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63850#M398</guid>
      <dc:creator>Simon_sas</dc:creator>
      <dc:date>2011-02-11T13:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: R interface</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63851#M399</link>
      <description>Thanks for this info. Also how does one update their installation of IML to ver 9.22. I understand it came out later than the rest of 9.22 which I have already.&lt;BR /&gt;
Thanks&lt;BR /&gt;
S</description>
      <pubDate>Tue, 15 Feb 2011 05:27:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63851#M399</guid>
      <dc:creator>Sticky</dc:creator>
      <dc:date>2011-02-15T05:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: R interface</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63852#M400</link>
      <description>That was recently discussed on the following thread:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=12881&amp;amp;tstart=0" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=12881&amp;amp;tstart=0&lt;/A&gt;</description>
      <pubDate>Tue, 15 Feb 2011 13:09:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/R-interface/m-p/63852#M400</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2011-02-15T13:09:08Z</dc:date>
    </item>
  </channel>
</rss>

