Hi,
Herve Pages wrote:
> Hi,
>
> It seems that new("externalptr") is always returning the same instance, and
> not a new one as one would expect from a call to new(). Of course this is hard
> to observe:
>
> > new("externalptr")
>
> > new("externalptr")
>
>
> since not a lot of detail
Switched back to R-devel tonight after using R-2.6.1 for awhile and when
I updated my devel packages Matrix installation failed. Not critical for
me but thought I should report it. I am using Ubuntu Gusty AMD64 OS.
Tail of install output and sessionInfo follows. Mark
Loading required package: m
Luke Tierney wrote:
> On Tue, 29 Jan 2008, Herve Pages wrote:
>
>> Hi again,
>>
>> Here is an example of an annoyance that I think is directly related to
>> the
>> problem with new("externalptr"). When you try to extend the
>> "externalptr" class:
>
> You don't wnat to do that for the same reason
On Tue, 29 Jan 2008, Herve Pages wrote:
> Hi again,
>
> Here is an example of an annoyance that I think is directly related to the
> problem with new("externalptr"). When you try to extend the "externalptr"
> class:
You don't wnat to do that for the same reason you don't want to do it
with envir
Hi again,
Here is an example of an annoyance that I think is directly related to the
problem with new("externalptr"). When you try to extend the "externalptr" class:
> setClass("ExternalInteger", contains="externalptr")
[1] "ExternalInteger"
then every call to new("ExternalInteger") will ret
Hi,
It seems that new("externalptr") is always returning the same instance, and
not a new one as one would expect from a call to new(). Of course this is hard
to observe:
> new("externalptr")
> new("externalptr")
since not a lot of details are displayed.
For example, it's easy to see
[EMAIL PROTECTED] wrote:
> /opt/oracle/product/10g/lib/libclntst10.a: file not recognized: File truncated
Here:
http://osdir.com/ml/lang.r.mac/2006-08/msg00031.html
I found a suggestion to do this:
$ cd $ORACLE_HOME/bin
$ ./genclntst
-- Dave
__
Prof Brian Ripley wrote:
> On Mon, 28 Jan 2008, Hin-Tak Leung wrote:
>
>> Prof Brian Ripley wrote:
>>> On Fri, 25 Jan 2008, Michael Braun wrote:
>>>
Thanks for everyone's help. Unfortunately, still no success. So I
took the alternate route suggested in section A.3.1.5 of R-admin,
>>>
Full_Name: JinNyong Huh
Version: 2.6.1
OS: Linux(SUSE-9.0)
Submission from: (NULL) (220.75.209.235)
ROracle Packages is not to be installed in my Linux.
The enviroments are as follows:
* O/S Profile
[
export ORACLE_BASE=/opt/oracle
export ORACLE_SID=DEMO10G
export ORACLE_HOME=$ORACLE_BASE/produ
> > Or is this a bug in glm? It certainly seems that the documentation
> > should mention that ... is passed to glm.control, which only takes
> > three arguments. I realise that this doesn't come up very often
> > during an interactive model fitting session, and it is easy to remedy
> > when it d
10 matches
Mail list logo