Displaying 20 results from an estimated 5000 matches similar to: "passing ", betrayed by the non-vanishing \"
2012 Apr 24
2
Positioning main title
Hello,
I have a barplot where each row has quite long texts and I have used "par"
to make some room in the left:
par(mar=c(0, 17, 3, 0), oma=c(0, 0, 0, 0))
barplot2(prueba, main = l, col=colores, horiz=TRUE,las=1, cex.names=.7)
My problem is that main text appears justified to the plot. I want to put it
in the middle of the image, and find a way to sort it out with mtex
par(mar=c(0,
2008 Jul 08
0
Multiple Plots and y Axis Labels
Hi,
I'm using the mfrow parameter in par() to plot several timeseries with a
common time x axis as a sequence of plots one below the other. I reduced
the top and bottom margins to zero to get a very nice looking plot but
sometimes the labels on the y axes from one plot overlap with the y axis
labels on the plot above or below.
Any ideas how I can prevent this without losing the look of the
2002 Feb 01
1
Rcmd Install gives Bad command or file name (PR#1296)
Dear Team,
Don't understand output below. Please advise. Windows98 and
rw1041(patched) from 1/25/02.
Graham Lawrence
C:\>PATH=C:\bin;C:\mingw32;C:\Perl;C:\HtmlWork;C:\R\rw1041\bin;C:\Tcl;C:\Tcl\bin
C:\>Rcmd INSTALL C:\R\lattice_0.4-0.tar.gz
Bad command or file name
C:\>Rcmd
C:\>Rcmd Install
Bad command or file name
C:\>dir C:\R\rw1041\bin
Volume in drive C has no
2007 Apr 27
1
Problem with formatted xtable in R 2.5.0
Dear R-Devel subscriber,
I encountered the following problem for tex-formatted table with xtable(). Suppose I do want the following matrix as a table in LaTeX:
library(xtable)
a11 <- "\\color{green}\\textbf{big green}"
a21 <- "\\color{red}\\textbf{big red}"
a12 <- "\\color{green}green"
a22 <- "\\color{red}red"
A <- matrix(c(a11, a21, a12,
2002 Dec 12
1
SAMBA hosts vanishing from WINS server running on NT4
We have a WAN with subnets and our remote SAMBA Hosts
vanish after about a month from the WINS server.
We have mixed SAMBA versions from 2.0.7 to 2.2.1a.
NT (wins) 10.1.1.1
SAMBA 1 10.1.1.2
|
|
|
SAMBA 2 10.2.2.2
All SAMBA hosts are set up to use the NT WINS server
and after a SAMBA start they are there. But they 'fade away'
in time.
Is there a setting I am missing? Or do I
2004 Jun 07
1
rsync server complaining about vanishing files while they are not.
Greetings.
I am running rsync 2.6.2 on both the server and the client. Server is
Fedora Core 2 and client is Red Hat Linux 9.
I am suffuring of the following errors on the server side:
Jun 7 19:43:27 tux101 rsyncd[24906]: file has vanished:
"redhat/9/en/os/i386/RedHat/RPMS/gtk2-engines-2.2.0-2.i386.rpm" (in module1)
This messages repeats for a whole bunch of rpm files
2004 Jun 08
1
[Fwd: Re: rsync server complaining about vanishing files while they are not.]
Greetings.
Yep, I have set "use chroot = no" for the module and it works. The symlinks
I have are created automatically by a tool and are absolute. But since "use
chroot = no" handles well absolute links from root/, the transfer works A1.
Thanks for your input, Wayne.
Best regards,
Hans Deragon
--
Consultant en informatique/Software Consultant
Deragon
2004 Jul 22
0
Samba 3.0 / Cups - Shared Printers vanishing
Hi!
I am using Samba 3.0.4 + CUPS as a print server for a lot of windows
machines. Since some days, all shared printers are gone every morning.
Printers are still accessible in CUPS, but if you open a windows
explorer and view the shares of the print server... there's nothing.
Printing also does not work.
Restarting samba & winbind solves the problem until the next morning.
Does
2007 Mar 08
1
Vanishing options in hp printer drivers
We're using a couple of HP printers (2200, 4200, 3390) using the HP PCL
6 printer driver.
Printer drivers are installed on the samba (3.0.24) box, connecting,
driver installation and printing work OK.
Problem: using the same driver version with the printer shared by a
windows box gives some additional options like
- brochure printing
- putting serveral pages on one sheet
Any Idea why
2007 Nov 21
0
Vanishing Font Path
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 2
minor 6.0
year 2007
month 10
day
2008 May 09
4
Gnome-terminal's backslashes look like Ws with a horizontal line through -- how to get a backslash?
Hello!
I've just started trying gnome-terminal (instead of xterm) because of
its "tabbing" facility. However, I note that with it backslashes appear
something like a W with a horizontal line through it. Any known way to
get a backslash to appear as a backslash?
To see what I mean, use gnome-terminal with
echo '\'
in bash, ksh, etc.
Regards,
Chip Campbell
1999 May 23
1
The mystery of the vanishing print job
I suppose I should start by saying that the system is running a fresh
installation of RedHat 6.0, and I've done so little that I'm amazed that
I've managed to do something wrong ;)
I have a genuine article postscript printer (an old QMS PS-410 for what
it's worth) connected to lp0 and setup as "lp" such that when I type "lpr
somefile" somefile is printed out. I
2015 Mar 25
2
Human readable user names vanishing from acls
When setting file permissions from MS environment to a file on a Samba4
share, it can be made in clear text with human readable user/group names
and the rights seem to work.
However when checking the permissions again from an MS environment, instead
of human readable user/group names there are plain SID numbers in their
place and there is an icon apparently signifying an unknown SID. How to
keep
2002 Sep 24
1
Vanishing tick marks using bwplot (lattice)
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 5.1
year 2002
month 06
day 17
language R
I've been using bwplot to plot a dataframe that has a structure like
this:
str(plot.df)
`data.frame': 5952
2006 Feb 01
3
inserting one backslash
Hello, I am not very familiar with regular expressions and escaping. I
need to replace the %-signs in a character vector with elements as
"income 0%-33%# to be replaced by "income 0\%-33\%" (for later use in
LaTeX). Using
gsub("%","\\%","income 0%-33%")
does not give the desired result. However, gsub("%","\\\\%","income
2008 Nov 06
2
Two minor escaping issues using \preformatted{....} in Rd format
Hi r-devels,
I have two minor problems with special characters in Rd files when
used within a \preformatted{} markup command:
------------------------------------------------------
1. issue: backslash + single brace
------------------------------------------------------
I would like to write "\\\}" to produce \} on output (documenting
the need to escape the brace once again before
2011 Nov 04
3
replace double backslash with singel backslash
I want to replace \\ with \ in:
str <-
"C:\\DOKUME~1\\u0327336\\LOKALE~1\\Temp\\RtmpQ5NJ8X\\TIRIS_PICS\\1_Img.jpg"
and tried:
gsub("\\\\", "\\", str)
but this removes the \\ without replacing them by \
Any help much appreciated,
Kay
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of Innsbruck
------------------------
2011 Apr 29
1
regular expression in gsub() for strings with leading backslash
Hello,
Can anyone help on gsub() in R? I have a string like something below, and
wanted to delete all the strings with leading backslash, including "\xa0On",
"\023, "\xab", and many others. How should I write a regular expression
pattern in gsub()? I don't care how many characters following backslash.
txt <- "Is This Thing\xa0On? http://bit.ly/jAbKem
2008 May 21
4
Vanishing maildirsize files with 1.0.7 using 'deliver' via postfix
Aloha,
I've searched the list and have found no similar reports, so I'm asking
here.
We have 3 RH5.1 boxes running the stock Postfix 2.3.3, but due to issues
with the stock Dovecot 1.0rc15, Redhat supplied us with the version of
Dovecot 1.0.7 that will be in Redhat 5.2.
The mail store is automounted per-user from a Sun box via NFS.
We were using it with no problems until last Friday,
2009 Jul 09
2
Mysteriously vanishing LD_LIBRARY_PATH
Using R-2.8.0 and R-2.8.1, I get behaviour like this:
R version 2.8.0 (2008-10-20)
Copyright (C) 2008 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
[....]
> Sys.getenv("LD_LIBRARY_PATH")
LD_LIBRARY_PATH