Re: [Rd] R CMD build failure

2015-07-09 Thread Joshua Ulrich
On Thu, Jul 9, 2015 at 12:26 PM, Therneau, Terry M., Ph.D. wrote: > I have a local library 'dart' that imports "httr". It has routines that > access central patient data such as birth date, so it is heavily used > locally but of no interest to anyone else. > > The httr library (and 300 others) ar

Re: [Rd] R CMD build failure

2015-07-09 Thread Charles C. Berry
On Thu, 9 Jul 2015, Therneau, Terry M., Ph.D. wrote: I have a local library 'dart' that imports "httr". [snip `R CMD build' can't find dart] Any ideas? There is no mention in the Writing R Extentions manual that it ignores the Rprofile file. Terry, From WRE: 1.3 Checking and buildi

Re: [Rd] R CMD build failure

2015-07-09 Thread Therneau, Terry M., Ph.D.
"Depends: httr (>= 0.6), XML" in the DESCRIPTION file "import(httr, XML)" in NAMESPACE Per your question I just tried changing "Depends" to "Imports", it didn't make a change. Terry T. On 07/09/2015 12:33 PM, Hadley Wickham wrote: What field is httr in the DESCRIPTION? Hadley On Thu, Jul

Re: [Rd] R CMD build failure

2015-07-09 Thread Hadley Wickham
What field is httr in the DESCRIPTION? Hadley On Thu, Jul 9, 2015 at 10:26 AM, Therneau, Terry M., Ph.D. wrote: > I have a local library 'dart' that imports "httr". It has routines that > access central patient data such as birth date, so it is heavily used > locally but of no interest to anyone

[Rd] R CMD build failure

2015-07-09 Thread Therneau, Terry M., Ph.D.
I have a local library 'dart' that imports "httr". It has routines that access central patient data such as birth date, so it is heavily used locally but of no interest to anyone else. The httr library (and 300 others) are in a shared directory, referenced by everyone in the biostatistics gro

[Rd] Compiling on AIX 6.1

2015-07-09 Thread Schermerhorn, Phillip
I'm trying to compile R on AIX 6.1. gcc -v Using built-in specs. Target: powerpc-ibm-aix6.1.0.0 Configured with: ../gcc-4.4.5/configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --enable-languages=c,c++,fortran --prefix=/opt/freeware --enable-threads --enable-version-specific-runtime-libs --di