Displaying 20 results from an estimated 2000 matches similar to: "Fwd: R-beta: Printing"
1998 Mar 12
1
R-beta: POSIX regular expressions not available !?
When trying grep(), I get the following:
> grep("[a-z]", letters)
Error in grep(pattern, x, ignore.case, extended, value) : POSIX regular expressions not available
I can't find any pointer in the installation kit. How can I configure
R to make it "avaliable"?
I run R in an Irix 5.3 system.
Thanks in advance!
--
1998 May 13
2
R-beta: package ported from S to R
Hello,
I'm trying to port the S package "print.display" to R. The porting
procedure seemed to work, but when I say library(print.display) or
library("print.display"), then none of the functions is available. May
be, it's because of the dot in the package name?
What could have happened?
The help information is available.
BTW: How can I look up wether the package is
1998 May 13
2
R-beta: package ported from S to R
Hello,
I'm trying to port the S package "print.display" to R. The porting
procedure seemed to work, but when I say library(print.display) or
library("print.display"), then none of the functions is available. May
be, it's because of the dot in the package name?
What could have happened?
The help information is available.
BTW: How can I look up wether the package is
1998 May 06
1
Once more: Compiling on SGI Irix 5.3
I forgot:
"make docs" for LaTeX doesn't collect any information about the
functions. So in Man.dvi the appendix C is empty. A Bug??
--
======================================================================
Hubert Palme Bergische Universitaet-Gesamthochschule Wuppertal
Computing Center
D-42097
1998 May 18
1
Another compatibility problem S => R
Hello,
after the line
cat("%",as.character(as.name(match.call())), "\n%\n", file=fi, append=T)
R complains about
Error in as.name(x) : character argument required
Is it sufficient to delete as.name()?
After doing that, R complains
Error: comparison is possible only for vector types
Don't know which function call. Can you give me a hint how to debug
it? There
1998 Jun 19
1
R-beta: Problem with help
I am new to R. Just installed it on an SGI running IRIX5.3. The install
seemed to go fine. Some basic commands worked as did the demo(). However,
I get the following when trying to run help at the command line in R.
> help()
Error in gsub(pattern, replacement, x, ignore.case, extended) : POSIX regular expressions not available
>
My best guess is that configure was unable to find
1998 May 13
2
readline installation [Re: R-beta: ....]]
I think, we should give more hints on installing / using readline with R.
Maybe there could be one ASCII file
README-readline-Installation
added to the FTP sites *and* to R-0.61.3.tar.gz
explaining some the things Peter Dalgaard just said on R-help.
I agree with Jan that it's a pity for non-programmer-hackers if they won't
be able to use readline (most probably, these are the ones
1998 Mar 10
0
R-beta: Printing
Hello,
may be I'm stupid, but I don't understand the documentation concerning
printing.
1. How can I print a (nice) listing of any (non graphic) results?
2. What is the difference between "print(object)" and "object" (the
direct call)?
3. Which commands are concerned by the "printcmd" option (resp. how
can I print PostScript graphics directly)?
Another
1999 May 07
0
Printing the Manual from the Debian Package Contents
Hi,
I've installed the Debian (slink) package r-base 0.63.3-1. There are
lots of *.tex files in /usr/lib/R describing all the functions and
packages. There must be a canonical way to collect those files and
print a manual with LaTeX. Can anyone help me? (Debian package
maintainers?)
Thanks in advance,
--
======================================================================
Hubert Palme
1998 Mar 18
1
POSIX regular expressions on Irix 5.3
Hello,
I installed R on an Irix 5.3 system. Obviously the Irix libraries
don't contain functions for POSIX regular expressions.
Is it possible use the regex, or better rx libraries from GNU, and how
can I do it? Or do I have to live without functions using POSIX
regular expressions (e.g. apropos, methods)?
I have no GCC and I won't install it ...
Thanks in advance,
--
1998 May 06
0
Compiling on SGI Irix 5.3
Hello,
I successfully compiled 0.61.3 on SGI Irix 5.3 (CC). But there is a
syntax bug in src/graphics/graphics.c. I append a diff. Please, have a
look wether the fix is correct! (I'm not shure :-)
Thanks for the SHELL variable in the Makefile's. Please, don't forget
about the problem with externally installed regular expression
libraries (e.g. librx). Perhaps you can improve the
1998 Mar 18
1
Strange Results of summary()
--l4Siqd0eqV
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hello,
I run the following job. Please, compare the results of summary and
table concerning berufl. From similar SPSS/PSPP runs, the result of
table is correct.
Did I misunderstand anything or is there a bug?
What does the difference come from?
What does '(other)' mean?
What about the strange
2003 Dec 01
0
No subject
Are you using wins?
Try lmhosts for the start?
Are all machines on the same subnet?
Just a few hints to start with ...
Christian
>
>
> I have absolutely no clue what I could do to fix it. The only solution I
> can think of, is to downgrade to redhat 6.2.
>
> Your help would be greatly appreciated.
>
> Stefan Kaes
>
> portax.com GmbH
> Zielstattstrasse 40, Geb.
2011 Jun 14
1
Per-user "Seen" flags on public folder
Dear all,
sorry to bother the list again, I have a small configuration issue again with public (shared) folders.
These folders should have per-user Seen flags, so I configured:
namespace {
type = public
separator = .
prefix = public.
location = maildir:/var/mail/public:INDEX=%u/public
subscriptions = no
list = children
}
But this only seems to work with my account (presumably as I
2009 Feb 16
1
Winbind-Problem Samba 3.2.8 on AIX 5.3.9
Hi everyone,
On a newly installed AIX-LPAR (oslevel 5.3.9) we added the current samba version 3.2.8. Installation and configuration did not reveal any problem.
The problems show about 5 Minutes after services startup. After starting the samba services the winbind daemon uses lots of CPU time and memory.
Wbinfo -u and wbinfo -g work after initial startup.
We cannot connect to any share on the
2009 Oct 20
2
second fs quota root crashes
Hallo.
In our dovecot 1.2.6 server running under Solaris 9 I would like to set up a
second quota root because the mail folders are in the users home directories and
the inboxes of all users are in /var/mail. As soon as I add
quota2 = fs:INBOX:noenforcing:mount=/var/mail
the imap client crashes repeatedly as soon as the user tries to open a mail
folder.
Thanks for any help.
Dovecot Logfile:
2019 Feb 14
1
dovecot/lmtp dumps core when proxying to multiple recipients via protocol=smtp
Hello,
when trying to set up a migration scenario from my old mailbox-servers
to my new dovecot-cluster, I get a coredump from dovecot/lmtp when
proxying mail-delivery to more than one recipient on the old mailbox-server.
My setup:
3 director-hosts (Debian stretch) are proxying to a pair of
replicator-hosts and during migration also to the old mailbox-server.
For migration the not-migrated
2019 Mar 12
3
dovecot-keywords are not preserved any more when moving mails between folders
Hello,
after an upgrade of dovecot-2.2.5 to dovecot-2.3.4 the dovecot-keywords,
which in my case are set by thunderbird, are not preserved any more when
moving a mail between folders.
Are there any ideas, what may be the reason.
Thanks for any hints on that,
Andreas
'doveconf -n' gives:
# 2.3.4 (0ecbaf23d): /etc/opt/csw/dovecot/dovecot.conf
# Pigeonhole version 0.5.4 (60b0f48d)
# OS:
2011 May 31
1
shared folders "invisible" on new setup
Dear list,
I hope this is not an old issue, but I couldn't find a solution even after google'ing quite some time.
I try to migrate our institute's mail server (~200 users) from an old cyrus-based Mac installation to a new machine (NetBSD, dovecot 2.0.13). Everything went quite smoothly so far, but we are used to have "shared folders" ("public" folders in dovecot)
2012 Jan 02
1
error bad file number with compressed mbox files
Hello,
can dsync convert from compressed mbox to compressed mdbox format?
When I use compressed mbox files, either with gzip or with bzip2, I can
read the mails as usual, but I find the following errors in dovecots log
file:
imap(userxy): Error: nfs_flush_fcntl:
fcntl(/home/hrz/userxy/Mail/mymbox.gz, F_RDLCK) failed: Bad file number
imap(userxy): Error: nfs_flush_fcntl: