Re: [R] Latest version of Rtools is incompatible with latest version of R !!

2015-02-09 Thread SirChill88
This solved my problem too. Thank you!



--
View this message in context: 
http://r.789695.n4.nabble.com/Latest-version-of-Rtools-is-incompatible-with-latest-version-of-R-tp4701853p4703000.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Latest version of Rtools is incompatible with latest version of R !!

2015-01-17 Thread PRAMEET LAHIRI

 No. I tried removing devtools and then reinstalling it many times. The problem 
is still there. I have also used build_github_devtools() but it still show the 
following message - 
WARNING: Rtools 3.2 found on the path at c:/Rtools is not compatible with R 
3.1.2.
Please download and install Rtools 3.1 from 
http://cran.r-project.org/bin/windows/Rtools/, remove the incompatible version 
from your PATH, then run find_rtools().
Prameet On Friday, 16 January 2015 6:09 PM, Hadley Wickham 
h.wick...@gmail.com wrote:
   

  Funnily, this problem disappears when I use RTools31.exe. And, I am not the 
  only one facing this issue. A lot of people in my group (in which we all 
  are learning R) are facing the same problem. I am really puzzled as to why 
  RTools32.exe isn't compatible with R 3.1.2 !!
 Thanks again for your time !!Prameet

 You are asking the wrong question.  You should be asking why devtools
 says that Rtools 3.2 is incompatible.

Yes, that was my fault - I hadn't updated devtool's list of Rtools
versions to tell it about 3.2.

I've fixed it in the dev version which can be installed by following
the instructions at
https://github.com/hadley/devtools#updating-to-the-latest-version-of-devtools
 (I'd appreciate it if someone could try this out and let me know if
it doesn't work)

Hadley

-- 
http://had.co.nz/

   
[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Re: [R] Latest version of Rtools is incompatible with latest version of R !!

2015-01-16 Thread PRAMEET LAHIRI
find_rtools() is a function of the 'devtools' package.  Maybe it's an
issue with that package and not R, and I'm pretty sure Duncan Murdoch
put great efforts in asserting Rtools is working well with R (that's
been my experience for the last 5-10 years).

I also know that devtools 1.7.0 have been submitted to CRAN, so
if/when that becomes available you problem might be solved.  You can
of course also grab it earlier from the devtools GitHub page.

My $.02
Henrik

Hello Henrik,Thanks a lot for your reply! I'd just say that I have installed 
devtools package, when I use find.package(devtools) I get a normal response  
- {[1] C:/Users/prameet/Documents/R/win-library/3.1/devtools}. But when I 
try to load Devtools using library(devtools) function the response I get is - 
[WARNING: Rtools 3.2 found on the path at c:/Rtools is not compatible with R 
3.1.2.Please download and install Rtools 3.1 from 
http://cran.r-project.org/bin/windows/Rtools/, remove the incompatible version 
from your PATH, then run find_rtools().]

Funnily, this problem disappears when I use RTools31.exe. And, I am not the 
only one facing this issue. A lot of people in my group (in which we all are 
learning R) are facing the same problem. I am really puzzled as to why 
RTools32.exe isn't compatible with R 3.1.2 !!
Thanks again for your time !!Prameet 

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Re: [R] Latest version of Rtools is incompatible with latest version of R !!

2015-01-16 Thread Duncan Murdoch
On 16/01/2015 3:55 AM, PRAMEET LAHIRI wrote:
 find_rtools() is a function of the 'devtools' package.  Maybe it's an
 issue with that package and not R, and I'm pretty sure Duncan Murdoch
 put great efforts in asserting Rtools is working well with R (that's
 been my experience for the last 5-10 years).
 
 I also know that devtools 1.7.0 have been submitted to CRAN, so
 if/when that becomes available you problem might be solved.  You can
 of course also grab it earlier from the devtools GitHub page.
 
 My $.02
 Henrik
 
 Hello Henrik,Thanks a lot for your reply! I'd just say that I have installed 
 devtools package, when I use find.package(devtools) I get a normal response 
  - {[1] C:/Users/prameet/Documents/R/win-library/3.1/devtools}. But when I 
 try to load Devtools using library(devtools) function the response I get is - 
 [WARNING: Rtools 3.2 found on the path at c:/Rtools is not compatible with R 
 3.1.2.Please download and install Rtools 3.1 from 
 http://cran.r-project.org/bin/windows/Rtools/, remove the incompatible 
 version from your PATH, then run find_rtools().]
 
 Funnily, this problem disappears when I use RTools31.exe. And, I am not the 
 only one facing this issue. A lot of people in my group (in which we all are 
 learning R) are facing the same problem. I am really puzzled as to why 
 RTools32.exe isn't compatible with R 3.1.2 !!
 Thanks again for your time !!Prameet 

You are asking the wrong question.  You should be asking why devtools
says that Rtools 3.2 is incompatible.

It's possible I missed something in the setup that devtools is looking
for.  If so, let me know and I'll update Rtools32.exe.

Duncan Murdoch

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Latest version of Rtools is incompatible with latest version of R !!

2015-01-16 Thread Hadley Wickham
 Funnily, this problem disappears when I use RTools31.exe. And, I am not the 
 only one facing this issue. A lot of people in my group (in which we all are 
 learning R) are facing the same problem. I am really puzzled as to why 
 RTools32.exe isn't compatible with R 3.1.2 !!
 Thanks again for your time !!Prameet

 You are asking the wrong question.  You should be asking why devtools
 says that Rtools 3.2 is incompatible.

Yes, that was my fault - I hadn't updated devtool's list of Rtools
versions to tell it about 3.2.

I've fixed it in the dev version which can be installed by following
the instructions at
https://github.com/hadley/devtools#updating-to-the-latest-version-of-devtools
 (I'd appreciate it if someone could try this out and let me know if
it doesn't work)

Hadley

-- 
http://had.co.nz/

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Latest version of Rtools is incompatible with latest version of R !!

2015-01-15 Thread Henrik Bengtsson
On Thu, Jan 15, 2015 at 9:27 AM, PRAMEET LAHIRI
prameet_lah...@yahoo.co.in wrote:
  I have installed R version 3.1.2.  I tried to install RTools32.exe which is 
 the latest version (using this link - 
 http://cran.r-project.org/bin/windows/Rtools/) ! However on using the 
 function find_rtools() an error message was displayed which said ---
 Rtools is required to build R packages, but no version of Rtools compatible 
 with R 3.1.2 was found. (Only the following incompatible version(s) of Rtools 
 were found:3.2)Please download and install Rtools 3.1 from 
 http://cran.r-project.org/bin/windows/Rtools/ and then run find_rtools().

 I want to know why the latest version of R is not supporting the latest 
 Rtools! Any suggestions?

find_rtools() is a function of the 'devtools' package.  Maybe it's an
issue with that package and not R, and I'm pretty sure Duncan Murdoch
put great efforts in asserting Rtools is working well with R (that's
been my experience for the last 5-10 years).

I also know that devtools 1.7.0 have been submitted to CRAN, so
if/when that becomes available you problem might be solved.  You can
of course also grab it earlier from the devtools GitHub page.

My $.02

Henrik


 Thanks for your time,Prameet
 [[alternative HTML version deleted]]

 __
 R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.