Displaying 6 results from an estimated 6 matches for "oehl".
Did you mean:
koehl
2002 Aug 08
1
analysis of function dependencies / namespacing
...to certain positions in the
search path.
My guess is, that a quick and dirty solution is easy, but I have no idea how
to filter out calls to locally defined functions.
Furthermore I heard rumors about newnamespacing features. Is there already
information on that?
Thanks for any help
Best
Jens Oehlschl?gel
--
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help...
2002 Aug 08
1
analysis of function dependencies / namespacing
...to certain positions in the
search path.
My guess is, that a quick and dirty solution is easy, but I have no idea how
to filter out calls to locally defined functions.
Furthermore I heard rumors about newnamespacing features. Is there already
information on that?
Thanks for any help
Best
Jens Oehlschl?gel
--
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help...
1997 Apr 09
1
R-beta: Re: memory problems FACTOR-8 / class 'pointer'
>>>>> "Jens" == Jens Oehlschlaegel <oehl at Psyres-Stuttgart.DE> writes:
Jens> I just saw a beta version of WinS+4.0 last week: Good and bad
Jens> news: MATHSOFT has substantially improved graphic handling and
Jens> user interface. Bad news is: The version I saw needed 50 MB
Jens> RAM, so our equi...
1997 Apr 09
1
R-beta: Reason for previous message
Sorry if my reply to Jens Oehlschlaegel <oehl at Psyres-Stuttgart.DE>
came "out of the blue" for this list. His original message was about
both R and S and he sent a copies to the S-news list and to
R at stat.auckland.ac.nz. Since my reply capability for messages coming
over S-news is screwed up (local listserv...
2002 Sep 03
1
matrices and arrays loose dimension after multiplying with scalar (PR#1979)
...ooses its
dimension after multiplying with scalar.
Admittedly this is an extreme case, however it DOES make sense to retain an
objects formal structure after multiplying with a scalar, as e.g. a matrix
with zero rows IS a legal object in S. BTW, the prototype does retain the
dimension.
Best
Jens Oehlschlägel
# replication code at the end
# R1.5.1
> m <- matrix(1, nrow=0, ncol=3)
> m
[,1] [,2] [,3]
> m*100
numeric(0)
>
> m <- matrix(1, nrow=3, ncol=0)
> m
> m*100
numeric(0)
>
> a <- array(1, dim=c(2, 2, 0))
> a
> a*100
numeric(0)
# Prototype...
1997 Jul 22
0
R-alpha: some thoughts about factor()
Dear R-people,
recently at s-news we had a discussion about factor().
I thought you might be interested in some of my thoughts about factors.
Any comments welcome
Best regards
Jens Oehlschlaegel-Akiyoshi
-------------------------------------------------------------------
I think the problem is deeper than that factors would just be handled
inapprobriately by some S+ functions, the inconsistency is built in
the constructor factor(), and thus is built in the concept!
Let me cit...