-
-
Notifications
You must be signed in to change notification settings - Fork 381
Add R to Windows' path in SWC Windows Installer #495
Comments
On Thu, May 15, 2014 at 08:07:19PM -0700, Ethan White wrote:
I think I've got this working in my repo's 58b7183 @ethanwhite, you should be able to bring my script updates into your $ git pull git://tremily.us/swc-setup-windows-installer.git namespaced Although I get a trivial conflict there due to cherry-picking your |
What's the status of this one? |
|
|
On Thu, Jun 12, 2014 at 08:37:48AM -0700, Greg Wilson wrote:
I call my current public repo swc-setup-windows-installer. |
On 2014-06-12 1:32 PM, W. Trevor King wrote:
|
On Thu, Jun 12, 2014 at 10:44:26AM -0700, Greg Wilson wrote:
I'm hosting my public repo locally (not on GitHub), so there's nothing |
I have created https://github.com/swcarpentry/windows-installer - shall |
On Sun, Jun 15, 2014 at 03:36:21PM -0700, Greg Wilson wrote:
I've just pushed my script-only branch to master, and my
|
I would personally really prefer to keep all of the inno stuff in 'master' as well to keep this simple. The distribution mechanism for the installer is now using the inno package, so it seems confusing to keep this material separated from the Python script. Plus that way we only have two branches to manage with one being the main development branch and the other for handling your aggregation. |
On Mon, Jun 16, 2014 at 08:11:27AM -0700, Ethan White wrote:
Since this discussion is important for future Windows-installer |
Fixed via swcarpentry/windows-installer#11. |
Problem: R is not added to the Windows' path when it is installed. This means that any workshops that use R from the command line will run into problems (as we did at the first Data Carpentry workshop).
Solution: Add R to the path using our Windows' installer.
Challenges: Just to make @wking's life exciting, R's path varies depending on the version. The standard path is
C:\Program Files\R\R-x.x.x\bin\
wherex.x.x
is the version number of the installed version of R.The text was updated successfully, but these errors were encountered: