> Sys.getenv("PATH")
[1] "C:\\Program Files\\R\\R-3.2.3\\bin\\x64;c:\\Rtools\\bin;c:\\Rtools\\gcc-4.6.3\\bin;c:\\Rtools\\bin;c:\\Rtools\\MinGW64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\R\\R-2.13.1\\bin;C:\\Program Files\\TortoiseSVN\\bin;C:\\cygwin\\bin;"YourPATHmay include . first, then the bin directories of the tools, the compiler toolchain and LaTeX. Do not use filepaths containing spaces: you can always use the short forms (found bydir /xat the Windows command line). Network shares (with paths starting\\) are not supported.
For example for a 32-bit build, all on one line,
PATH=c:\Rtools\bin;c:\Rtools\gcc-4.6.3\bin;c:\MiKTeX\miktex\bin;
c:\R\R-3.2\bin\i386;c:\windows;c:\windows\system32
It is essential that the directory containing the command line tools comes first or second in the path: there are typically like-named tools63 in other directories, and they will not work. The ordering of the other directories is less important, but if in doubt, use the order above.
Our toolset contains copies of Cygwin DLLs that may conflict with other ones on your system if both are in the path at once. The normal recommendation is to delete the older ones; however, at one time we found our tools did not work with a newer version of the Cygwin DLLs, so it may be safest not to have any other version of the Cygwin DLLs in your path.
--MetrumRG Website: http://www.metrumrg.com/opensourcetools.html
---
You received this message because you are subscribed to the Google Groups "mrgsolve" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mrgsolve+u...@metrumrg.com.
To post to this group, send email to mrgs...@metrumrg.com.
Visit this group at https://groups.google.com/a/metrumrg.com/group/mrgsolve/.

correct, so I'd use Rtools32.exe, even though Rtools33.exe (non-frozen) is supposedly for R 3.2.x the non-frozen versions have always given headaches. I'll check on my windows 10 desktop tomorrow for mrgsolve, though this pattern has held for PKPDmisc's cpp dependencies/ dplyr/etc from githubps - another little nugget - if a package on github doesn't have any fortran/c/c++ code you don't need rtools to install from github (handy for data-only or small scale packages if rtools install is ever a bottleneck)
On Thu, Feb 25, 2016 at 10:34 PM, Kyle Baron <ky...@metrumrg.com> wrote:
Devin -Thanks a lot for the insight. So that means (for now):
install.packages("installr")
install.Rtools()
installr looks great ... going to start using that.Is this what you call?install.packages("installr")
install.Rtools()When it sets paths, does it just modify .Renviron or set things outside of R too?
On Thu, Feb 25, 2016 at 9:39 PM, Vijay Ivaturi <ivija...@gmail.com> wrote:
During the R courses when I helped install PKPDmisc, my experience is that it is best to use the Rtools31.exe, but mainly via the installr() package. The installr() function does a much better job of setting the paths on any sort of computer as opposed to the regular installation.Vijay
On Thu, Feb 25, 2016 at 10:34 PM Kyle Baron <ky...@metrumrg.com> wrote:
Devin -Thanks a lot for the insight. So that means (for now):
When installing Rtools, check the “Edit the system PATH” box.

From: Kyle Baron [mailto:ky...@metrumrg.com]
Sent: Thursday, February 25, 2016 6:20 PM
To: Buchwald, Amy; mrgsolve
Subject: Re: [mrgsolve] Re: Requesting feedback and testers for Windows platform
Thanks for posting, Amy. It looks like the same sort of stuff I've got in my PATH. I think I had to set the paths myself a long time ago but couldn't recall the details of what I actually did.
For others struggling with the compiler on Windows: I think getting the path right is really important. Merely installing Rtools is not enough.
It it not possible to read this too carefully:
To quote:
Your
PATHmay include . first, then the bin directories of the tools, the compiler toolchain and LaTeX. Do not use filepaths containing spaces: you can always use the short forms (found bydir /xat the Windows command line). Network shares (with paths starting\\) are not supported.
For example for a 32-bit build, all on one line,
PATH=c:\Rtools\bin;c:\Rtools\gcc-4.6.3\bin;c:\MiKTeX\miktex\bin;
c:\R\R-3.2\bin\i386;c:\windows;c:\windows\system32
It is essential that the directory containing the command line tools comes first or second in the path: there are typically like-named tools63 in other directories, and they will not work. The ordering of the other directories is less important, but if in doubt, use the order above.
Our toolset contains copies of Cygwin DLLs that may conflict with other ones on your system if both are in the path at once. The normal recommendation is to delete the older ones; however, at one time we found our tools did not work with a newer version of the Cygwin DLLs, so it may be safest not to have any other version of the Cygwin DLLs in your path.
There is also some nice help on the Rstan site:
I'll keep posting new resources here or new bits of information that might help future users. And maybe a help page of our own (but it would / should look exactly like the Rstan help).
On Thu, Feb 25, 2016 at 7:01 AM, Buchwald, Amy <ABuc...@noven.com> wrote:
Hi Kyle,
I was able to successfully install it.
[path was redacted]
Sincerely,
Amy
--
MetrumRG Website:
http://www.metrumrg.com/opensourcetools.html
---
You received this message because you are subscribed to the Google Groups "mrgsolve" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
mrgsolve+u...@metrumrg.com.
To post to this group, send email to
mrgs...@metrumrg.com.
Visit this group at
https://groups.google.com/a/metrumrg.com/group/mrgsolve/.