similar to: instalacion

Displaying 20 results from an estimated 1000 matches similar to: "instalacion"

2011 Sep 22
2
[LLVMdev] How to const char* Value for function argument
Hi, I'm trying to replace function call with call to wrapper(function_name, num_args, ...), where varargs hold args of original call. Function* launch = Function::Create( TypeBuilder<int(const char*, int, ...), false>::get(context), GlobalValue::ExternalLinkage, "kernelgen_launch_", m2); { CallInst* call = dyn_cast<CallInst>(cast<Value>(I)); if
2013 Mar 12
2
ls() with different defaults: Solution;
Dear useRs, Some time ago I queried the list as to an efficient way of building a function which acts as ls() but with a different default for all.names: http://tolstoy.newcastle.edu.au/R/e6/help/09/03/7588.html I have struck upon a solution which so far has performed admirably. In particular, it uses ls() and not its explicit source code, so only has a dependency on its name and the name of
2010 May 26
5
(no subject)
Dear group, Here is my data frame: > dput(u) structure(list(DESCRIPTION = structure(c(2L, 5L, 6L, 7L, 9L, 11L, 12L, 15L, 14L, 16L, 1L, 10L, 3L, 4L, 13L, 8L, 17L), .Label = c("COFFEE C Jul/10", "COPPER May/10", "CORN Jul/10", "CORN May/10", "COTTON NO.2 Jul/10", "CRUDE OIL miNY May/10", "GOLD Jun/10", "HENRY HUB
2011 Sep 22
0
[LLVMdev] How to const char* Value for function argument
Hi Dimitry, This makes sense if you think about it from the perspective that the string you want passing must be passed at runtime, and so can't use a const char * from compile time. You need to make the string visible in the compiled image, and use that as the argument. A string is an array of 8-bit integers, so you need to create a ConstantArray. Value *v = ConstantArray::get(Context,
2010 May 11
1
merge two data frames
Dear group, I have these 2 following data frame: allcon <- structure(list(DESCRIPTION = structure(1:17, .Label = c("COFFEE C Jul/10", "COPPER May/10", "CORN Jul/10", "CORN May/10", "COTTON NO.2 Jul/10", "CRUDE OIL miNY May/10", "GOLD Jun/10", "HENRY HUB NATURAL GAS May/10", "ROBUSTA COFFEE (10)
2010 May 27
1
problema instalacion
Tengo un problema, instale el R 2.11.0 sin privilegios de administrador en Windows XP y al finalizar la instalación ejecuto el acceso directo para Rgui y me dio el siguiente error: "Error fatal: imposible restaurar datos guardados en .RData" ¿Cuál será el problema? En la maquina estaba instalado con privilegios de administrador el R 2.8.1. Saludos, Sebastián.
2012 Nov 07
1
Instalacion y configuracion de puppet
Muy buenos días les escribo porque en mi empresa se decidió instalar puppet y tengo una semana tratando de hacerlo funcionar y me da un error tras error estamos usando canaima 3.1 si pudieran ayudarme se los agradeceria -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit
2013 Jul 06
0
Instalacion en Ubuntu Precise Pangolin
Me paso algo semejante con rJava pero yo lo había instalado desde el gestor de software. Así que lo removí y lo instale desde R y se arregló el asunto. Lo instalaste desde R? Saludos Fernando El 06/07/13 15:47, José Trujillo escribió: > He intentado instalar R en mi portatil, con xubuntu 12.04 LTS precise > pangolin y me encuentro con: > > > library(Rcmdr) > Error: package
2013 Jul 26
2
Problema de Instalacion de paquetes
Estimados: Al intentar instalar el paquete RGtk2 me da el siguiente error: configure: error: GTK version 2.8.0 required ERROR: configuration failed for package ‘RGtk2’ * removing ‘/home/usuario/R/x86_64-pc-linux-gnu-library/2.15/RGtk2’ Warning in install.packages : installation of package ‘RGtk2’ had non-zero exit status Cuando intento instalar el paquete GTK 2.8 me dice que no se encuentra en
2011 Feb 08
4
Interactions in a nls model
I am interested in testing two similar nls models to determine if the lines are statistically different when fitted with two different data sets; one corn, another soybean. I know I can do this in linear models by testing for interactions. See Introductory Statistics with R by Dallgaard p212-218 for an example. I have two different data sets I am comparing to lai. ci.re should have very
2013 Jul 06
1
Instalacion en Ubuntu Precise Pangolin
Intenté actualizar paquetes. Pero como otras veces me ha pasado en estos casos empieza, a pedir paquetes necesarios para la compilación y se convierte en un cuento de nunca acabar porque Rcmdr arrastra muchos paquetes y necesita muchas herramientas para la compilación de paquetes en R. En concreto me falló uno relacionado con el X11, pero después pedirá, seguro, varios más y no siempre
2011 Oct 16
3
Which function to use: grep, replace, substr etc.?
Hello, I have a simple question but I don't know which method is best to use for my problem. I have the following strings: str1 <- "My_name_is_peter" str2 <- "what_is_your_surname_peter" I would like to apply predefined abbreviations for peter=p and name=n to both strings so that the new strings look like the followings: str1: "My_n_is_p" str2:
2013 Jul 06
3
Instalacion en Ubuntu Precise Pangolin
He intentado instalar R en mi portatil, con xubuntu 12.04 LTS precise pangolin y me encuentro con: > library(Rcmdr) Error: package ?Rcmdr? was built before R 3.0.0: please re-install it > He mirado por internet y he visto comentarios sobre paquetes que necesitaban ser recompilados. Pero supongo que a estas alturas ya debería estar hecho. En el Debian 7.0 del trabajo no tengo
2010 Apr 23
2
read.csv data frame thousands separator
Dear group, Here is my df, trades1 : trades1 <- structure(list(Instrument.Long.Name = c("CORN", "CORN", "CORN", "CORN", "CORN", "SOYBEANS", "SOYBEANS", "SOYBEANS", "SOYBEANS", "SOYBEANS", "SOYBEANS", "STANDARD LEAD USD", "STANDARD LEAD USD", "SPCL
1998 Jan 03
1
R-beta: NextMethod(.Generic) bug
I'm a day-old R newbie (but a war-weary S veteran), with couple of first-day questions: In R 0.61, this code fails. Ops.test <- function(e1,e2) { e1 <- NextMethod(.Generic) e1 } x <- 4 class(x) <- "test" y <- x < 3 The error message is "Error in NextMethod(.Generic) : negative length vectors are not allowed.". I assume it is a bug.
2004 Jun 17
4
7960 straight through?
if i go off hook and dial 666 from an internal sipura spa-x000 (at extn 141), it rings straight through to extn 666. using the same dialplan, from a cisco 7960 with 7.1 sip code (at extn 142), i have to go off hook hit NewCall punch 142 (or any valid extn in the dialplan) hit Dial then dial 666 wtf? sip.conf for crisco [fiji] callerid="crisco" <142>
2010 Apr 28
1
gsub,regex and replacing
Dear group, I need to modify some characters in a data frame. I want to use gsub and the regex functionalities to do this. Here is the data frame (df): DESCRIPTION prix quantity 1 CORN Jul/10 -1.5 0 2 CORN May/10 -1082.0 -3 3 ROBUSTA COFFEE (10) Jul/10 11084.0 8 4 SOYBEANS Jul/10 1983.5
2007 Sep 09
1
Softkeys wrong with chan_skinny
Hi, as noone out there seems to be able to maintain chan_sccp, i'm trying to switch to chan_skinny. With the newest 1.4 svn the Softkeys are mostly wrong/non functional. I see Redial NewCall CFwdAll more (more) CFwdBu... GPickUp Confrn more NewCall works, CFwdAll seems to toggle DnD, the rest of the buttons do notting. Any ideas how to fix this? Regards, Andreas
2010 Jun 01
1
data frame manipulation ddply
Dear group, Here is my data frame: futures <- structure(list(DESCRIPTION = c("CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "LIVE CATTLE Aug/10", "LIVE CATTLE Aug/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11
2010 May 27
1
switch function
Dear group, Here is my df : trades <- structure(list(Trade.Status = c("DEL", "INS", "INS"), Instrument.Long.Name = c("SUGAR NO.11", "CORN", "CORN"), Delivery.Prompt.Date = c("Jul/10", "Jul/10", "Jul/10"), Buy.Sell..Cleared. = c("Sell", "Buy", "Buy"), Volume = c(1L, 2L, 1L),