Displaying 3 results from an estimated 3 matches for "book7".
Did you mean:
book
2017 Apr 06
1
failure of make check-all
...oading required package: survival
Error in fitter(X, Y, strats, offset, init, control, weights = weights, :
object 'Ccoxmart2' not found
Looking at src/coxmart2.c and src/init.c I don't see anything different than the other
dozen .C routines in my survival package. The file tests/book7.R in the package exercises
this routine, and CMD check passes.
Hints?
Terry T.
On 04/06/2017 07:52 AM, peter dalgaard wrote:
> You may want to retry that after a make distclean, in case anything changed in the toolchain.
>
> -pd
>
2017 Apr 06
0
failure of make check-all
...ackage: survival
> Error in fitter(X, Y, strats, offset, init, control, weights = weights, :
> object 'Ccoxmart2' not found
>
> Looking at src/coxmart2.c and src/init.c I don't see anything different than the other dozen .C routines in my survival package. The file tests/book7.R in the package exercises this routine, and CMD check passes.
>
> Hints?
>
> Terry T.
>
>
>
>
>
>
> On 04/06/2017 07:52 AM, peter dalgaard wrote:
>> You may want to retry that after a make distclean, in case anything changed in the toolchain.
>>...
2017 Apr 06
3
failure of make check-all
This run was done this AM on my linux box, and older 32 bit Dell optiplex (core 2 duo).
The failure message is at the very end. (It's due to be replaced in a couple of weeks.)
The sequence of steps was
svn up
tools/rsync-recommended
./configure
make
make check-all |& tee zzz
Terry T.
Result of ./config
R is now configured for i686-pc-linux-gnu
Source directory: .