Displaying 20 results from an estimated 1000 matches similar to: "Sweave does not respect width"
2008 Sep 19
1
getting line breaks with xtable
Sorry, for asking the same question again, but I got no reactions the last
time. Maybe it was just overseen by the experts.
I'm using the xtable function with Sweave and Lyx and I would like to know
how to get automatic line breaks for long strings in a column of the table.
I've learned from the Lyx wiki that the Latex command \linebreak produces
table cells with multiple lines. I tried to
2007 Jul 19
1
write.table linebreaks
Hello R users,
I am a newby using R 2.5.0 on a Apple Power Book G4 with Mac OS X
10.4.10.
when I use the write.table function, I always get the output in Unix
linebreaks that I have to change to McIntosh linebreaks to be able to
Import the data in Excel 2004 for Mac.
Is there a possibility to do this automatically in R and respectively
in the write.table function?
Thanks in advance.
2008 Aug 01
1
parameters
<% for post in @posts %>
<%= link_to_remote "Edit", :url => { :controller => "threads", :action
=> :new_req }, :with => "''description=#{post.description}''"
<% end %>
When I make a post with the form and enter a description like such:
Description text_area:
this is a description
that has linebreaks,
or... at least,
I
2015 Sep 08
3
sieve_extprograms - double linebreaks at filtering
Hello List,
i have a problem when using sieve-plugin sieve_extprograms. I use
dovecot 2.2.18 and bundled pigeonhole 0.4.6 (Ubuntu 14.04.3 LTS)
i have enabled sieve_extprograms and vnd.dovecot.filter to send mail to
user-defined script and get changed content back.
My script previously was used with procmail and is working fine.
Using same script with vnd.dovecot.filter leads to odd behavior.
I
2006 May 03
2
rake appdoc Question regarding comment formatting
I tried googling and searching the forums here but was unable to locate
an answer, please forgive if this has been covered.
Is there any way to provide formatting guidelines to dictate how parsed
comments are displayed in the resulting html? In the simplest example,
is there a way to specify a linebreak (break tag)?
Thanks,
Andy
--
Posted via http://www.ruby-forum.com/.
2006 Nov 09
4
Plotting symbols with two positions?
Thanks a lot to Demitris for a prompt answer some minutes ago on another
tread (see below). To avoid excess mails on the list, I move onto next
question:
I have another small plotting problem that confuses me. I want to plot
results from a field trial series, using the numbers of the trials as
symbols in the plot.
pch = as.character(trial_no)
works fine, but truncates the trial number to the
2007 Aug 21
2
in place editor with scriptaculous
I have an issue with line break handling.
When I display contents of a textarea, I use nl2br to show linebreaks
that the user has made. The problem comes the second time they make an
edit, since the <br> code still appears in the inPlaceEdit box...
which will no doubt confuse my users...
Any way around this?
--~--~---------~--~----~------------~-------~--~----~
You received this message
2004 Aug 06
2
ices2 + stdin + metadata
Hi,
does anybody know some info about posting metadata to ices2 via stdin?
My system is based on a PHP-script wich sends PCM-data from the player
(mpg123 or ogg123) over a pipe to ices2. As i understand the documentation,
metadata is sent as normal clear text within the PCM-data when using stdin.
I tried the following format:
\n
artist=foo\n
title=bar\n
(\n is, of course, a normal
2004 Apr 27
5
parsing a data file
Hi,
I need to parse a data file (output of a measuring device) of the
following format:
BEGIN RECORD [first record data] RECORD [second
record data] RECORD
[third record data]
END
Line breaks can (and do ;-() occur anywhere. White space behaves very
much like TeX, eg it is not important whether there are one or more
spaces or linebreaks as long as there is one of them. It is a text
file, not
2008 Mar 28
1
Sweave - print \n ?
Hi,
this is probably quite stupid but I have no clue
what's wrong. Let's say I write the function
hline <- function() {
cat("\\hline \n")
}
and call hline() from within a Sweave chunk. Why is
there no carriage return after the \hline in the
resulting tex file?
if I call hline() hline() in the chunk, then I get
\hline \hline
in the tex code without a linebreak in
2013 Sep 05
2
ASCII art in function documentation?
Hi
I want to include ascii art in a function documentation which should
look as follow:
,----
| +------+------+------+
| | 1/16 | 1/16 | 1/16 |
| +------+------+------+
| | 1/16 | 8/16 | 1/16 |
| +------+------+------+
| | 1/16 | 1/16 | 1/16 |
| +------+------+------+
`----
to keep the monospaced font even in html, I decided to use \code{}:
,----
| \code{+------+------+------+}
|
| \code{|
2003 Mar 09
1
strings spanning multiple lines
I'd like to specify strings spanning multiple lines (ie too long to
fit in a single line without spoiling pretty-printed R code). I tried
the following way:
> a <- "multiple \
+ lines"
but
> print(a)
[1] "multiple \nlines"
How could I avoid the extra linebreak ("\n")?
Regards,
Tamas Papp
--
Tam?s K. Papp
E-mail: tpapp at axelero.hu (preferred,
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
2005 Sep 22
1
Using tokens on autocompleter
Hi,
When I use a "," token to enable multiple input, each choice is added in
its own line.
When using a normal <input type="text"...> I would expect it to leave
the linebreaks alone.
Is there a workaround for this one?
Cheers,
Ron
2012 May 13
1
dovecot-2.1.6: why are loglines longer and longer
do we really need "session=<ugAua+i/ewBUcit1>" additional
to proxy log-lines? until this change it was possible on
a 24" screen with "tail -f /var/log/maillog" to watch
without linebreaks, now each proxy line breaks
PLEASE reconsider such changes!
May 13 12:27:38 mail dovecot: imap-login: proxy(*******@thelounge.net): started proxying to 127.0.0.1:143:
2005 May 04
1
Avoiding Sweave formula cut's?
Hi,
anybody know a possibilities how i could avoid less nicely cut's in
function calls with sweave like:
randomForest(x = RELSHIP ~ ., data = R_RELSHIP[splitR_RELSHIP == 1,
], importance = T, n(*here is the cut in the pdf*)
tree = 1000, na.action = na.omit)
Until now i add expost linebreaks in the *.tex file, but with dozend of
models it might be painfuel for my hands.
Many
2005 Feb 02
1
anova.glm (PR#7624)
There may be a bug in the anova.glm function.
deathstar[32] R
R : Copyright 2004, The R Foundation for Statistical Computing
Version 2.0.1 (2004-11-15), ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project
2006 Oct 24
1
Cook's Distance in GLM (PR#9316)
Hi Community,
I'm trying to reconcile Cook's Distances computed in glm. The
following snippet of code shows that the Cook's Distances contours on
the plot of Residuals v Leverage do not seem to be the same as the
values produced by cooks.distance() or in the Cook's Distance against
observation number plot.
counts <- c(18,17,15,20,10,20,25,13,12)
outcome <- gl(3,1,9)
2014 Apr 18
2
tinc 1.1pre10 "failed to decrypt record" on Windows client
Tinc newbie here so apologies if this is obvious or has been discussed
already; I did search but couldn't find anything.
I'm testing tinc 1.1pre10 between a Windows 7 client and Linux server.
The Linux machine is on the internet and the Windows machine is on my
home network behind NAT. I have successfully configured a Linux client
on my home network to communicate with the server
2004 Mar 23
1
influence.measures, cooks.distance, and glm
Dear list,
I've noticed that influence.measures and cooks.distance gives different
results for non-gaussian GLMs. For example, using R-1.9.0 alpha
(2003-03-17) under Windows:
> ## Dobson (1990) Page 93: Randomized Controlled Trial :
> counts <- c(18,17,15,20,10,20,25,13,12)
> outcome <- gl(3,1,9)
> treatment <- gl(3,3)
> glm.D93 <- glm(counts ~ outcome +