Displaying 4 results from an estimated 4 matches for "examples3".
Did you mean:
examples
2017 Apr 06
1
failure of make check-all
...remains:
make[3]: Leaving directory '/usr/local/src/R-devel/tests'
make[3]: Entering directory '/usr/local/src/R-devel/tests'
running code in 'reg-tests-3.R' ... OK
comparing 'reg-tests-3.Rout' to './reg-tests-3.Rout.save' ... OK
running code in 'reg-examples3.R' ...Makefile.common:98: recipe for target
'reg-examples3.Rout' failed
make[3]: *** [reg-examples3.Rout] Error 1
make[3]: Leaving directory '/usr/local/src/R-devel/tests'
Makefile.common:273: recipe for target 'test-Reg' failed
Here are lines 97-100 of tests/Makefile....
2017 Apr 06
0
failure of make check-all
...ious occasions (ideally, it should work, but most of us don't check and so are poorly motivated to track down issues). So
svn up
# mkdir ../BUILD if not there already
cd ../BUILD
../R/configure
make
...
Also, for checking the tests, I think the canonical way is
path/to/R --vanilla < reg-examples3.R
which may be subtly different from using source().
I'd surmise that your issue is something with the C-level routine registration, but I haven't followed the technicalities of that in full detail. Did your build rebuild the survival package?
-pd
>
> In any case, I put it first...
2017 Apr 06
3
failure of make check-all
...39; ... OK
make[3]: Leaving directory '/usr/local/src/R-devel/tests'
make[3]: Entering directory '/usr/local/src/R-devel/tests'
running code in 'reg-tests-3.R' ... OK
comparing 'reg-tests-3.Rout' to './reg-tests-3.Rout.save' ... OK
running code in 'reg-examples3.R' ...Makefile.common:98: recipe for target 'reg-
examples3.Rout' failed
make[3]: *** [reg-examples3.Rout] Error 1
make[3]: Leaving directory '/usr/local/src/R-devel/tests'
Makefile.common:273: recipe for target 'test-Reg' failed
make[2]: *** [test-Reg] Error 2
make[2]:...
2017 Apr 06
0
failure of make check-all
...: Leaving directory '/usr/local/src/R-devel/tests'
> make[3]: Entering directory '/usr/local/src/R-devel/tests'
> running code in 'reg-tests-3.R' ... OK
> comparing 'reg-tests-3.Rout' to './reg-tests-3.Rout.save' ... OK
> running code in 'reg-examples3.R' ...Makefile.common:98: recipe for target 'reg-
> examples3.Rout' failed
> make[3]: *** [reg-examples3.Rout] Error 1
> make[3]: Leaving directory '/usr/local/src/R-devel/tests'
> Makefile.common:273: recipe for target 'test-Reg' failed
> make[2]: *** [te...