search for: jakson

Displaying 20 results from an estimated 33 matches for "jakson".

Did you mean: jackson
2011 May 18
3
SRTP of Asterisk
Hi all, does the asterisk 1.4.x support TLS and SRTP? Thanks -- havesoftware, Inc. http://www.havesoftware.com Jakson Kalsson Senior Programmer jakkalsoon at havesoftware.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110518/56f03c61/attachment.htm>
2009 Sep 15
1
comma as decimal separator in xtable
Hello, How can I make xtable print a comma as decimal separator? Setting the option OutDec isn't enough for xtable: library(xtable) options(OutDec = ",") x <- c(1.1, 1.2, 1.3) y <- c(2.3, 2.2, 2.1) d <- data.frame(x, y) d print(xtable(d)) Thanks! Jakson Aquino
2009 May 08
2
Vim R plugin-2
...in includes omni completion for R objects, code indentation and communication with R running in a terminal emulator (xterm or gnome-terminal). This last feature was already present in Johannes Ranke's plugin. I would like to know if you have any suggestions of improvements. Best regards, -- Jakson Aquino Professor of Political Science Federal University of Cear? Brazil
2012 Dec 15
1
Could Rstd_Busy do something (src/unix/sys-std.c)?
...ld be changed to something like: void attribute_hidden Rstd_Busy(int which) { R_is_busy = which; } And the R_is_busy variable could be accessed either directly or through a "get" function, like: int get_busy_state(){ return R_is_busy; } Thanks! -- Jakson Alves de Aquino Federal University of Cear? Social Sciences Department www.lepem.ufc.br/aquino.php
2009 Oct 05
4
Vim-R-plugin (new version)
...- . Set working directory (cur file path) \rd -------------------------------------------- . Sweave (cur file) \sw . Sweave and PDF (cur file) \sp -------------------------------------------- . Rebuild (list of objects) \ro Best regards, Jakson Aquino
2009 Aug 06
5
Is there a 'vi' mode in R?
Hi, I'm wondering if R provide a vi mode in the command line just like other shells such as bash do. Can somebody let me know? Regards, Peng
2010 Sep 12
4
using read.table, removing extra quotation mark from a text field? (e.g. ""cat" )
I am using read.table to import a text file within R.   There are several "errors" in my text file.  An "extra" quotation mark has inadvertently been included within a few text fields.   e.g. for a pipe (|) delimited text file, I have something similar to this:   1|7|30| "dog" 2|6|25| ""cat" 3|4|20|"" 4|5| 56| "mouse" 5|3|56|
2009 Oct 22
3
Boxplot with grouped data
Dear All, Is there some way of drawing a boxplot, with R, when one does not have the original continuous data, but only the data grouped in classes? The function boxplot() can only deal with original data. Thanks in advance, Paul
2009 May 31
1
Bug in gmodels CrossTable()?
...quot;, "c", "c") def <- c("d", "e", "f", "f", "d", "e") wgt <- c(0.8, 0.6, 0.4, 0.5, 1.4, 1.3) xtabs(wgt ~ abc + def) CrossTable(xtabs(wgt ~ abc + def), prop.r = F, prop.c = F, prop.t = F, prop.chisq = F) -- Jakson Aquino Professor of Political Science Federal University of Ceara, Brazil
2012 Jun 15
1
Does Asterisk support AMR and AMR-WB
Hi all, I have a project for the 3G related, AMR and AMR-WB support. I'm using the client develop suite from the PortSIP(http://www.portsip.com), as their said support the AMR, AMR-WB with RFC4867. Now I have to setup a SIP server/SIP PBX in our Lab for test, does the Asterisk support these codecs and RFC4867 ? If no, there has any plugin to support this ? Also, any other Server/PBX which
2009 Dec 04
1
Get back to the console with ssh access
Dear R users, I am currently learning how to work with a new shared computer (a Mac pro) in our lab, that is dedicated to execute R code for large simulations (over a few days). We have a VNC option to remote control the computer, with a shared used session, but this is not really needed in most of the cases. I would like to do some ssh access. This is pretty straigthforward, and I am able to
2009 Dec 07
1
igraph plot - vertex colors
Hi everyone, I have successfully created and analyzed my network data. I am new to R, and Network Analysis too, but I want to color my vertex based on some of the centrality measures calculated. Can someone point me in the right direction? Again, I am new to R, but given how powerful R appears to be, I figure this is probably pretty easy to do, I just wish I could figure it out. Many thanks
2010 Apr 13
2
Network Analysis
Hi, I am working on a project to understand the linkages between various websites. My data currently looks like the following: Variables: Website referral_site_1 referral_site_2 ... destination_site_1 destination_site_2 ... The values in these fields are just websites. So for every website in the first column, I have the top referral and destination websites. I'd like to do some strength
2010 Sep 18
0
Vim-R-plugin now works on Windows too
...a vimball of the plugin because it includes binary files (bmp and png). The plugin depends on the correct version of python being installed. It was tested only with Vim 7.3, which requires python 2.7. The plugin's documentation has many more details. Please report any issues! Best regards, Jakson Aquino
2011 Sep 10
1
ordering rows within CrossTable
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110910/47eab720/attachment.pl>
2009 Dec 23
0
new, much improved version of edtdbg debugging tool
...tions at once. The current version is for Vim with vim-r only. I did write an Emacs/ESS version, but it started to hang mysteriously, so I am releasing the Vim/vim-r version only. The package is downloadable at http://heather.cs.ucdavis.edu/~matloff/R/edtdbg/edtdbg.zip I'd like to thank Jakson and Duncan M. for some useful e-mail exchanges. Now that this "digression" is done, I can get back to finishing my Rdsm parallel R package and uploading it to CRAN. (Not sure whether edtdbg is appropriate for CRAN?) Norm Matloff
2011 Nov 17
0
new package: colorout (Colorize R output on terminal emulator)
...ape codes). I converted the patch into an R package, and people interested in testing it should do the following: 1) Download and install: wget http://www.lepem.ufc.br/jaa/colorout_0.1.tar.gz R CMD INSTALL colorout_0.1.tar.gz 2) Run R and load the package: library(colorout) Best regards, -- Jakson Aquino Federal University of Cear? - Brazil www.lepem.ufc.br/aquino.php
2011 Nov 25
0
New package 'colorout' to colorize R output on terminal emulators
...utput in terminal emulator noColorOut: Stop colorizing R output setOutputColors: Set the colors to be used on R output setOutputColors256: Set the colors to be used on R output show256Colors: Create and show a table with 256 colors Any feedback will be appreciated. Sincerely, -- Jakson Alves de Aquino Federal University of Cear? Social Sciences Department www.lepem.ufc.br/aquino.php jalvesaq at gmail.com _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Nov 25
0
New package 'colorout' to colorize R output on terminal emulators
...utput in terminal emulator noColorOut: Stop colorizing R output setOutputColors: Set the colors to be used on R output setOutputColors256: Set the colors to be used on R output show256Colors: Create and show a table with 256 colors Any feedback will be appreciated. Sincerely, -- Jakson Alves de Aquino Federal University of Cear? Social Sciences Department www.lepem.ufc.br/aquino.php jalvesaq at gmail.com _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2012 Dec 06
0
base package: extra new line at source() function
...quot;\n" is added on line 201 of src/library/base/R/source.R (please, see attached patch). I tested the function without this "\n" on an terminal emulator in Linux and on R Console in Windows RGui. I don't know if the "\n" is useful in other circumstances. Thanks! -- Jakson Alves de Aquino Federal University of Cear? Social Sciences Department www.lepem.ufc.br/aquino.php