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
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
"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
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
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
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