<?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: SAS IML Error:  An installed version of R could not be found. in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266169#M2689</link>
    <description>&lt;P&gt;Ah, now we are getting somewhere.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just noticed R is installed in my My Documents directory.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I tell SAS to look for it there?&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2016 19:26:48 GMT</pubDate>
    <dc:creator>KAZ</dc:creator>
    <dc:date>2016-04-25T19:26:48Z</dc:date>
    <item>
      <title>SAS IML Error:  An installed version of R could not be found.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/264645#M2668</link>
      <description>&lt;P&gt;I am attempting to run R from proc iml and am getting the following error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: An installed version of R could not be found.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am running:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R 3.2.3 64bit&lt;/P&gt;
&lt;P&gt;SAS 9.4 (TS1M2)&lt;/P&gt;
&lt;P&gt;SAS/IML 13.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;on Windows x64 7pro.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From everythign I've read, IML 13.2 is compatible with R 3.2.x.&amp;nbsp; Is SAS relying on a system path variable or something else that I am missing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 18:24:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/264645#M2668</guid>
      <dc:creator>KAZ</dc:creator>
      <dc:date>2016-04-18T18:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS IML Error:  An installed version of R could not be found.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/265744#M2679</link>
      <description>&lt;P&gt;How are you calling PROC IML? From EG? The SAS Windowing environment (DMS)? Other?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R should be installed on the same computer that is executing SAS. So, for example, if you are running SAS through EG and connecting to a remote SAS server, then R needs to be installed on that server. If you install it on your local (client) PC, the SAS server will not be able to locate R.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 19:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/265744#M2679</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-04-22T19:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS IML Error:  An installed version of R could not be found.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266040#M2683</link>
      <description>&lt;P&gt;Everything, SAS and R, is running on my Windows machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My sasv9.cfg file in SASHome\SASFoundation\9.4 directoy reads:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-RLANG&lt;BR /&gt;-config "C:\Program Files\SASHome\SASFoundation\9.4\nls\en\sasv9.cfg"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when I run:&lt;/P&gt;
&lt;P&gt;proc options option=RLANG;&amp;nbsp; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The NORLANG options is reported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 14:14:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266040#M2683</guid>
      <dc:creator>KAZ</dc:creator>
      <dc:date>2016-04-25T14:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS IML Error:  An installed version of R could not be found.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266110#M2684</link>
      <description>&lt;P&gt;I'm confused. What has changed? This is a different error than you originally reported. The original problem seemed to say "you have permission to call R, but SAS can't find it."&amp;nbsp; Now you are telling&amp;nbsp;us that you don't have permission to run R.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At any rate, I have had good sucess with putting -RLANG and -MEMSIZE 12GB in my&lt;/P&gt;
&lt;P&gt;"C:\Program Files\SASHome\SASFoundation\9.4\nls\en\sasv9.cfg" file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have not told us how you are calling SAS.&amp;nbsp; The three common options are Enterprise Guide (EG), SAS Studio (web based), or native SAS Windowing environment (DMS).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 17:03:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266110#M2684</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-04-25T17:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS IML Error:  An installed version of R could not be found.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266121#M2685</link>
      <description>&lt;P&gt;I am running the native SAS windowing environment (DMS).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nothing has changed.&amp;nbsp; The follwoing code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc options option=RLANG; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;returns NORLANG in the log.&amp;nbsp; If I try to run R from proc IML such as :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc iml;&lt;BR /&gt;submit / R;&lt;BR /&gt;&amp;nbsp; rx &amp;lt;- matrix( 1:3, nrow=1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # vector of sequence 1,2,3&lt;BR /&gt;&amp;nbsp; rm &amp;lt;- matrix( 1:9, nrow=3, byrow=TRUE) # 3 x 3 matrix&lt;BR /&gt;&amp;nbsp; rq &amp;lt;- rm %*% t(rx)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # matrix multiplication&lt;BR /&gt;&amp;nbsp; print(rq)&lt;BR /&gt;endsubmit;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get the following error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: The RLANG system option must be specified in the SAS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; configuration file or on the SAS invocation command line to&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enable the submission of R language statements.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 17:15:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266121#M2685</guid>
      <dc:creator>KAZ</dc:creator>
      <dc:date>2016-04-25T17:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS IML Error:  An installed version of R could not be found.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266129#M2686</link>
      <description>&lt;P&gt;Great. I'm just saying that&amp;nbsp;you are now getting&amp;nbsp;a different error than you originally stated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add -RLANG to your sasv9.cfg file. Exit SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Re-run SAS and try&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;options&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;option&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=RLANG &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;value&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;The VALUE option should tell you that RLANG was set in your config file. If it doesn't, you might need to ask a system administrator whether there are other config files that run after yours.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;Alternatively, click RMB on the SAS icon on your desktop of Start menu. Select "Properties" and add -RLANG to the Target command line in the "Properties" dialog box.&amp;nbsp; Maybe the command line has -NORLANG specified, which would override the option.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 17:28:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266129#M2686</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-04-25T17:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS IML Error:  An installed version of R could not be found.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266157#M2687</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; I aplogize for the confusion.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my start menu, the target for the SAS icon was:&lt;/P&gt;
&lt;P&gt;"C:\Program Files\SASHome\SASFoundation\9.4\sas.exe" -CONFIG "C:\Program Files\SASHome\SASFoundation\9.4\nls\en\sasv9.cfg"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and I added the -RLANG option in the prior config file.&amp;nbsp; I launched SAS with:&lt;/P&gt;
&lt;P&gt;"C:\Program Files\SASHome\SASFoundation\9.4\sas.exe" -CONFIG "C:\Program Files\SASHome\SASFoundation\9.4\sasv9.cfg"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And now the RLANG option is regonized:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc options option=RLANG value; run;&lt;BR /&gt;Option Value Information For SAS Option RLANG&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value: RLANG&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Scope: SAS Session&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; How option value set: Config File&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Config file name:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Program Files\SASHome\SASFoundation\9.4\sasv9.cfg&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I received the original error message when I try to call R:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2&lt;BR /&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp; proc iml;&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;NOTE: IML Ready&lt;BR /&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp; submit / R;&lt;BR /&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rx &amp;lt;- matrix( 1:3, nrow=1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # vector of sequence 1,2,3&lt;BR /&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rm &amp;lt;- matrix( 1:9, nrow=3, byrow=TRUE) # 3 x 3 matrix&lt;BR /&gt;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rq &amp;lt;- rm %*% t(rx)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # matrix multiplication&lt;BR /&gt;8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print(rq)&lt;BR /&gt;9&amp;nbsp;&amp;nbsp;&amp;nbsp; endsubmit;&lt;BR /&gt;ERROR: SAS could not initialize the R language interface.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;statement : SUBMIT at line 4 column 1&lt;BR /&gt;10&amp;nbsp;&amp;nbsp; run;&lt;BR /&gt;NOTE: Module MAIN is undefined in IML; cannot be RUN.&lt;BR /&gt;11&amp;nbsp;&amp;nbsp; quit;&lt;BR /&gt;NOTE: Exiting IML.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE IML used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.06 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.46 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ERROR: An installed version of R could not be found.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 18:40:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266157#M2687</guid>
      <dc:creator>KAZ</dc:creator>
      <dc:date>2016-04-25T18:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS IML Error:  An installed version of R could not be found.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266166#M2688</link>
      <description>&lt;P&gt;What is the location in which you have installed R?&amp;nbsp; For example, my version of R is installed in&lt;/P&gt;
&lt;P&gt;C:\Program Files\R\R-3.2.2&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 19:22:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266166#M2688</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-04-25T19:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS IML Error:  An installed version of R could not be found.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266169#M2689</link>
      <description>&lt;P&gt;Ah, now we are getting somewhere.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just noticed R is installed in my My Documents directory.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I tell SAS to look for it there?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 19:26:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266169#M2689</guid>
      <dc:creator>KAZ</dc:creator>
      <dc:date>2016-04-25T19:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS IML Error:  An installed version of R could not be found.</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266201#M2690</link>
      <description>&lt;P&gt;If R is installed in a nonstandard location (or if you have multiple copies of R and you want SAS to use a particular version), you can define the R_HOME environment variable. How you do that depends on the version of Windows that you are running, but hopefully this Windows 7 example will point you in the right direction.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From Control Panel, search for "environment." Click on the link that says something like "Edit environment variables for your account". (On Windows 7, it is on the &lt;STRONG&gt;System Properties&lt;/STRONG&gt; dialog, on the &lt;STRONG&gt;Advanced&lt;/STRONG&gt; Tab, click &lt;STRONG&gt;Environment Variables&lt;/STRONG&gt;.)&lt;/P&gt;
&lt;P&gt;&lt;IMG title="Region Capture.png" alt="Region Capture.png" src="https://communities.sas.com/t5/image/serverpage/image-id/2905iA9D0ADD564A64585/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Click &lt;STRONG&gt;New &lt;/STRONG&gt;in the top section for "user variables."&amp;nbsp; Type R_HOME for the &lt;STRONG&gt;Variable name&lt;/STRONG&gt; field and the full path of your R&amp;nbsp;installation for the &lt;STRONG&gt;Variable value&lt;/STRONG&gt; field.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG title="Window Capture.png" alt="Window Capture.png" src="https://communities.sas.com/t5/image/serverpage/image-id/2909iE1B9783712FA9612/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 20:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-IML-Error-An-installed-version-of-R-could-not-be-found/m-p/266201#M2690</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-04-25T20:23:08Z</dc:date>
    </item>
  </channel>
</rss>

