Displaying 5 results from an estimated 5 matches for "pbdr".
Did you mean:
bdr
2001 Mar 22
5
out of memory?
Hello r-help,
why call:
#----------
outer(1:1000, 1:2, function(r,c) ifelse(m[r,c]<=0,.0001,m[r,c]) )
#----------
for matrix m with only 1000 rows and 2 columns forces my PC to use
more than 250Mb(!) of virtual memory? strange...
--
Best regards,
Valery A.Khamenya mailto:news_vkhamenya at chat.ru
1999 Mar 25
6
Using zip format for help pages, examples, etc.
At the Vienna meeting we discussed the problems encountered on some
operating systems when storing many small files in a directory. In
particular the directories $RHOME/library/base/help/,
$RHOME/library/base/R-ex/, and $RHOME/library/base/data/ can take up
an enormous amount of storage on the Macintosh or on Windows systems
because the minimum amount of storage per distinct file is quite
large.
2008 Nov 11
0
RFC: Offline help
I had not used offline help for many years, and when I tried to yesterday
I found a number of issues (the most important of which is that I couldn't
have R_DVIPSCMD="dvips -Pbdr" to send output to my office printer: the
lack of error reporting is also problematic, and hid the fact that I don't
have a default printer set for lpr, so unadorned 'dvips' does not work).
I've patched up the issues I found, but wondered if anyone was indeed
making frequen...
2006 Jan 17
5
NOOB: Numeric only input...can it be done on client?
I was wondering if there''s a way to limit what a user is typing on the
keyboard to only valid numeric input. Is there a simple plugin or something
which would allow this? I guess with AJAX it could also be one. Has anyone
already solved this requirement? Thanks in advance.
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2002 Oct 21
5
RFC: Loading packages at startup
I've been kicking the following idea around for a while, and am now
proposing to put some version into 1.7.0. I'd be interested in
comments on the desirability and the design, before I start writing
any code.
S4 introduced a file .S.chapters which can contain a list of S
chapters (equivalent to R packages) to be loaded on start-up. This
was the germ of this proposal.
Proposal:
Extend