Re: [R] Need help to building R package with devtools

2013-05-14 Thread Hadley Wickham
>> Can someone help what I need to do to make 'devtools' work? > > A quick asking around indicates that Rtools 3.0 should work fine for 2.15.3 > maintenance. Thus, the issue is probably a purely formal bug in devtools's > version comparison logic, and you need to pester its maintainer. Unless it

Re: [R] Need help to building R package with devtools

2013-05-12 Thread John Kane
R] Need help to building R package with devtools > > Hello again, > > I am using library(devtools) to build my custom package. > > Therefore I installed (normal/default installation) the RTools from > 'http://cran.r-project.org/bin/windows/Rtools/' with Rtools

Re: [R] Need help to building R package with devtools

2013-05-12 Thread peter dalgaard
On May 12, 2013, at 10:55 , Christofer Bogaso wrote: > Hello again, > > I am using library(devtools) to build my custom package. > > Therefore I installed (normal/default installation) the RTools from > 'http://cran.r-project.org/bin/windows/Rtools/' with Rtools30.exe. > However I am getting fo

[R] Need help to building R package with devtools

2013-05-12 Thread Christofer Bogaso
Hello again, I am using library(devtools) to build my custom package. Therefore I installed (normal/default installation) the RTools from 'http://cran.r-project.org/bin/windows/Rtools/' with Rtools30.exe. However I am getting following error: > library(devtools) WARNING: Rtools is required to bu