search for: marisa

Displaying 19 results from an estimated 19 matches for "marisa".

Did you mean: maria
2006 Jan 24
9
Number of replications of a term
Hello, Is there a simple and fast function that returns a vector of the number of replications for each object of a vector ? For example : I have a vector of IDs : ids <- c( "ID1", "ID2", "ID2", "ID3", "ID3","ID3", "ID5") I want the function returns the following vector where each term is the number of replicates for the
2004 Feb 12
6
Basic Help
OK I have been trying to learn how to use this program and I cannot even import any data into it. I have downloaded all the manuals but they do not seem to help. Is there a book on R for dummies???
2006 Feb 15
2
Setting intial path under windows to MyComputer in Interactive file browser
Hello everyone, How can I specify in tcltk file browser the initial directory to "MyComputer" in Windows where Drives and Partition are accessible? And just a little question if anyone knows, is there a way to use the function choose.files under windows to select a directory? Thanks a lot for your help. Laetitia.
2002 Mar 10
0
rsync 2.5.1 on NT/cygwin: can't handle filenames with non-latin1 character set
Hi, 2nd problem when using rsync on NT: rsync can't handle filenames with "strange" characters in the filename; no remote system needs to be involved here, happens even rsync between two local directories: $ rsync -av /cygdrive/c/data/transfer/Marisa/ Marisa/ building file list ... readlink Imagelep. 10?1: No such file or directory readlink Imagelep. 11?2: No such file or directory readlink Imagelep. 9?1: No such file or directory done Marisa// rsync: read error: Connection reset by peer rsync error: error in rsync protocol data stream (code 12...
2006 May 11
6
problem with solaris install
I was trying to install ferret 0.9.2 on solaris (SunOS 5.8) which does not have a sys/dir.h nix_io.c:5:21: sys/dir.h: No such file or directory make: *** [nix_io.o] Error 1 I couldn''t find an obvious way around this... any suggestions? Thanks, Rich Marisa Cornell Information Technologies Cornell University
2003 Aug 29
3
R and pointer
Hi everyone, I want to write a function that modify directly variables passed as parameters (the equivalent in C language of *ptr/&ptr) so that I don't have to return a list and to reaffect all my variables. Is it possible to do so in R? Thanks a lot. Laetitia Marisa.
2004 Feb 03
2
Prompt / Console problem
Hi, I have R installed under a Mandrake linux system and I don't have shell utilities any more under my R console such as completion when writing a file path, back and forth in the history, bindkeys... Moreover when I quit R by saving, no .Rhistory file is created while the .Rdata is. I don't get how this work, I thought it was based on the user unix shell but it does not seem. Any
2004 Jul 27
1
Display on Windows console from script
...quot;, filters = matrix(c("genepix file","*.gpr"), nc=2, byrow=T)) The popup browse window is first displayed and once I've selected my files the cat "IMPORT..." is displayed. What can I do to make my displays appear at the right time? Thanks a lot. Laetitia Marisa.
2012 Oct 10
2
samba4, classicupgrade: set_nt_acl_no_snum: fset_nt_acl returned NT_STATUS_INVALID_OWNER
...cn=domguests,ou=groups,dc=example,dc=com dn: sambaSID=S-1-5-32-544,ou=groups,dc=example,dc=com dn: sambaSID=S-1-5-32-545,ou=groups,dc=example,dc=com dn: sambaSID=S-1-5-32-546,ou=groups,dc=example,dc=com dn: uid=nbensa,ou=users,dc=example,dc=com dn: uid=samba3$,ou=computers,dc=example,dc=com dn: uid=marisa,ou=users,dc=example,dc=com dn: uid=diego,ou=users,dc=example,dc=com Increasing log level shows "set_nt_acl_no_snum: fset_nt_acl returned NT_STATUS_INVALID_OWNER" seems to come from: ubuntu at samba4:~/samba4$ sudo ls -ld /usr/local/samba/var/locks/sysvol/ drwxrwx---+ 3 root 2002 4096...
2003 Mar 14
1
AW: subdirectory of home
Yo! > -----Urspr?ngliche Nachricht----- > Von: Mar?a Isabel L?pez S?nchez-Huete [mailto:marisa@ugr.es] > Gesendet: Freitag, 14. M?rz 2003 10:00 > An: samba > Betreff: Re: [Samba] subdirectory of home > > > Thank you for your rapid answer, Tiago, but I suppose I don't well > explain my doubt. > > What I want is to share a subdirectory of home instead the &...
2003 Mar 13
2
subdirectory of home
Hi. Sorry: my level of english is not enough good. I hope you understand what I mean. My question is: it's possible to share a subdirectory (and only one subdirectory for every user) in the section [homes]? The version of samba which i'm working is 2.2.7a, over Solaris 8. Thanks in advance. --
2002 Dec 07
2
Filename character translation
Hi, I came across the problem with rsync-2.5.5 on Cygwin/Win2K while rsyncing with filenames which have 'strange' (non latin-1) characters in filenames. The problem is that filenames on Windows system are coded (in our case) in codepage 852, while server (Linux system) has filename coding according to ISO-8859-2. This two are not fully compatible, causing rsync to simply skip copying some
2011 Jul 07
2
Obscure japanese game crash (mariari)
With `obscure' I mean there is no appdb entry for it. The game (~?UhB?Y - Marisa to Alice -MariAri-) is a technically simple puzzle game, but it crashes during certain animations. `Worlds' (set of levels) show the animation only the first time you try so it is just annoyance, but boss levels always show that animation so you cannot play them. I am using wine 1.3.23; with...
2006 Jan 25
0
lazy evaluation (was RE: Number of replications of a term)
...igg > > > >> From: Gabor Grothendieck <ggrothendieck at gmail.com> > >> > >> Nice. I timed it and its much faster than mine too. > >> > >> On 1/24/06, Barry Rowlingson <B.Rowlingson at lancaster.ac.uk> wrote: > >>> Laetitia Marisa wrote: > >>>> Hello, > >>>> > >>>> Is there a simple and fast function that returns a > vector of the number > >>>> of replications for each object of a vector ? > >>>> For example : > >>>> I have a vector...
2008 Jul 29
1
Bug in sd() and var() in handling vectors of NA (R version 2.7.1)?
In the previous versions of R (2.6.1), when a vector of NA was given to the functions 'sd' or 'var' with parameter na.rm = TRUE, it used to return NA. Now (2.7.1) it returns an ERROR : Example in 2.6.1: > sd(c(NA, NA, NA, NA), na.rm = TRUE) [1] NA Example in 2.7.1: > sd(c(NA, NA, NA, NA), na.rm = TRUE) Error in var(x, na.rm = na.rm) : paires d'éléments
2003 Oct 01
2
Problem with samba 3.0.0 installation
Hi. I have found some problems installing the new version of samba. My enviroment is: Solaris 8 (sparc) gcc 3.1 GNU make 3.80 Currently samba 2.2.8a is running. When I try install the version 3.0.0, after executing 'configure' and 'make' without problem, I execute 'make install' and it finish with the error: (...) Installing bin/CP437.so as
2002 Nov 21
0
Calling R from Java
As Jason Turner told you, one possibility is to use the communication interface SJava (for another documentation, see this article: Urbanek, S. (2002) "No need to talk to strangers - Cooperation of Interactive Software with R as Moderator", http://simon.urbanek.info/simon/yawe/research/pub.html) but it seems not so easy to use (but if you want to do sophisticated things from what
2003 Oct 06
0
version number in Swat
Hi. This is not very important, but I'm intrigued: Why in swat Samba status appears the version number 2.2.8a if it's running the version 3.0.0 of Samba? (I'm sure it's running version 3.0.0, I comprobed with the command smbstatus -V). I did something wrong at installing? Regards.
2005 Apr 15
2
last version of samba?
Hi, I'm interested in the update of the samba version in one of our servers, but I'm confused: http://www.samba.org says the last stable version of samba is 3.0.14, but the link is not working, and in various ftp mirrors, in their "stable" subdirectory, I see the 3.0.9 versi?n as the last versi?n. What's happening? Can you help me? Thanks --