similar to: fisheyeR en r-forge

Displaying 20 results from an estimated 100 matches similar to: "fisheyeR en r-forge"

2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods. I have this function : setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")}) setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) { ... ... ... })
2012 Jul 16
10
Cómo hacer un source de manera "elegante"
Hola de nuevo: Veamos... Tengo mi aplicación organizada en varios módulos .r, de tal modo que una vez que los tengo cargados (mediante source("Load.R")) el usuario puede disfrutar de las funcionalidades llamando directamente a una serie de funciones que realizan análisis y generan resultados (numéricos y gráficos). El caso es que me gustaría "elegantizar" esa carga inicial
2012 Jan 11
5
Which SpanDSP version to play with Asterisk 10 and T.38/T.30 gatewaying ?
Hi, Maybe I missed it while checking it, but which spandsp version is recommended to play with Asterisk 10 and T.38/T.30 gatewaying ? I can see both spandsp-0.0.6pre17.tgz and spandsp-0.0.6pre18.tgz here (http://www.soft-switch.org/downloads/spandsp/) but I couldn't find a changelog documenting differences between them. So I prefer to double check ask for recommendations. Regards
2011 Feb 08
0
Scheduled Maintenance: wiki.asterisk.org and code.asterisk.org
On Thursday, February 10, 2011 at 8:00AM CST (GMT-5), two servers that provide community services will be upgraded with new software releases: * wiki.asterisk.org will be upgraded to Confluence 3.4.8. This upgrade should take less than 20 minutes. * code.asterisk.org will be upgraded to Crucible+Fisheye 2.5.0. The actual upgrade will take less than 20 minutes, but the entire set of
2011 Feb 08
0
Scheduled Maintenance: wiki.asterisk.org and code.asterisk.org
On Thursday, February 10, 2011 at 8:00AM CST (GMT-5), two servers that provide community services will be upgraded with new software releases: * wiki.asterisk.org will be upgraded to Confluence 3.4.8. This upgrade should take less than 20 minutes. * code.asterisk.org will be upgraded to Crucible+Fisheye 2.5.0. The actual upgrade will take less than 20 minutes, but the entire set of
2003 Jun 10
3
tftp server error
I have got a Solaris 9 package build from the latest tftp software at ftp.kernel.org. When I do the following: ./in.tftpd -l -s /tftpboot -m /tftprules -v The tftp server does not start. The error in /var/adm/messages is "too many -s directories". If i do ./in.tftpd -l -s /tftpboot -v then it works fine. But i need remap feature for my project. The message I get when i do
2015 Apr 27
5
paquete DBmethods
Hola a todos,soy nuevo en esto de R y no tengo mucho conocimiento sobre programación, pero tengo una consulta sobre un paquete. Encontré una investigación en donde utilizaban el paquete DBmethods y estoy interesado en usarlo, mas que todo por la distancia de Gower para datos mixtos (dgower), pero el paquete ya lo he buscado y no figura en la lista de paquetes para instalar. No sé si alguien me
2016 Feb 11
4
Invertir dcast
Con data.table todo puede ir muy rapido. > require(data.table) > M=matrix(c(5,NA,NA,NA,6,NA,7,NA,8),3,3) > M [,1] [,2] [,3] [1,] 5 NA 7 [2,] NA 6 NA [3,] NA NA 8 > M2=data.table(M) > M2 V1 V2 V3 1: 5 NA 7 2: NA 6 NA 3: NA NA 8 > M3=melt(M2,variable.name = "columna") > M3 columna value 1: V1 5 2: V1 NA 3: V1
2009 Oct 31
3
Plots with k-means
Hi, I'm doing a k-means cluster with 6 clusters and 15 variables. Any suggestions on how to plot the results? I've tried the standard xy plot, but couldn't get much of it. Thansk in advance, Iuri.
2013 Jul 21
0
Estadistica espacial
Hola estimada comunidad... Se que esta lista es para asuntos estrictos de R, pero, a ver si alguno puede echarme una mano. Estoy haciendo trabajo de grado ... Necesito imprimir este texto: Statistícal Methods for Spatial Data Analysis, que se encuentra alojado acá: http://libgen.info/view.php?id=176679 l o malo es q esta en zip, y al descomprimirlo me salen las pags en html, alguien lo tendrá
2020 Nov 23
1
Cargar data frame en app shiny
---------- Forwarded message --------- De: Ruben Coca <rcocam en fedefarma.com> Date: lun., 23 nov. 2020 14:59 Subject: RV: Cargar data frame en app shiny To: ruben.coca en gmail.com <ruben.coca en gmail.com> Hola a todos, Tengo problemas con una app de shiny. Al iniciarla me sale este mensaje en el navegador: An error has occurred The application failed to start. The application
2013 Jun 15
0
¿Alguna explicación para este fenómeno? (Relativo al uso
Hola todos He estado unos días fuera y no he visto que se cocía en la lista. He visto que Carlos Ortega hacía una referencia al uso de StatET y su visual debugger, pero creo que no me he enterado bien sobre quien planteaba la duda y por donde venia el problema. Por el asunto parece que todo ha venido por el tema del uso de memoria con los factores etc (cosa que parece que está arreglada). Si
2009 Feb 11
0
Job Opportunity - Linux System Administrator - SFO;CA
Duration: 3months + Location: SFO; CA The primary skills are: * Over all Red Hat Linux system admin - Patches using our own patch center - Spinning up approved version of the Linux - Migration of Red Hat 4.0 to 5.0 release in all our environment - Network trouble shooting & Design (mainly for our qa and dev environment) - Backup setup and Strategies - General scripting skills using bash,
2012 Aug 13
0
code.asterisk.org migration - service outage on Tues, Aug 14th
On Tuesday, August 14th, 2012 at 8:30AM CST (GMT-5), code.asterisk.org will be migrated to a new server. The actual move will take less than 1 hour, but the entire set of repositories serviced by Fisheye will need to be re-indexed, which could take several hours. During this time, portions of code.asterisk.org may display incomplete contents. Digium's Asterisk Development Team
2003 Jun 09
0
[patch] ./configure problem on Solaris
Hi, I have a problem with tftpd-hpa on Solaris-8, in that the configure script cannot find the regex engine. This is because of the following in configure.in: LIBXTRA=false AC_SEARCH_LIBS(xmalloc, iberty, , LIBXTRA=true AC_LIBOBJ(xmalloc)) AC_SEARCH_LIBS(xstrdup, iberty, , LIBXTRA=true AC_LIBOBJ(xstrdup)) AC_SEARCH_LIBS(bsd_signal, bsd, , LIBXTRA=true AC_LIBOBJ(bsdsignal)) if $LIBXTRA; then
2010 Nov 02
0
Asterisk community services powered by Atlassian tools
Some of you have already noticed we've chosen a number of Atlassian tools to provide services to the Asterisk and Asterisk SCF communities (Confluence, Crowd, Crucible, Fisheye and Bamboo). Of course, we're not alone in this since many other open source projects have chosen these tools as well, but I'd just like to state again how happy we are that Atlassian is willing to license these
2003 Jun 09
1
[patch] ./configure problem on Solaris with Sun's CC
Hi, I have a problem with tftpd-hpa on Solaris-8, in that the configure script cannot find the regex engine. This is because of the following in configure.in: LIBXTRA=false AC_SEARCH_LIBS(xmalloc, iberty, , LIBXTRA=true AC_LIBOBJ(xmalloc)) AC_SEARCH_LIBS(xstrdup, iberty, , LIBXTRA=true AC_LIBOBJ(xstrdup)) AC_SEARCH_LIBS(bsd_signal, bsd, , LIBXTRA=true AC_LIBOBJ(bsdsignal)) if $LIBXTRA; then
2007 Oct 29
2
autoconf test for building dtrace USDT probes?
X.Org has adopted GNU autoconf as its build configuration mechanism, so when I integrated the dtrace probes, I checked to see if they should be built using this test, checking for the existence of a program named "dtrace" in the path: dnl Check for dtrace program (needed to build Xserver dtrace probes) AC_ARG_WITH(dtrace, AS_HELP_STRING([--with-dtrace=PATH], [Enable dtrace
2007 Jun 19
5
TentSteak 0.2.0
The second release of TentSteak is out and available as a gem on rubyforge ("gem install tent_steak"). This version introduces a handful of new form helpers, a couple method renames, editable HTML tables, and some application bootstrappers for kickstarting Camping and initializing ActiveRecord. It''s still in active development, and I''d very much appreciate
2007 Jan 24
6
dojo and prototype compatibility?
are there any compatible issues that exist when trying to use both prototype and dojo at the same time? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this