<div dir="ltr">I am trying to help a user debug the installation of one of my packages and have come across an error I don't understand.<div><br></div><div>The current process has been as follows:</div><div><br></div><div>1. User using Windows OS</div><div>2. User trying to install development version from my github</div><div>3. User has current Rtools installed</div><div>4. User behind firewall so downloaded local copy</div><div>5. User extracted tar version and re-archived as zip file.</div><div>6. User runs install.packages('package.zip", repos=NULL, type="source")</div><div><br></div><div>Compilation appears to run normally and all environmental variables are recognized but when reaching the linking stage it returns multiple statements such as:</div><div><br></div><div><span style="color:rgb(51,51,51);font-family:Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace,serif;font-size:12px;line-height:24px">C:\Rtools\mingw_64\bin\nm.exe: 'RcppExports.o': No such file</span></div><div><br></div><div>For every *.o file.  You could see the full user output here (<a href="http://pastebin.com/itNbaMJg">http://pastebin.com/itNbaMJg</a>).  What could have resulted in this problem?</div><div><br></div><div>Regards,</div><div>Charles</div></div>