<?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 Uninstall Procedure? in R-ArcGIS Questions</title>
    <link>https://community.esri.com/t5/r-arcgis-questions/uninstall-procedure/m-p/826347#M200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the process for uninstalling the &lt;A data-pjax="#js-repo-pjax-container" href="https://github.com/R-ArcGIS/r-bridge-install"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;r-bridge-install&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;for Python?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 May 2017 14:47:39 GMT</pubDate>
    <dc:creator>ChristopherQuick</dc:creator>
    <dc:date>2017-05-19T14:47:39Z</dc:date>
    <item>
      <title>Uninstall Procedure?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/uninstall-procedure/m-p/826347#M200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the process for uninstalling the &lt;A data-pjax="#js-repo-pjax-container" href="https://github.com/R-ArcGIS/r-bridge-install"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;r-bridge-install&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;for Python?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 14:47:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/uninstall-procedure/m-p/826347#M200</guid>
      <dc:creator>ChristopherQuick</dc:creator>
      <dc:date>2017-05-19T14:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstall Procedure?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/uninstall-procedure/m-p/826348#M201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it listed in your system through control panel ? (search on uninstall should yield 'uninstall or change program')&lt;/P&gt;&lt;P&gt;Control Panel\All Control Panel Items\Programs and Features&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 16:38:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/uninstall-procedure/m-p/826348#M201</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-19T16:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstall Procedure?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/uninstall-procedure/m-p/826349#M202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For package managed software like R and Python, it's typical that installers don't modify packages that have been added by the user after installation, only the base software is removed. So, if you uninstall R, you'll still have any R packages left on your machine, including the arcgisbinding package installed by the R-ArcGIS bridge. To remove it, you can do so from the R prompt with the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp; remove.packages('arcgisbinding')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unlike other software, R packages are self-contained and don't have any interaction with the system, so won't have any continuing interactions with other programs or the operating system if left.&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>Fri, 19 May 2017 17:28:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/uninstall-procedure/m-p/826349#M202</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2017-05-19T17:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstall Procedure?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/uninstall-procedure/m-p/826350#M203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this also clean up any remnants left be find under the Python&amp;nbsp;folders too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 18:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/uninstall-procedure/m-p/826350#M203</guid>
      <dc:creator>ChristopherQuick</dc:creator>
      <dc:date>2017-05-19T18:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstall Procedure?</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/uninstall-procedure/m-p/826351#M204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you installing the bridge? If you're using the Python toolbox, then you can safely remove the directory of extracted contents which you downloaded from GitHub. If you're using Pro's Python backstage to install the package, you can uninstall it entirely from the "Installed Packages" tab of the backstage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 18:23:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/uninstall-procedure/m-p/826351#M204</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2017-05-19T18:23:06Z</dc:date>
    </item>
  </channel>
</rss>

