<?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: Tips for using a windows virtual machine on a mac in R-ArcGIS Questions</title>
    <link>https://community.esri.com/t5/r-arcgis-questions/tips-for-using-a-windows-virtual-machine-on-a-mac/m-p/784002#M53</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Shaun! Very helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Sep 2016 18:25:34 GMT</pubDate>
    <dc:creator>ChelseaUrsaner</dc:creator>
    <dc:date>2016-09-26T18:25:34Z</dc:date>
    <item>
      <title>Tips for using a windows virtual machine on a mac</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/tips-for-using-a-windows-virtual-machine-on-a-mac/m-p/784000#M51</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been using Rstudio on my mac for a while now. Recently, I set up vmware to run a virtual Windows machine in order to use ArcGIS. Now I've discovered R - ArcGIS Bridge and I'm not sure what the best way to proceed is. Does anyone have a similar setup and can share tips?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Particularly, should I reinstall R/Rstudio on the Windows virtual machine, along with all the packages I've installed, and make Windows my main workspace? Or could I use Rstudio on my mac and still read/write to ArcGIS? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2016 01:15:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/tips-for-using-a-windows-virtual-machine-on-a-mac/m-p/784000#M51</guid>
      <dc:creator>ChelseaUrsaner</dc:creator>
      <dc:date>2016-08-13T01:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for using a windows virtual machine on a mac</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/tips-for-using-a-windows-virtual-machine-on-a-mac/m-p/784001#M52</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chelsea,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I use the R-ArcGIS bridge on a Mac, and can help answer your question. While the bridge does work with R and R Studio, as you suspected, it can't directly talk to your installation on the Mac side &amp;amp;mdash; the virtual machine doesn't have a direct way of communicating with applications running on the Mac side of your machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easiest thing to do is to install R and RStudio on the Windows VM, and install the same packages into that environment. You can get a list of your current packages with the installed.packages command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="" style="font-family: 'Lucida Console'; font-size: 10pt !important; outline: none; border: none; word-break: break-all; margin: 0px; -webkit-user-select: text; white-space: pre-wrap !important; line-height: 15px; color: #000000; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: -webkit-left; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;&lt;SPAN class="" style="color: blue;"&gt;&amp;nbsp; installed.packages()[,"Package"]&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can copy that list into a vector, and install it on the Windows installation of R with&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE class="" style="font-family: 'Lucida Console'; font-size: 10pt !important; outline: none; border: none; word-break: break-all; margin: 0px; -webkit-user-select: text; white-space: pre-wrap !important; line-height: 15px; color: #000000; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: -webkit-left; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;&lt;SPAN class="" style="color: blue;"&gt;&amp;nbsp; install.packages(c("mgcv", ...))&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where the character vector c("mgcv", ...) is the list of your installed packages from the first step. That should get you the same environment in both your Mac and the Windows virtual machine, and let you run the same R packages (though you'll need to work on Windows when working against data sources which use the bridge).&lt;BR /&gt;&lt;BR /&gt;I hope that helps, and let us know if you have any further questions or issues.&lt;BR /&gt;Cheers, Shaun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 17:46:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/tips-for-using-a-windows-virtual-machine-on-a-mac/m-p/784001#M52</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2016-09-26T17:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for using a windows virtual machine on a mac</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/tips-for-using-a-windows-virtual-machine-on-a-mac/m-p/784002#M53</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Shaun! Very helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 18:25:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/tips-for-using-a-windows-virtual-machine-on-a-mac/m-p/784002#M53</guid>
      <dc:creator>ChelseaUrsaner</dc:creator>
      <dc:date>2016-09-26T18:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Tips for using a windows virtual machine on a mac</title>
      <link>https://community.esri.com/t5/r-arcgis-questions/tips-for-using-a-windows-virtual-machine-on-a-mac/m-p/784003#M54</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You recently helped me on the subject 'Cannot install R-bridge on Parallels virtual machine'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although, thanks to you, 'arcgisbinding' now appears in my list of packages in R Studio, I get the following error messages when I try to load it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR#1 (pop-up "rsession.exe - Entry Point Not Found"):&lt;/P&gt;&lt;P&gt;"The procedure entry point AddDIIDirectory could not be located in the dynamic link library KERNEL32.dll."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR#2 (R console):&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="" style="color: #c5060b;"&gt;Error: package or namespace load failed for ‘arcgisbinding’:&amp;nbsp; &lt;BR /&gt;.onLoad failed in loadNamespace() for 'arcgisbinding', details:&amp;nbsp;&amp;nbsp; &lt;BR /&gt;call: inDL(x, as.logical(local), as.logical(now), ...)&amp;nbsp;&amp;nbsp; &lt;BR /&gt;error: unable to load shared object '//Mac/Home/Documents/R/win-library/3.5/arcgisbinding/libs/x64/rarcproxy_pro.dll':&amp;nbsp;&amp;nbsp; &lt;BR /&gt;LoadLibrary failure:&amp;nbsp; The specified procedure could not be found.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="" style="color: #c5060b;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I realized all of my other R packages were installed in my mac OS, so I attempted the 'install.packages(c("mgcv", ...))' solution you provided above to move&amp;nbsp;them to the Windows VM. It worked for all packages EXCEPT arcgisbinding. Any suggestions&amp;nbsp;for a fix would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again,&lt;/P&gt;&lt;P&gt;Rachel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 00:14:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/r-arcgis-questions/tips-for-using-a-windows-virtual-machine-on-a-mac/m-p/784003#M54</guid>
      <dc:creator>RachelField</dc:creator>
      <dc:date>2018-09-14T00:14:05Z</dc:date>
    </item>
  </channel>
</rss>

