search for: tako

Displaying 7 results from an estimated 7 matches for "tako".

Did you mean: take
2011 Mar 08
1
Write list and user permissions.
Hello, I am trying to make a small server around the team that we experiment together. I gave permission to read to all users and i gave permissions to write only to some of them, dependent on the folder. Folders are in second HD that is auto mounted at boot through fstab. All folders and sub folders have permission to read and write changed to user , group , other. users : me, harald, heiner
2004 Jan 06
1
Grouping data.frames
Hello all, I'm new to R (and the S language in general) so go easy on me if this is really simple. Given a data.frame df which looks like this: f1 f2 f3 f4 c1 c2 1 y y a b 10 20 2 n y b a 20 20 3 n n b b 8 10 4 y n a a 30 5 I'd like to aggregate it by the factors f1 and f2 (or f2 and f3, or any other combination of the three) and compute the sum of c1 and c2 (as separate values). I
2010 Oct 07
1
Quantile question
Simple Question I have 100x100 matrix and I want to calculte each row's 30,50% quantile ex) a=matrix(rnorm(10000),100,100) quantile(a[1,],c(0.3,0.5)) quantile(a[2,],c(0.3,0.5)) . . . . I want get results at once. so I try quantile(a[1:100,],c(0.3,0.5)) but I can get what I exactly want. How can I calculte that? -- View this message in context:
2011 Jun 01
1
Access rights from ACLs not honored when setting file attributes?
This is somewhat a reincarnation of a problem I am facing since upgrading to samba 3.5.6 (3.5.8 is identical). I use samba on an ext3 ACL enabled file system. Typically a users access rights are determined by his or her membership in different groups. The access right is therefore defined and granted by/to the group, not the user. These groups then appear in the ACL of directories and files
2007 Apr 11
1
package incompatibility under 2.5.0 (please respond directly, I am not on r-devel)
...imnames<-" for any class inheriting from "data.frame". Best regards Jens Oehlschl?gel > -----Urspr?ngliche Nachricht----- > Von: Uwe.Ligges at R-Project.org > Gesendet: 08.04.07 16:50:29 > An: joehl at web.de > CC: Uwe.Ligges at R-Project.org,olafm at kimberly.tako.de > Betreff: Package ref_0.92.tar.gz did not pass R CMD check > Dear package maintainer, > > this notification has been generated automatically. > Your package ref_0.92.tar.gz did not pass 'R CMD check' on > Windows and will be omitted from the corresponding CRAN direc...
2008 Dec 18
0
DTrace probes for R
I've integrated some DTrace [1] probes into R. Namely a probe which fires on fuction entry and return and one which fires before / after a garbage collection. Is there any interest in merging something like this into R-devel? If yes, I'd like to discuss which probes and what data would be useful / interesting from a developers standpoint. Greetings from Dortmund, Olaf Mersmann [1]
2008 Dec 27
1
Patch to fix small bug in do_External and do_dotcall
I've stumbled upon a small bug/inconsitency in do_External and do_dotcall: Here's an example: % LC_ALL=C R --vanilla < symname-bug.R R version 2.8.0 (2008-10-20) *snip* > options(error=expression(0)) > ## Call 'R_GD_nullDevice' with incorrect parameter count: > .Call("R_GD_nullDevice", 1) Error in .Call("R_GD_nullDevice", 1) :