search for: ajr

Displaying 20 results from an estimated 53 matches for "ajr".

Did you mean: acr
2000 Nov 14
1
RE: Gnuserv, NTEmacs, Windows 2000 and R
...EN> rgui still crash when i try to do graphics. a simple EN> plot(1:10) crashes both. EN> so even after guido's and brian's fix (thanks to both of them) EN> there still are some unsolved problems which might be part of EN> the emacs ess r problem. AJR> Erich - AJR> I'd not seen this posted to R-devel; have you mentioned that to AJR> them? I'll have to get my wife to try R on her new machine (my AJR> only access to Win2k, thanks to all the Gods...). okay now it finally went to R-devel -- quite a bit late so,...
2005 Jan 07
4
Any plans for commenting out region via something like " /* */ "?
...egions via something like " /* */ "? (I've got an application for which something like that would be useful; if not, there are less simple solutions). best, -tony "Commit early,commit often, and commit in a repository from which we can easily roll-back your mistakes" (AJR, 4Jan05). A.J. Rossini blindglobe@gmail.com
2006 Jul 05
2
Editors which have strong/solid support for SWeave?
...d the folding editors which support Noweb? (the alternative would be brainwashing, but that is generally frowned upon ;-). best, -tony blindglobe at gmail.com Muttenz, Switzerland. "Commit early,commit often, and commit in a repository from which we can easily roll-back your mistakes" (AJR, 4Jan05).
2019 Apr 16
3
PROBLEMAS NOMBRES DE COLUMNAS CON ESPACIOS CONEXION R-SQL
...del data.frame sustituyendo los espacios por puntos y por guiones bajos pero me devuelve el mismo error. PD: El data.frame con el que quiero actualizar en SQL y la tabla llevan el mismo nombre, siento si eso lleva a algún tipo de confusión. ¿Alguna sugerencia? Muchas gracias de antemano. Saludos, AJR. [[alternative HTML version deleted]]
2005 Dec 29
1
reinventing the wheel....
...:-) Eventually, all programming languages grow up and become Lisp. (progress, progress, and more joyful progress on CLS). best, -tony blindglobe at gmail.com Muttenz, Switzerland. "Commit early,commit often, and commit in a repository from which we can easily roll-back your mistakes" (AJR, 4Jan05).
2000 Oct 17
3
"wizard" for building R-packages...
Suppose one wanted to build an R wizard for packaging... One would need to specify and create: package-name/ package-name/Description package-name/INDEX package-name/R/ package-name/man/ package-name/src/ >From this, we'd "probably" like to: - script-up the Description - provide a script for regenerating INDEX by calling out to the
2005 Oct 04
1
more problems when using "installWithVers"
...(note: no problems on a different installation, avoiding the "installWithVers" flags for package installation). best, -tony blindglobe at gmail.com Muttenz, Switzerland. "Commit early,commit often, and commit in a repository from which we can easily roll-back your mistakes" (AJR, 4Jan05).
2006 Apr 18
1
Embedding, core dumps, etc.
...ast bug report I submitted for details), I'm not going to submit to R-bugs, since by definition, it isn't an R-bug. best, -tony blindglobe at gmail.com Muttenz, Switzerland. "Commit early,commit often, and commit in a repository from which we can easily roll-back your mistakes" (AJR, 4Jan05).
2006 Apr 11
4
Stack checking, core dumps, and embedding R
...I'm still debugging it; hopefully will have a bug report while I'm on (working) vacation in the states next week. best, -tony blindglobe at gmail.com Muttenz, Switzerland. "Commit early,commit often, and commit in a repository from which we can easily roll-back your mistakes" (AJR, 4Jan05).
2010 Apr 28
1
Xen 4.0.0 pvops 2.6.31version 64 bit cannot install gplpv on a win2k3 server 32 bit
...: 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : Wed Apr 21 08:36:58 2010 +0100 21120:88d9619e21c3 xen_commandline : dom0_mem=1024M cc_compiler : gcc version 4.3.2 (Debian 4.3.2-1.1) cc_compile_by : root cc_compile_domain : ajr cc_compile_date : Fri Apr 23 13:22:43 BST 2010 xend_config_format : 4 Thanks in advance, Rémi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Dec 29
1
S4 classes: referencing slots with other slots
...n, adding one more layer of indirection that in Python or CLOS I'd not need, multiplied by a fair number of subclasses. best, -tony blindglobe at gmail.com Muttenz, Switzerland. "Commit early,commit often, and commit in a repository from which we can easily roll-back your mistakes" (AJR, 4Jan05).
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
2005 Jul 20
5
Chemoinformatic people
Dear colleague, Just an e-mail to know if they are people working in the field of chemoinformatic that are using R in their work. If yes I was wondering if we couldn't exchange tips and tricks about the use of R in this area ? Best regards Fred Ooms [[alternative HTML version deleted]]
2013 Sep 27
1
gráficos de cotizaciones
...podría ser > utilizar un boxplot y representar la distribución completa de las > 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 te...
2005 Jan 07
6
Compilation of R code
Hello, I'm a newbie on this list. I have a R code but its execution take a very long time. Is it possible to compile it (in C for example) to decrease the execution time ? -- ---------------- Alexandre DEPIRE INRETS / GARIG
2005 Jan 07
6
Compilation of R code
Hello, I'm a newbie on this list. I have a R code but its execution take a very long time. Is it possible to compile it (in C for example) to decrease the execution time ? -- ---------------- Alexandre DEPIRE INRETS / GARIG
2005 Apr 20
5
Overloading methods in R
(1) It seems to me that, generally, in R it is not possible to overload functions. Is that right? (2) Assuming that the above is true, or partially true, is there any extra packages to handle overloading in R? (3) Assuming (1) is TRUE and (2) is FALSE, can anyone provide some advice on developing some function that understand what the arguments are and then calls the right overloaded
2010 Dec 10
0
Statistics and Bioinformatics Positions, Novartis Molecular Diagnostics, Cambridge MA USA and Basel, Switzerland
...there are questions about details after reading this email and the position descriptions, I can be contacted directly. best, -tony blindglobe at gmail.com Muttenz, Switzerland. "Commit early,commit often, and commit in a repository from which we can easily roll-back your mistakes" (AJR, 4Jan05). Drink Coffee:? Do stupid things faster with more energy!
2001 Nov 29
1
installing packages from CRAN, is this approach stupid?
In order to quickly install lots ("all") of CRAN packages on a nice new machine here, I did the following: install.packages(CRAN.packages()[,1]) 1. Is this sensible (other than the obvious, "who needs everything"?) 2. Should this be made easier to do (added as a possible option)? best, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics U. of Washington
2005 Jan 11
1
Ess packages for Suse-9.2 available ?
Hi, I've just managed to install R on Suse-9.2. Unfortunately there seem to be no Ess packages in Suse distri available. Doesn't seem like that Suse is ever to integrate these packages (since 2000)!? Are there any precompiled binaries around? So far I haven't been lucky to find any of them on rpmfind and similar sites. Maybe someone has already Ess binary for Suse-9.2 and is willing