similar to: str() not displaying names

Displaying 20 results from an estimated 6000 matches similar to: "str() not displaying names"

2017 Nov 16
0
str() not displaying names
>>>>> Etienne Sanchez <etiennesanchez2 at gmail.com> >>>>> on Tue, 14 Nov 2017 19:33:07 +0100 writes: > In some cases, str() does not print the "names" attribute of the object: > > u <- structure(c(5, 6), names = c("a", "b"), color = "blue") > str(u) > # atomic [1:2] 5 6 > # - attr(*,
2007 Sep 24
2
Asterisk 1.4.12 Release?
Hi All, I read rumors of a potential Asterisk 1.4.12 release for last week. I would like to start testing Asterisk 1.4 on Solaris, but, the fix for the segfault in res_features is only in the current development trunk. I would much rather test a release version, and as such, need to wait for the release of 1.4.12, my question is, do we have a guestimate on when it will be released, 1 week, 2
2009 Mar 16
3
Help Inbound number
i create inbound number but i calling and send this error: [Mar 16 11:41:12] NOTICE[30847]: chan_sip.c:14383 handle_request_invite: Call from '101396_procall' to extension '8888246463' rejected because extension not found. but the extensin existed -- Bayardo S?nchez Garc?a Web Developer - Internet Portals - Asterisk Support - Windows Server Support - Proxi Support E-mail:
2006 Dec 06
2
same bitstream
Narrowband (8 kHz), wideband (16 kHz), and ultra-wideband (32 kHz) compression in the same bitstream What is the meaning of this? can i find more information about this somewhere? And what is packel loss concealment, an you enable this somewhere? thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Sep 20
1
Displaying str(zoo) in Sweave
Dear R-helpers, Please look at the following minimal code. \documentclass[a4paper]{article} \begin{document} <<>>== library(zoo) a<-zoo(1:4,order.by=Sys.time()+1:4) str(a) @ \end{document} When I do R CMD Sweave,followed by pdflatex ,and view the final pdf, the letter surrounding the phrase zoo, a ***zoo*** series are messed up. They are messed up even inside Emacs now that I
2011 Apr 02
5
Significado de un mensaje de error
Hola a todos, estoy procesando unos datos con las siguientes intrucciones que creo son del paquete stats: cloud(Imp89 ~ ImpTot89 * NDA | Edad, data = mtif, +       screen = list(x = -90, y = 45), distance = .4, zoom = .7) y obtengo el error: Error en eval(substitute(groups), data, environment(formula)) :  argumento ''envir'' númerico no tiene longitud uno La verdad es que no se
2009 Apr 15
2
inbound filed
i create inbound confi my confi is: [incoming] exten=> 18888246463,,1,Dial(SIP/8003,60,rT) exten=> 6463,1,Dial(SIP/8003,60,rT) exten=> 18888246463,,n,Wait(5) exten=> 18888246463,,n,Hangup but y calling and send this error in my CLI: [Apr 15 09:58:48] NOTICE[26985]: chan_sip.c:14383 handle_request_invite: Call from '101396_procall' to extension '8888246463' rejected
2011 Oct 17
1
lmtp performance
Hello: In the process of migration from version 1.2 to 2.0 have tried to use lmtp instead of lda as delivery agent. But unfortunately througput we get is poor with lmtp compared to lda. In peak times with lda we are able to deliver over 1800 messages/minute (high I/O but not affecting service) but if we switch to lmtp cannot deliver more than 300 mess/minute (very low I/O). This is enough
2013 Mar 06
12
if dentro de for
Buenas, Me encuentro con el mismo problema, de que me dice que el argumento del if no es un "valor ausente donde TRUE/FALSE es necesario" Este es mi codigo de pruebas. readseq <- "aaaaaaaaaaa", "aaa", "aa") auxiliar <- count(readseq[j],i+2) aux_a <- auxiliar["listaa"] if(aux_a > 0){ matrizgraf3[i][k] = matrizgraf3[i][k] + 1 listaa
2017 May 26
2
Unir municipios
Fíjate, había visto aggregate del paquete raster, pero lo había excluído porque pensaba que trabajaba sólo con imágenes raster... ¡qué cosas! :) Gracias. Lo miraré. Isidro Hidalgo Arellano Observatorio del Mercado de Trabajo Consejería de Economía, Empresas y Empleo http://www.castillalamancha.es/ -----Mensaje original----- De: R-help-es [mailto:r-help-es-bounces en r-project.org] En nombre de
2009 Jan 26
3
I need help
i have a problem need help == Spawn extension (DLPN_everything, 2095773777, 2) exited non-zero on 'SIP/8022-b7225740' -- Got SIP response 503 "Service Unavailable" back from 74.63.41.218 -- SIP/voipms4-09ab0c38 is circuit-busy == Everyone is busy/congested at this time (1:0/1/0) == Auto fallthrough, channel 'SIP/8011-b724f888' status is 'CONGESTION'
2008 Jul 23
6
par() function does not work
Dear R-nautes, I installed the 2.7.1 version of R and found it is not possible to modify graphical parameters with par(). for example; > par(mfrow=c(2,2)) Error in c(2, 2) : unused argument(s) (2) > par$mfrow NULL Does any one know what is the cause of this problem? Regards, Fabio -- Fabio Sánchez, MD, MSc, PhD Unit of Dermatology and Venereology Department of Medicine Karolinska
2006 Mar 15
6
Can't get port forwarded from net to net
I have followed the instructions at http://shorewall.net/FAQ.htm#faq2 along with some coaching on IRC from _Omache to get a machine (with IP address 66.93.22.233) to forward all port 25 traffic to another host in my network (with IP 66.93.22.254). This has not worked. I have tested by trying `telnet 66.93.22.233 25`, expecting to see the SMTP banner on 66.93.22.254. Of course, I don''t
2015 Jun 01
2
extraño error con seq
Estimados colisteros, Acabo de encontrar un extraño error usando la función seq: >seq(from = 0.6 + 0.1, to = 0.7, by = 0.1) [1] 0.7 # todo bien >seq(from = 2.2 + 0.1, to = 2.3, by = 0.1) Error in seq.default(from = 2.2 + 0.1, to = 2.3, by = 0.1) : wrong sign in 'by' argument La ayuda de seq establece que "Specifying to - from and by of opposite signs is an error". Y
2018 Apr 30
2
Turn off replication
Hi All We were able to get all 4 bricks are distributed , we can see the right amount of space. but we have been rebalancing since 4 days ago for 16Tb. and still only 8tb. is there a way to speed up. there is also data we can remove from it to speed it up, but what is the best procedures removing data , is it from the Gluster main export point or going on each brick and remove it . We would like
2016 Jan 15
2
hachathon grupo local SevillaR - sábado 30 de Enero
Hola, En el grupo local SevillaR hemos organizado un hackathon para el próximo sábado 30 de Enero. Toda la información está aquí: https://github.com/SevillaR/jacaton/blob/master/README.md. Por si alguien se anima Uno de los proyectos que vamos a desarrollar es un paquete para obtener y analizar los datos de calidad del aire en Andalucía, por lo que la presentación de Carlos sobre Madrid nos
2017 May 03
4
Cálculo de splines racionales no uniformes o NURBS (non-uniform rational B-spline)
Hola a todos, Llevo unos días buscando en Internet alguna librería de R que me permita el cálculo de NURBS a partir de ficheros de texto con coordenadas X Y Z de puntos. No he encontrado nada que me convenza y finalmente, hoy, he empezado a trabajar este asunto en MATLAB (la última vez que había usado este programa fue en 1999). ¿Alguno de vosotros ha trabajado en R? ¿Podríais hacerme alguna
2018 Jan 09
2
Creating cluster replica on 2 nodes 2 bricks each.
Hello We are trying to setup Gluster for our project/scratch storage HPC machine using a replicated mode with 2 nodes, 2 bricks each (14tb each). Our goal is to be able to have a replicated system between node 1 and 2 (A bricks) and add an additional 2 bricks (B bricks) from the 2 nodes. so we can have a total of 28tb replicated mode. Node 1 [ (Brick A) (Brick B) ] Node 2 [ (Brick A) (Brick
2018 Feb 06
4
Optimizar código
Hola a todos, Os pongo aquí debajo un pequeño fragmento de código. Resulta que dispongo de una CADENA que tiene dos columnas. Una con palabras y la otra que dice si es bueno o malo. En otra variable tengo una LISTA. Quiero cruzar todas las palabras de la lista con todas las de la cadena y cuando alguna coincida, que me indique en qué fila está y también si la palabra es "buena" o
2014 Feb 27
3
maildir quota divergence
Hello; We are using maildir quotas and have found differences in many users in respect to what system command are showing and doveadm quotas. For example, four user test, we have: doveadm quota get -u test Quota name Type Value Limit % STORAGE 98066 102400 95