similar to: Macro Substitutions Printing . . .

Displaying 20 results from an estimated 1400 matches similar to: "Macro Substitutions Printing . . ."

2007 Aug 27
1
Sección de la Wiki en Español, creen que esté lista ?
Hola, Es posible que muy pronto se anuncien los contenidos en idioma Espa?ol que se han ido construyendo en la wiki. Cu?les son sus impresiones/comentarios de lo que tenemos hasta ahora ? Creen que la secci?n de la wiki en espa?ol est? lista ? al menos una primera revisi?n ?. Creen que podamos mejorar algo antes ? La secci?n de la wiki en idioma Espa?ol est? en: http://wiki.centos.org/es/
2009 Nov 28
4
summary( Jornadas de R )
Hola a todos, Como sabéis hemos celebrado estos d''ias las primeras jornadas de R. Han sido unos d''ias que creo que todos hemos disfrutado, y quer''ia compartir algunas experiencias con los que no pudisteis venir e intercambiar impresiones con los asistentes. Las jornadas de R han sido un espacio para muchas actividades. Hemos tenido charlas muy interesantes, sobre las
2005 Dec 16
2
multiple plots per page
R-help, I would like to place nine (3X3) plots per page. I am not properly implement mfrow(3,3) in the script below: jpeg("xyplot.jpg") #names output file my_args <- commandArgs() #sets up to take args from dos batch command mfcol(3,3) #set page for 3X3 TEMPS <- c(-15,25,85)#list of temps VBATS <- c(3,3.6,4.7)#list of Bats BOARDS <-
2005 Dec 14
2
Append tables
R Help: I have read a number of tables into R with identical headings and I would now like to make a single table that has all the data appended under this single heading line. for example: t1 <- read.csv("f1",header=TRUE) t2 <- read.csv("f2",header=TRUE) all <- c(t1,t2) #all is now twice as wide as t1 or t2 with the same number of row!!!! #I need to know how
2012 Jul 10
2
how can I show the xlab and ylab information while using layout
hi R-users: I want to draw three plot into one figure by layout and the script has been shown below. But I find R does not show the xlab and ylab information completely as shown the figure attached. How can I midify the script.? thank you . xxlab<-paste(cpmd," (",ro,"%)",sep=" ") yylab<-paste(rfmd," (",co,"%)",sep=" ")
2006 Nov 09
3
function
R-help, I am trying to create a function that i pass a data set to and have the function return some calculations based on data. Allow me to illustrate: myfunc <- function(lst,mn,sd){ lst <- sort(lst) mn <- mean(lst) sd <- sqrt(var(lst)) return(lst,mn,sd) } data1 <-c (1,2,3,4,5) data2 <- c(6,7,8,9,10) myfunc(data1,data1mn,data1sd) myfunc(data2,data2mn,data2sd)
2010 May 28
2
package question
The ICAClient package requires the 32 bit versions of libXp and openmotif. I have this class defined: class icaclient{ case $architecture { i386: { package { "ICAClient": provider => rpm, source => "$kickstart/ICAClient/RHEL5/ ICAClient-11.100-1.i386.rpm", ensure => installed, }
2006 Sep 01
1
VARIABLE SUBSTITUTIONS with LDAP
Hi everyone, I would like to understand why "variable substitutions" don't expand from ldap anymore. Jerry Carter answered me that it is due to conflicts with client side environnement variable. But these substitutions are done on the server side, so what's the problem with client side ??? It was a great feature, i don't know why a so practical thing has been removed. It
1999 Jul 21
1
2.0.5 problem with variable substitutions
I have a problem with 2.0.5 that did not happen in 2.0.4b or previous releases. I am seeing thousands of these messages in log.smb: [1999/07/20 23:44:24, 0] lib/util_str.c:string_sub(1095) ERROR: string overflow by 7 in string_sub(%M, 967) and the smbd process seems to be stuck in a tight loop. It's caused by the variable substitutions in these lines from smb.conf: root preexec = [ %U
2005 Oct 26
1
(no subject)
R-Help, I am trying to do simple plots of the characteristics of cellular phones. I am values that fit along an axis that has many data points around 800 and 1800. I am not interested in the "dead space' between the two clusters of data. I am not interested in a linear axis. I would like to "cut out" the white space between the two pockets of data when plotting. I
2011 Feb 14
9
¿Mejor formato para insertar gráficos de R en Word?
Hola, ¿qué tal? Me han pedido que genere unos gráficos para insertarlos en un docuemento de Word. Yo suelo generar gráficas en formato PNG, pero me han dicho que "quedan mal". Y yo apenas sé nada de Word. ¿Cuál sería el formato gráfico más adecuado en este caso? Un saludo y muchas gracias, Carlos J. Gil Bellosta http://www.datanalytics.com
2010 Apr 23
1
regsubst questions
I am attempting to set some variables in my manifest and I amd seeing a result I don''t quite understand. Here is a section of code from my manifest: $boot_time = generate(''/usr/bin/env'', ''/bin/date'', ''+%H:%m'') notice("boot_time => $boot_time") $boot_hour =
2005 Oct 27
1
sorting of data
R-Help, I am trying to reduce at data set to rows where a specified value occurs in a specified value. Below is a screen capture of Rgui: > nsmalldata <-read.csv("c:\\DATA\\UNITY\\\PASS0_DOWNFADE\\nsmall.csv") > nsmalldata BOARDNUMBER SESSIONID MATRIXID ARRAYPOINT Temperature PS1 PS2 PS13 PS14 PS15 1 LB0DC 3043 7757513 1 -9999 -9999
2018 Jan 01
0
lit: dependent substitutions?
Hi all, Not sure if there's a better forum for lit discussion, please advise. I'm experimenting with lit for IWYU testing. We're a little sensitive to relative vs absolute paths, especially when trying to determine the include-name for various headers. I've noticed lit always expands substitutions (e.g. %s) to absolute paths, and I'd like to be able to introduce substitutions
2006 Jul 02
5
"the number of parameters does not match the number of substitutions" error
All of a sudden, I''m getting this error: 1) Error: test_index(AccountControllerTest): RuntimeError: The number of parameters does not match the number of substitutions. /home/joe/projects/tanga/trunk/config/../vendor/rails/actionpack/lib/action_controller/assertions.rb:92:in `assert_redirected_to''
2017 Sep 05
2
[PATCH] run.in: Quote contents of @VAR@ substitutions
--- run.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run.in b/run.in index 0d10983..0f23a7c 100755 --- a/run.in +++ b/run.in @@ -62,7 +62,7 @@ export PERL_VALGRIND=1 export PERL_DESTRUCT_LEVEL=2 # For Python. -export PYTHON=@PYTHON@ +export PYTHON="@PYTHON@" if [ -z "$PYTHONPATH" ]; then
2017 Sep 05
0
Re: [PATCH] run.in: Quote contents of @VAR@ substitutions
Hi Hilko, I believe this has already been applied upstream (commit eecb1d81777219113f7e5434829aca6f93a92b9a) so it's not necessary. Let me know if I've missed something. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines.
2017 Sep 06
1
Re: [PATCH] run.in: Quote contents of @VAR@ substitutions
* Richard W.M. Jones: > I believe this has already been applied upstream > (commit eecb1d81777219113f7e5434829aca6f93a92b9a) so it's not necessary. Sorry, I should have indicated that this patch was for hivex. The quotes are still missing there. Cheers, -Hilko
2016 Aug 15
2
Using isonum.txt substitutions in reST documents?
I'd like to use one of the special marks (the circle-R registered trademark symbol) on a webpage that's coded in .rst format. On an HTML page I'd use &reg; but I'm less comfortable with reST. It looks like I'd need to add .. include:: isonum.txt and then I could use the |reg| substitution in the body text. Would that work? Would anybody mind? I'd naively expect
2007 Mar 02
1
Doing %var-substitutions in a plugin...
Hi, I'm trying to write a plugin that need to do some %var-substitution. Is there a way to get the var_expand_table used by the process? If not, I guess I could use getenv("USER") (for %u, %n and %d) and getenv("HOME") (for %h); but what for the other ones? Cheers, Nicolas