Displaying 20 results from an estimated 300 matches similar to: "problem with join"
2006 Aug 07
9
problems with ActionMailer
Hi all,
I''m trying to create a worker to send a mail to all the users in my
db. Right now I''m doing the tests, this is the code in my worker
(Masivo is the ActionMailer subclass):
def do_work(args)
@progress = 0
@logger.info("MAILER: starting job")
records = Record.find(:all)
total = records.size
records.each_with_index do |record, idx|
2006 Mar 13
1
Building help pages
Hello!
I was just wondering, why only one of my "Rd" files is converted in
"chm" format (REGE) and the other are not when installing a package? The
output from installing a package on WinXp is below.
I tried to find more information about what "chm" format actually is,
however have found none.
Best regards and thaks for any replies,
Ales Ziberna
2013 Aug 19
2
Problemas con ggsave(paste('img/',plotName,'.png', sep='')
Estimados usuarios de R:
Soy nuevo en R, le ruego disculpa por mi *Ignorancia*.
Estoy corriendo la siguiente instruccion,
ggsave(paste('img/',plotName,'.png', sep='')
y resulta el error:
ggsave(paste('img/',plotName,'.png', sep='')
Saving 7.32 x 4.87 in image
Error in grDevices::png(..., width = width, height = height, res = dpi, :
2017 Feb 20
2
Which tool to automatically restart Asterisk ?
Hi, Oliver.
Maybe something like this (add this script to your crontab):
------------------------8<--------------------------
#!/bin/bash
#
# File: asterisk-watchdog.sh
# Date: 2015.05.26
# Build: v1.0
# Brief: Secuencia para monitorizar procesos.
#
# ${PATH}: Variable de entorno con las rutas a los ejecutables.
PATH=/bin:/sbin:/usr/bin:/usr/sbin
# ${DAEMON}:
2024 Nov 21
2
consulta geolocalizaciones
El problema de OpenStreetMaps es que en las rutas no prioriza las mejores vías: en algunos casos he visto que las calcula incluyendo caminos sin asfaltar. Y no supe en su momento cómo cambiar eso...
Saludos.
Isidro Hidalgo Arellano
Observatorio del Mercado de Trabajo
Junta de Comunidades de Castilla - La Mancha
-----Mensaje original-----
De: R-help-es <r-help-es-bounces en r-project.org>
2017 Feb 21
2
Which tool to automatically restart Asterisk ?
Why not to use Fail2ban
https://www.voip-info.org/wiki/view/Fail2Ban+%28with+iptables%29+And+Asterisk
*Tahir Almas*
Managing Partner
ICT Innovations
http://www.ictinnovations.com
http://www.ictbroadcast.com
Leveraging open source in ICT
On Tue, Feb 21, 2017 at 12:28 AM, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
wrote:
> On Mon, Feb 20, 2017 at 11:36:24AM -0300, Victor
2019 May 15
2
Identificar por coordenadas geográficas una calle de una ciudad
Estimados
Sobre como obtener la geolocalización, aparte de lo aportado por Rubén
Casal, también existe el api de Microsoft, lo que yo descartaría es tomar
una base de datos con geolocalización, teóricamente andarían pero si uno
por casualidad conoce la geografía real, se da cuenta de errores, salvo que
en España los datos estén correctos.
Javier Rubén Marcuzzi
El mié., 15 may. 2019 a las 8:50,
2019 Oct 12
2
PANDOC
Hola,
parece que el problema está relacionado con la versión de Pandoc. La última
da problemas, según parece:
https://github.com/boxuancui/DataExplorer/issues/119
DataExplorer failed on the iris and mtcars data.frames on 3 of 4 computers
today. It took hours, but the problem seems related to newer versions of
Pandoc. Only Pandoc 2.6 works with DataExplorer. It will fail with newer
versions 2.7
2024 Oct 14
2
Error in .local(x, ...) invalid layer names
¡Buenas tardes!
Antes de nada, dar las gracias por permitirme participar en esta lista.
Soy un usuario recién llegado a R de la mano del análisis geoespacial. Soy un arqueólogo que se ha topado con un package para R creado por un arqueólogo para la ejecución de procesos para a creación de rutas de menor coste cuyo nombre es leastcostpath y que se encuentra en el repositorio de GitHub. Contiene
2007 Jan 10
2
dst cache overflow (bridged wan interfaces)
I recompiled yet 2.6.19.1 kernel (using iptables with the same patches too).
The configuration for this test is:
1) linux box with 2.6.19.1 kernel (SMP machine) with these
patches/modules:
a) l7-filter
b) ipp2p
c) connlimit
d) set
2) 4 ethernet interfaces:
a) 2 external (eth1 and eth3) interfaces with balanced links (as
described in nato-howto) bridged as wan0
2019 May 15
2
Identificar por coordenadas geográficas una calle de una ciudad
Saludos estimados compañeros:
¿Alguno de ustedes sabe de alguna librería con la que geolocalizar
una calle de una ciudad española?, aunque no cuenten nada más que aquellas
a partir de un umbral de población.
Muchas gracias.
[[alternative HTML version deleted]]
2019 Oct 11
3
PANDOC
Estimados
-Este paquete parece que saca un reporte bastante completo, a mi me da error y
no comprendo porque,por favor audenme en esto
library(DataExplorer)
create_report(iris)
create_report(airquality, y = "Ozone")
error que me da
Error: pandoc document conversion failed with error 99
TENGO INSTALADO PANDOC
2002 Jul 06
0
Development Countries, News in brief
The Financial News, July 2002
Production Mini-plants in mobile containers. Co-investment Program
"...Science Network will supply to countries and developing regions the technology and the necessary support for the production in series of Mini-plants in mobile containers (40-foot). The Mini-plant system is designed in such a way that all the production machinery is fixed on the platform of
2007 Jul 24
2
plotting gam models
Hi everybody,
I am working with gams and I have found some questions when plotting gams models.
I am using mgcv, and my model looks something like this:
model<- gam(x ~ s(lat,long))
I can plot the output of the model using plot(model) or plot.gam(model) and I get a surface plot.
That is ok, but what I want to do now is to extract the data used to perform the surface plot. Like that I
2013 Aug 26
0
Problemas con ggsave(paste('img/', plotName, '.png', sep='')
Estimado Linis,
Si estás bajo Windows y no has cambiado las rutas (también dentro de las
funciones) es posible que no funcionen bien. Por ejemplo la sentencia
paste('img/',plotName,'.png', sep='')
deberías cambiarla por:
paste('img\',plotName,'.png', sep='')
o incluso por
paste('img\\',plotName,'.png', sep='')
2006 Dec 01
1
R News, volume 6, issue 5 is now available
Hi
The December 2006 issue of R News is now available on CRAN under the
Documentation/Newsletter link.
Paul
(on behalf of the R News Editorial Board)
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
paul at stat.auckland.ac.nz
http://www.stat.auckland.ac.nz/~paul/
_______________________________________________
2006 Dec 01
1
R News, volume 6, issue 5 is now available
Hi
The December 2006 issue of R News is now available on CRAN under the
Documentation/Newsletter link.
Paul
(on behalf of the R News Editorial Board)
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
paul at stat.auckland.ac.nz
http://www.stat.auckland.ac.nz/~paul/
_______________________________________________
2006 Dec 01
1
R News, volume 6, issue 5 is now available
Hi
The December 2006 issue of R News is now available on CRAN under the
Documentation/Newsletter link.
Paul
(on behalf of the R News Editorial Board)
--
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
paul at stat.auckland.ac.nz
http://www.stat.auckland.ac.nz/~paul/
_______________________________________________
2024 Nov 20
1
consulta geolocalizaciones
no creo q R tenga un paquete con una bbdd de las direcciones y esas cosas (no
seria logico), creo que siempre habra que pasar por una consulta a alguien que
si las tenga ... si no te gusta google puedes consultar en www.openstreetmap.org
q tambien tiene esa info.
slds !!
On Wed, 20 Nov 2024 21:27:09 +0000
emiliano di iorio <emilianodiiorio en hotmail.com> wrote:
> _Cu_l es el
2009 Sep 10
3
Order of multiple plots
Hello all,
I have a problem and need your help.
I am going to draw two plots in one row and two columns by using
?par(mfrow=c(1,2))?, but I want to first draw the right plot and then draw
the left plot. Does anybody can show me how to do it please? Thanks in
advance.
Legen
--
View this message in context: http://www.nabble.com/Order-of-multiple-plots-tp25377235p25377235.html
Sent from the R