<?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 Install in multiple labs in R-ArcGIS Questions</title>
    <link>https://community.esri.com/t5/r-arcgis-questions/install-in-multiple-labs/m-p/853476#M247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I manage multiple labs and would like to install this on them. Is there a way to install them without running the script in Toolbox or does that need to be done on every individual machine?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Apr 2019 12:55:22 GMT</pubDate>
    <dc:creator>JoshObrecht1</dc:creator>
    <dc:date>2019-04-02T12:55:22Z</dc:date>
    <item>
      <title>Install in multiple labs</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/install-in-multiple-labs/m-p/853476#M247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I manage multiple labs and would like to install this on them. Is there a way to install them without running the script in Toolbox or does that need to be done on every individual machine?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2019 12:55:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/install-in-multiple-labs/m-p/853476#M247</guid>
      <dc:creator>JoshObrecht1</dc:creator>
      <dc:date>2019-04-02T12:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Install in multiple labs</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/install-in-multiple-labs/m-p/853477#M248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can now install the R-ArcGIS bridge via the Geoprocessing option in ArcGIS Pro. Out of the box we don't offer automating installing the bridge with the installation of ArcGIS Pro. Is R a part of your image for these machines? If so, we may be able to give you some code patterns for a batch file that sets up the bridge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 16:22:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/install-in-multiple-labs/m-p/853477#M248</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-05-06T16:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Install in multiple labs</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/install-in-multiple-labs/m-p/853478#M249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;R will be part of the image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2019 16:26:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/install-in-multiple-labs/m-p/853478#M249</guid>
      <dc:creator>JoshObrecht1</dc:creator>
      <dc:date>2019-05-06T16:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Install in multiple labs</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/install-in-multiple-labs/m-p/853479#M250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 3 different options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-) You can use the following command to install the bridge after you install R from arcgisbinding.zip that is local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;./R.exe --vanilla -e "install.packages(pkgs='C:/Users/user/Downloads/arcgisbinding_1.0.1.232.zip',destdir=NULL)"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2-) Similarly, you canuse the github repo location "https://github.com/R-ArcGIS/$repo/archive/master.zip"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3-) You can unzip arcgisbinding and copy it to lib folder in R directory. Note that, if R_Home is not set correctly after installing R this option may not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2019 22:41:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/install-in-multiple-labs/m-p/853479#M250</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-05-07T22:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Install in multiple labs</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/install-in-multiple-labs/m-p/853480#M251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was Orhun's answer enough to get you going with this? If you need to configure the R connection for each Pro instance, when you select the desired installation of R from the Geoprocessing options pane, internally all that is happening is creating a new text file, located at &lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;%LOCALAPPDATA%\Esri\RIntegration.conf&lt;/SPAN&gt;. This file is a text file containing a single line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;R_HOME=&amp;lt;Path to selected R installation&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, with R 3.6.0 installed, it might be set to:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;R_HOME=c:\Program Files\R\R-3.6.0&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Shaun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2019 17:59:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/install-in-multiple-labs/m-p/853480#M251</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2019-05-16T17:59:27Z</dc:date>
    </item>
  </channel>
</rss>

