search for: tobar

Displaying 8 results from an estimated 8 matches for "tobar".

Did you mean: robar
2017 Dec 18
2
Dialect for shell scripts
...( eval 'test $(( 1 + 1 )) = 2' ) 2>/dev/null; then > eval 'func_arith () > { > func_arith_result=$(( $* )) > }' > else > func_arith () > { > func_arith_result=`expr "$@"` > } > fi > 2017-12-17 23:55 GMT+01:00 Rodrigo Tobar <rtobar at icrar.org>: >> Dear all, >> >> During a recent package submission, we were highlighted that some lines in >> our configure script didn't follow the correct syntax. The lines looked like >> this: >> >> x=$(($y/10)) >> >> W...
2013 Sep 27
3
gráficos de cotizaciones
Buenos días: Me gustaría representar gráficamente datos horarios de temperaturas máximas, medias y mínimas. Hasta ahora he utilizado los gráficos de cotizaciones de Excel, ¿podría hacer algo similar con R?. En ggplot2 he visto los gráficos ribbon pero creo que no son lo que necesito ya que necesitan una especie de intervalo de confianza y yo lo que tengo son datos puntuales con su máxima y su
2013 Sep 27
1
gráficos de cotizaciones
...e la idea, aquí tienes un ejemplo con el código disponible > (bajo el punto > A simple boxplot using ggplot2) > > http://www.sr.bham.ac.uk/~ajrs/R/r-gallery.html > > Saludos, > Carlos Ortega > www.qualityexcellence.es > > > El 27 de septiembre de 2013 13:20, vanessa tobar > <vanesatobar@yahoo.com>escribió: > > > Buenos días: > > > > Me gustaría representar gráficamente datos horarios de temperaturas > > máximas, medias y mínimas. Hasta ahora he utilizado los gráficos de > > cotizaciones de Excel, ¿podría hacer algo similar c...
2017 Dec 17
2
Dialect for shell scripts
Dear all, During a recent package submission, we were highlighted that some lines in our configure script didn't follow the correct syntax. The lines looked like this: x=$(($y/10)) We were indicated at the time that this is because the statement does not use Bourne shell syntax, which is absolutely true, and also that the manual warns about this, which is true again. So far everything
2017 Dec 18
0
Dialect for shell scripts
...lable. Instead, it emits the following shell code: if ( eval 'test $(( 1 + 1 )) = 2' ) 2>/dev/null; then eval 'func_arith () { func_arith_result=$(( $* )) }' else func_arith () { func_arith_result=`expr "$@"` } fi 2017-12-17 23:55 GMT+01:00 Rodrigo Tobar <rtobar at icrar.org>: > Dear all, > > During a recent package submission, we were highlighted that some lines in > our configure script didn't follow the correct syntax. The lines looked like > this: > > x=$(($y/10)) > > We were indicated at the time that this...
2013 Sep 27
0
gráficos de cotizaciones
...temperaturas que tienes en el día... Si te convence la idea, aquí tienes un ejemplo con el código disponible (bajo el punto A simple boxplot using ggplot2) http://www.sr.bham.ac.uk/~ajrs/R/r-gallery.html Saludos, Carlos Ortega www.qualityexcellence.es El 27 de septiembre de 2013 13:20, vanessa tobar <vanesatobar@yahoo.com>escribió: > Buenos días: > > Me gustaría representar gráficamente datos horarios de temperaturas > máximas, medias y mínimas. Hasta ahora he utilizado los gráficos de > cotizaciones de Excel, ¿podría hacer algo similar con R?. > > En ggplot2 he vis...
2017 Dec 18
0
Dialect for shell scripts
...en > > eval 'func_arith () > > { > > func_arith_result=$(( $* )) > > }' > > else > > func_arith () > > { > > func_arith_result=`expr "$@"` > > } > > fi > > > 2017-12-17 23:55 GMT+01:00 Rodrigo Tobar <rtobar at icrar.org>: > >> Dear all, > >> > >> During a recent package submission, we were highlighted that some lines > in > >> our configure script didn't follow the correct syntax. The lines looked > like > >> this: > >> >...
2017 Dec 18
1
Dialect for shell scripts
...c_arith () >>> { >>> func_arith_result=$(( $* )) >>> }' >>> else >>> func_arith () >>> { >>> func_arith_result=`expr "$@"` >>> } >>> fi >> >>> 2017-12-17 23:55 GMT+01:00 Rodrigo Tobar <rtobar at icrar.org>: >>>> Dear all, >>>> >>>> During a recent package submission, we were highlighted that some lines >> in >>>> our configure script didn't follow the correct syntax. The lines looked >> like >>>>...