<?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-ArcGIS bridge setup issues in R-ArcGIS Questions</title>
    <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785459#M69</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response. My directories match yours.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/464481_123.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Oct 2019 03:13:38 GMT</pubDate>
    <dc:creator>HarleySchinagl</dc:creator>
    <dc:date>2019-10-21T03:13:38Z</dc:date>
    <item>
      <title>R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785445#M55</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted to learn about R and ArcGIS so I started the R-ArcGIS Bridge web course. I haven't gotten off to a good start. I have only just started the course and installed the bridge. Then I received an error with arc.check_product(). The error is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; arc.check_product()&lt;BR /&gt;Error in arc.check_product() : &lt;BR /&gt; could not find function "arc.check_product"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The installation process seemed to work so I'm not sure what the issue is. I'm using ArcGIS Pro 2.4.2 and R Studio 1.2.1335&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 00:26:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785445#M55</guid>
      <dc:creator>HarleySchinagl</dc:creator>
      <dc:date>2019-10-07T00:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785446#M56</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Harley,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before you run that line, you'll need to first run:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;library&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;arcgisbinding&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order to load the package into R. R is built up of many extensions, but only the ones someone is using are typically loaded, by explicitly running the &lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;library&lt;/SPAN&gt; command on each extension to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Shaun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 01:45:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785446#M56</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2019-10-07T01:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785447#M57</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Shaun. I should have specified that I did load the library first.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 01:50:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785447#M57</guid>
      <dc:creator>HarleySchinagl</dc:creator>
      <dc:date>2019-10-07T01:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785448#M58</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks for the clarification -- the error you mentioned is the same one you would see if the package wasn't loaded at all. Do you get the "Please call arc.check_product() to define a desktop license" message after loading arcgisbinding? If you run this, can you report what it displays?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;ls(package:arcgisbinding)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 01:56:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785448#M58</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2019-10-07T01:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785449#M59</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When loading the library only I get the following:&lt;/P&gt;&lt;P&gt;&amp;gt; library(arcgisbinding)&lt;BR /&gt;Error: package or namespace load failed for ‘arcgisbinding’:&lt;BR /&gt; .onLoad failed in loadNamespace() for 'arcgisbinding', details:&lt;BR /&gt; call: inDL(x, as.logical(local), as.logical(now), ...)&lt;BR /&gt; error: Failed to load 'libobjects_pro.dll'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 02:05:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785449#M59</guid>
      <dc:creator>HarleySchinagl</dc:creator>
      <dc:date>2019-10-07T02:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785450#M60</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks for the report. Can you confirm that it does work from a vanilla R GUI session? It looks like possibly a bad interaction with R Studio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 02:07:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785450#M60</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2019-10-07T02:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785451#M61</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same result:&lt;/P&gt;&lt;P&gt;&amp;gt; library(arcgisbinding)&lt;BR /&gt;Error: package or namespace load failed for ‘arcgisbinding’:&lt;BR /&gt; .onLoad failed in loadNamespace() for 'arcgisbinding', details:&lt;BR /&gt; call: inDL(x, as.logical(local), as.logical(now), ...)&lt;BR /&gt; error: Failed to load 'libobjects_pro.dll'&lt;BR /&gt;&amp;gt; arc.check_product()&lt;BR /&gt;Error in arc.check_product() : &lt;BR /&gt; could not find function "arc.check_product"&lt;BR /&gt;&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 02:30:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785451#M61</guid>
      <dc:creator>HarleySchinagl</dc:creator>
      <dc:date>2019-10-07T02:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785452#M62</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the details. What version of R are you working with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 02:32:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785452#M62</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2019-10-07T02:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785453#M63</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;3.6.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 02:57:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785453#M63</guid>
      <dc:creator>HarleySchinagl</dc:creator>
      <dc:date>2019-10-07T02:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785454#M64</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks again. It isn't clear yet what is causing the issue, but we made some compiler upgrades to the latest build of the package that may be the culprit. Until we're able to find out what is causing this issue, could you try installing the previous v232 release of the package?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;A class="link-titled" href="https://github.com/R-ArcGIS/r-bridge/releases/tag/v1.0.1.232" title="https://github.com/R-ArcGIS/r-bridge/releases/tag/v1.0.1.232"&gt;Release v1.0.1.232 · R-ArcGIS/r-bridge · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, and sorry for the trouble, Shaun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 04:15:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785454#M64</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2019-10-07T04:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785455#M65</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I installed it and got it to return the ArcGIS Pro product info in RGui, but not RStudio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 04:36:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785455#M65</guid>
      <dc:creator>HarleySchinagl</dc:creator>
      <dc:date>2019-10-07T04:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785456#M66</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to go to Tools--&amp;gt; Global Options in R Studio and make sure that RStudio is calling the version of R that you have set up the bridge for. Then the next thing to check will be in Documents/R folder to make sure that there is an arcgisbinding folder for the version of R you are using. Let us know if this issue persists after checking these.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2019 19:16:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785456#M66</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-10-07T19:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785457#M67</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info. I checked both of those and everything seems to be ok. Though, one minor thing to note is that the arcgisbinding folder was in&amp;nbsp;Documents\R\win-library\3.6\arcgisbinding ... The other sources say the R version is 3.6.1. I am not sure if this matters. I have only ever had one version of R installed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2019 02:32:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785457#M67</guid>
      <dc:creator>HarleySchinagl</dc:creator>
      <dc:date>2019-10-08T02:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785458#M68</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for checking Harley. I think I have an idea about the issue you are having. I installed your ArcGIS Pro, R and R-ArcGIS Bridge versions&amp;nbsp;and able to get the bridge running (image below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="My Current R Studio Output" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/461445_Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We did find some issues with using bridge with R-Studio and 3.6.1&amp;nbsp;however. It seems 3.6.1&amp;nbsp;points totwo directories. One in the install location (inside Program Files) and another in Documents (that is where you found arcgisbinding to be installed).&amp;nbsp;&amp;nbsp;However, when R is updated sometime R-Studio does not add the second location where new packages are installed (one in Documents). Can you please run the following after you launch R-Studio with R 3.6.1?&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;.libPaths()&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In my workspace, it returns the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/461446_Capture1.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R-Bridge resides in the first directory. I suspect that R-Studio does not have the Documents/R in its libPaths. If you do not see the&amp;nbsp;first path you can add that path by simply providing as an input to .libPaths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do see it however, then bridge might not have properly setup it that case I suggest the following:&lt;/P&gt;&lt;P&gt;1-) Erase arcgisbinding folder from Documents/R for 3.6.1&lt;/P&gt;&lt;P&gt;2-) Download zip file for bridge version 232 (as Shaun suggested above) from&amp;nbsp;&lt;A class="link-titled" href="https://github.com/R-ArcGIS/r-bridge/releases/tag/v1.0.1.232" title="https://github.com/R-ArcGIS/r-bridge/releases/tag/v1.0.1.232"&gt;Release v1.0.1.232 · R-ArcGIS/r-bridge · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3-) Launch Pro --&amp;gt; Geoprocessing --&amp;gt; Options --&amp;gt; R-ArcGIS Support&lt;/P&gt;&lt;P&gt;4-) Select R 3.6.1 from the drop-down. If you Pro does not find it (not likely), manually point to bin folder of 3.6.1&amp;nbsp;&lt;/P&gt;&lt;P&gt;5-) From the drop-down (black arrow) below the Detected R home directories click on "Install from Zip file" and point to the zip file you downloaded in step 2 and run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should set everything up correctly. If not please let us know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2019 21:17:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785458#M68</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-10-08T21:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785459#M69</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response. My directories match yours.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/464481_123.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2019 03:13:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785459#M69</guid>
      <dc:creator>HarleySchinagl</dc:creator>
      <dc:date>2019-10-21T03:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785460#M70</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harley, &lt;BR /&gt;&lt;BR /&gt;We recently released the v237 build of the bridge which contains fixes specifically for interacting with R 3.6 and current versions of RStudio -- could you try it out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shaun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2019 05:48:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/785460#M70</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2019-10-25T05:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: R-ArcGIS bridge setup issues</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/1021579#M352</link>
      <description>&lt;P&gt;Hello Harley,&lt;/P&gt;&lt;P&gt;I am not sure if you are having issues with setting up the R-ArcGIS Bridge. It has been a while since your original post so I wanted to check back and share some updates on enhancements we made to the setup.&lt;/P&gt;&lt;P&gt;Now you can easily set up the bridge from R using the script below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;install.packages("arcgisbinding", repos="http://r.esri.com" type="win.binary")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Orhun&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 16:44:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/r-arcgis-bridge-setup-issues/m-p/1021579#M352</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-01-29T16:44:17Z</dc:date>
    </item>
  </channel>
</rss>

