Hi Axel,
You may wish to consult the man page for the '==' operator and the
'identical' function.
> identical(1, "1")
[1] FALSE
> ? "=="
> ? identical
And probably your notion of a "bug" is too wide: please have a look at the
section "R Bugs", 9.1 in the R FAQ.
Best regards
Wolfgang
---
On Sun, 14 Sep 2003, Simon Urbanek wrote:
> I re-generated configure of the latest R-devel with autoconf 2.57 and
> got the following problem:
>
> configure: error: conditional "HAVE_ORBIT" was never defined.
> Usually this means the macro was only invoked conditionally.
>
> (resolving HAVE_ORB
I re-generated configure of the latest R-devel with autoconf 2.57 and
got the following problem:
configure: error: conditional "HAVE_ORBIT" was never defined.
Usually this means the macro was only invoked conditionally.
(resolving HAVE_ORBIT leaves us with HAVE_GNORBA causing the same
problem. Y
Hello,
I have compiled R-1.7.1 on Beos R5 (x86) and got it running.
The modules x11 and internet dont work (so the only working display is
postscript()).
The libraries all compile, but there is a problem with methods.
I get the following error when i make methods:
dumping R code in package 'meth
Yes Brian is right.
It builds fine with the same tools you have Byron.
Just try to remove the built version of methods or do what Brian
suggested.
stefano
On Domenica, set 14, 2003, at 09:23 Europe/Rome, Prof Brian Ripley
wrote:
methods changed to use a NAMESPACE about last weekend. It does bu
methods changed to use a NAMESPACE about last weekend. It does build now
(there were several days with problems), but you will need to rebuild it
from scratch. Either do make distclean; ./configure ... or at least
remove library/methods and src/library/methods/all.R and remake.
(And since I h