Displaying 20 results from an estimated 1000 matches similar to: "R script autoload at startup"
2003 Mar 14
2
grasper installation
Hello R user,
I downloaded grasper_0.3-2.tar.gz and installed it as described.
$ su
$ R CMD INSTALL grasper_0.3-2.tar.gz
$ R
that seems to work, but
> grasp.GUI()
doesn't work. I read the note, that graspeR need mgcv (downloaded),
MASS, modreg and tcktk . I haven't found the last 3 packetages in the
Suse 8.1 contrib list. Where can I find them? Or what could be the
problem?
thanks in
2009 Jul 06
7
Testing memory limits in R??
Hello Everyone,
We have recently purchased a server which has 64GB of memory running
a 64bit OS and I have compiled R from source with the following config
./configure --prefix=/usr/local/R-2.9.1 --enable-Rshlib
--enable-BLAS-shlib --enable-shared --with-readline --with-iconv
--with-x --with-tcktk --with-aqua --with-libpng --with-jpeglib
and I would like to verify that I can use
2003 Oct 27
1
Difficulties with R.oo (static fields, etc.)
I would like to use R.oo and tcltk to implement a Turtle World. I have
encountered
many problems because:
1) I am not sure how to implement static fields with R.oo
2) I am not sure how to implement a constructor that would
call a function only for the first instance of a class (i.e., to
initialize
value of static fields only once)
3) I am not sure how to remove/delete cleanly existing
2004 May 28
1
[Samba + CIFS] Symbolic link problems
Hello,
I am using Samba 2.2.8a with 2.6.6 CIFS Linux clients and I've got
problems with symbolic links : I can't make them point outside the share.
I understand that it is a security feature if the server resolves the
link. But, in my case, I'd like Samba to serve link files *as is*, so
that the Unix clients resolve the link.
Symlinks are an important filesystem feature and their
2006 Jul 11
1
Patch for Java app and Compiz
Hi to all:
My name is Mauricio and I write from Chili, I new on the list, so hi to all.
I'm using Xgl and compiz and is an amazing technologie, also even as a "alpha" software work allmost perfect on my inspiron 6400-ATIX1300.
I only have 2 problems. The first related to some java app and compiz (like limewire), so I read on the list something about a patch to try to solve this, I
2008 Sep 07
1
Problem with starting and using R
Dear all,
I encountered a problem on starting and using the R v 2.7.2 installation on
my PC running Windows Vista and would appreciate your help.
When R was first started, the Rgui returned several error messages:
Error in structure(.Internal(Sys.getenv(as.character(x),
as.character(unset)$ unsupported conversion
Error in file.exists(name) : unsupported conversion in
2007 Feb 01
3
indexing
Hello,
In a nutshell, I've got a data.frame like this:
> assignation <- data.frame(value=c(6.5,7.5,8.5,12.0),class=c(1,3,5,2))
> assignation
value class
1 6.5 1
2 7.5 3
3 8.5 5
4 12.0 2
>
and a long vector of classes like this:
> x <- c(1,1,2,7,6,5,4,3,2,2,2...)
And would like to obtain a vector of length = length(x), with the
corresponding
2015 Jun 17
3
Problemas al cargar Rcomander en consola de Rstudio
El 16/06/15 a las 21:33, eric escribió:
> MaLuz, hasta donde entiendo RStudio y R-commander son entornos de
> trabajo graficos para R, R-commander no es una libreria
> (http://www.rcommander.com/), de modo que me parece raro invocarlo
> desde dentro de R. Segun yo deberias llamar a R-commander tal como
> llamas a RStudio, como un programa desde la consola linux o con un
>
2001 Nov 13
4
Floating windows in TCLTK
Dear anybody dealing with TCLTK on R
I'm trying, without any success, to get a simple TCLTK window to remain
floating on top of the RGui and RConsol windows when the later have focus. I
cannot find reference in the TCKTK documentation and fear that I'm missing
something quite fundamental.
My objective is to make a simple button populated menu to invoke R
functions. I wish the TCLTK menu
2006 Dec 12
3
expression()
Hi,
I'm trying to use expression() to write a text to a graphic in the margin.
Using:
mtext(expression(beta),side=1,line=2)
writes a perfect beta greek character, but I need to add a subindex
"max", and I'm trying:
mtext(paste(expression(beta),"max"),side=1,line=2)
simply writes "beta max" in the plot.
Please, Could you tell me what I'm doing wrong?
2007 Aug 06
2
warnings()
Hi,
Is there a way to know which library is giving a warning?
Specifically, I'm getting a set of warnings:
"Too many open raster files"
Thanks and best wishes,
--
Javier Garc?a-Pintado
Institute of Earth Sciences Jaume Almera (CSIC)
Lluis Sole Sabaris s/n, 08028 Barcelona
Phone: +34 934095410
Fax: +34 934110012
e-mail:jgarcia at ija.csic.es
2007 Feb 01
3
indexing without looping
Hello,
I've got a data.frame like this:
> > assignation <- data.frame(value=c(6.5,7.5,8.5,12.0),class=c(1,3,5,2))
> > assignation
>
value class
1 6.5 1
2 7.5 3
3 8.5 5
4 12.0 2
> >
>
and a long vector of classes like this:
> > x <- c(1,1,2,7,6,5,4,3,2,2,2...)
>
And would like to obtain a vector of length =
2009 Nov 23
8
Beginner's challenge
Hello,
I begun my journey in Ruby on Rails last Saturday and I am having some
challenges specifically about the db
Where should I go for the specific error listing and how it may be
resolved. I googled and most that I''ve searched are not helpful.
D
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2006 Nov 23
2
which() over a matrix
Hello,
A brief question that I am not able to resolve by my own, but I presume
it's easy for you:
I've used apply to find the values closer to 0 in each row of a matrix:
closer.to.0 <- apply(abs(myarray),MARGIN=1,"min")
My question is how could I use which (or another way) to obtain a vector
that indicates which columns contains these "closer to 0" values?
(I
2007 May 21
1
help with this indexing
Hi all,
Let's say I have a long data frame and a short one, both with three
colums: $east, $north, $value
And I need to fill in the short$value, extracting the corresponding
value from long$value, for coinciding $east and $north in both tables.
I know the possibility:
for (i in 1:length(short$value)){
short$value[i] <- long$value[long$east==short$east &
long$north==short$north]
}
How
2019 Nov 26
2
Como enfocar un problema
Buenas
Tengo que analizar unos datos, donde tengo unas piezas fabricadas y el n?mero de ciclos qie aguantan hasta q se parten.
Algunas piezas son de un fabricante, otras de otro,.. En cada ciclo a algunas piezas se le somete a algun tipo de tratamiento termico, a otras a otro, algunas se pintan, otras no...
Por ejemplo, para una pieza tengo los siguientes datos:
Ciclo. Tratamiento. Pintado.
2014 Mar 12
3
Sobreponer dos mapas
Hola,
Estoy tratando de sobreponer un mapa sobre otro, uno que sirva de ?background? y otro con datos. Mi primer intento lo hice usando el paquete PBSmapping.
Aquí lo que hice:
library(PBSmapping)
estados <- importShapefile(?Entidades_2013.shp") #Aquí cargamos las entidades federativas (32 entidades)
zonas <- importShapefile(?zm.shp?) #Aquí cargamos las zonas metropolitanas del país
2004 Aug 11
2
wrong create mask on files
Hello,
I have a question regarding Samba 3.0.5: i use samba as pdc for a windows domain. i have
builtin acl support and reiserfs with builtin acl support. acl's work fine. the only
problem i have is that files are not created with the proper permissions set. i have a
user "lilly" who creates files. these files should have rwx for the group "users"
(mapped to
2015 Jun 16
2
Problemas al cargar Rcomander en consola de Rstudio
Hola,
tengo instalado R y Rstudio sobre linux en máquina virtual. en la consola
de Rstudio he instalado el interfaz Rcommander con la instrucción:
install.packages("Rcmdr",dependences=TRUE),
pero al cargar el paquete
library(Rcmdr)
obtengo el siguiente error:
Loading required package: splinesLoading required package:
RcmdrMiscLoading required package: carLoading required package:
2006 Dec 19
1
xaxt="n" for image()
Hi,
The argument xaxt="n" for removing the x axis from a image plot does not
work for me.
I'm really using a function called plot.grassmeta() in library GRASS
that is a wrapper for image(), but it seems to me that the problem is
not in plot.grassmeta() but in image().
If I'm right could you tell me if there is a way to remove one axis from
a call to image()?
Thanks and wishes,