search for: collab

Displaying 20 results from an estimated 74 matches for "collab".

Did you mean: colab
2010 Apr 30
7
[LLVMdev] doxygen redux
...htly smaller fonts for both diagrams and html. NEW: http://kona.zzl.org/clang/api/classclang_1_1driver_1_1Action.html OLD: http://clang.llvm.org/doxygen/classclang_1_1driver_1_1Action.html class with more inheritance: http://kona.zzl.org/clang/api/classclang_1_1Decl.html class with a rather large collaboration diagram: http://kona.zzl.org/clang/api/classclang_1_1ASTContext.html I'm not sure how the project/community feels about collab-diagrams. I find them exceedingly large and rarely useful. There are a couple of options if changes in that area are desired: (1) disable collab-diagrams. (2) m...
2010 Apr 30
0
[LLVMdev] doxygen redux
...agrams and html. > > NEW: http://kona.zzl.org/clang/api/classclang_1_1driver_1_1Action.html > OLD: http://clang.llvm.org/doxygen/classclang_1_1driver_1_1Action.html > > class with more inheritance: http://kona.zzl.org/clang/api/classclang_1_1Decl.html > class with a rather large collaboration diagram: http://kona.zzl.org/clang/api/classclang_1_1ASTContext.html > > I'm not sure how the project/community feels about collab-diagrams. I find them exceedingly large and rarely useful. There are a couple of options if changes in that area are desired: (1) disable collab-diagr...
2019 Mar 12
3
as.data.frame.table() does not recognize default.stringsAsFactors()
..., row.names = NULL, optional = FALSE, make.names = TRUE, ..., stringsAsFactors = default.stringsAsFactors()) { d <- dim(x) nrows <- d[[1L]] ncols <- d[[2L]] ic <- seq_len(ncols) dn <- dimnames(x) if (is.null(row.names)) row.names <- dn[[1L]] collabs <- dn[[2L]] if (any(empty <- !nzchar(collabs))) collabs[empty] <- paste0("V", ic)[empty] value <- vector("list", ncols) if (mode(x) == "character" && stringsAsFactors) { for (i in ic) value[[i]] <- as.factor(x[, i])...
2005 Sep 28
2
Permission denied: failed to chdir to /home/paul
...trying to set up Exin and Dovecot and think I've almost gotten there. However I'm not recieving mail to my inbox and I get messages like the following in /var/log/exim/main.log: 2005-09-28 04:14:47 1EKZtf-0003gQ-26 <= users-return-105525-paul= paulororke.net at openoffice.org H=s002.sfo.collab.net<http://s002.sfo.collab.net>( openoffice.org <http://openoffice.org>) [64.125.133.202<http://64.125.133.202>] P=smtp S=3120 id=200509280613.08050.dlewis at delewis.com 2005-09-28 04:14:47 1EKZtf-0003gQ-26 == paul at paulororke.net R=localuser T=local_delivery defer (13): Permis...
2012 Aug 15
0
color-coding of biplot points for varimax rotated factors (from PCA)
...u compare the two biplots, the observed points are not in the same location. The variable vectors match up, but not the points. I'm not sure why. The code is below. Please help. label=data[,"Urban.Rural"] indexU<-which(label=="U") indexR<-which(label=="R") collab<-rep(0,length(data[,1])) collab[indexU]<-"Blue" collab[indexR]<-"Green" library(psych) fit <- principal(mydata, nfactors = num.fac, rotate="varimax", scores = TRUE) z1 <- sum(fit2$loadings[,1]^2) ### need to scale scores and loadings by these factors...
2008 Dec 19
1
How to write a Surv object to a csv-file?
Dear All, trying to write a data.frame, containing Surv objects to a csv-file I get "Error in dimnames(X) <- list(dn[[1L]], unlist(collabs, use.names = FALSE)) : length of 'dimnames' [2] not equal to array extent". See example below. May be, I overlooked something, but I expected that also data.frames containing Surv objects may be written to csv files. Is there a better way to write to csv files? Thanks, Heinz...
2019 Mar 14
0
as.data.frame.table() does not recognize default.stringsAsFactors()
...e.names = TRUE, > ..., stringsAsFactors = default.stringsAsFactors()) > { > d <- dim(x) > nrows <- d[[1L]] > ncols <- d[[2L]] > ic <- seq_len(ncols) > dn <- dimnames(x) > if (is.null(row.names)) > row.names <- dn[[1L]] > collabs <- dn[[2L]] > if (any(empty <- !nzchar(collabs))) > collabs[empty] <- paste0("V", ic)[empty] > value <- vector("list", ncols) > if (mode(x) == "character" && stringsAsFactors) { > for (i in ic) value[[i]] <-...
2004 May 09
0
failure notice
Hi. This is the qmail-send program at laswell.sp.collab.net. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <brian at hyperreal.org>: 209.237.226.90 failed after I sent the message. Remote host said: 552 we don't accept email with...
2010 Apr 30
0
[LLVMdev] doxygen redux
On Apr 30, 2010, at 7:54 AM, mike-m wrote: > I'm not sure how the project/community feels about collab-diagrams. > I find them exceedingly large and rarely useful. There are a couple > of options if changes in that area are desired: (1) disable collab- > diagrams. (2) make both class-inheritance and collab-diagrams hidden > under a javascript-knob which users can click to expand e...
2024 Mar 22
1
`as.data.frame.matrix()` can produce a data frame without a `names` attribute
...; $class #> [1] "data.frame" ``` > In my experience, 0 column data frames should probably > still have a `names` attribute, and it should be set to > `character()`. I agree. A (very nice IMO) patch I'm currently testing is 317c317 < names(value) <- collabs --- > names(value) <- collabs %||% character() Martin > Some evidence to support my theory is that > OOB subsetting doesn't give the intended error with this > weird data frame: > ``` # Good OOB error df <- data.frame() df[1] #> Error in > `[....
2006 Jul 27
3
Subversion library for RoR
Hi everybody, Is there a gem or something for working directly with Subversion from a RoR app? Thanks, Tiffani A.B. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060727/26846e72/attachment-0001.html
2010 May 06
0
[LLVMdev] doxygen redux
Excellent work, this greatly improves the clarity of the generated docs. I would love it if the inheritance diagrams were kept as they are and the collaboration diagrams were hidden under a knob. Thanks, John On Fri, Apr 30, 2010 at 8:54 AM, mike-m <mikem.llvm at gmail.com> wrote: > Hi, I'm working on a patch to overhaul docs+doxygen builds for both llvm > and clang source trees. > > Here's a sample of what it looks like...
2018 Jan 08
0
Re: virtdf outputs on host differs from df in guest
...d=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from mail.corp.redhat.com [10.4.203.66] by rhmail.home.annexia.org with IMAP (fetchmail-6.3.17) for <rjones@localhost> (single-drop); Mon, 08 Jan 2018 11:43:47 +0000 (GMT) Received: from zmta01.collab.prod.int.phx2.redhat.com (LHLO zmta01.collab.prod.int.phx2.redhat.com) (10.5.81.8) by zmail20.collab.prod.int.phx2.redhat.com with LMTP; Mon, 8 Jan 2018 06:43:14 -0500 (EST) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by zmta01.collab.prod.int.p...
2015 Jul 15
2
ups does not reboot itself
El 15/07/15 a les 14:18, Charles Lepple ha escrit: > On Jul 15, 2015, at 7:17 AM, dmanye <dmanye at urv.cat> wrote: > >> i have a computer (with debian 8 jessie installed) that i want to plug to an ups (apc smt 750i) to act in netserver mode. i've installed nut packages and configured it and all seems to work ok except that when the server shutdown itself it ups doesn't
2009 Jan 22
4
dimnames in pkg "ipred"
...e with the package ipred. I tried to follow the manual but I`m getting an error message. Also browsing through the list-archive I didn`t find any hint. Maybe someone can help me? selbag <- bagging(SOIL_UNIT ~., data=traindat.bin, coob=TRUE) Error in dimnames(X) <- list(dn[[1L]], unlist(collabs, use.names = FALSE)) : length of 'dimnames' [2] not equal to array extent I´m using R 2.7.2 on Win XP and the latest version of ipred. Thanks a lot. TIM ------------------------------------------------------------------------------- Dipl.-Geogr. Tim Häring Sachgebiet St...
2015 Apr 01
3
Install process breaks its self by design
Correct Correct Correct And when I went to the page it lead me here. Whomever is making the .deb packages needs to be made aware of this. Can you please point me into a direction? ~ Merlin On 4/1/2015 4:33 PM, edgar at pettijohn-web.com wrote: > On 2015-03-29 13:58, Merlin at Desktop Masters wrote: >> Greetings, >> >> I just tried to install Dovecot for the first time.
2000 Mar 08
2
possible BUG with as.data.frame() and/or [.data.frame
Here is a possible BUG with as.data.frame() and/or [.data.frame which broke Michael Lapsleys RODBC-Code. Can anyone confirm it is a bug or a 'feature' of the prototype? tablename <- "abc" a <- as.data.frame(cbind("abc", 1:3)) b <- as.data.frame(cbind(tablename, 1:3)) # ok > a V1 V2 1 abc 1 2 abc 2 3 abc 3 # missing column name > b tablename 1
2018 Jan 07
3
Re: virtdf outputs on host differs from df in guest
after install libguestfs_xfs, all results are: [using guestfish] guestfish -N fs:xfs -m /dev/sda1 statvfs / bsize: 4096 frsize: 4096 blocks: 24713 bfree: 23391 bavail: 23391 files: 51136 ffree: 51133 favail: 51133 fsid: 2049 flag: 4096 namemax: 255 [using virt-rescure] virt-rescue -a test1.img ><rescue> mount /dev/sda1 /sysroot ><rescue> stat -f /sysroot File:
2015 Jul 15
0
ups does not reboot itself
...88dsf-59) on both computers. in fact, libsystemd0 remains installed because essential packages depend on it. libsystemd0 shouldn't matter - I just wanted to make sure I was looking at the correct init scripts. Here's nut-server.init corresponding to 2.7.2-4: http://anonscm.debian.org/cgit/collab-maint/nut.git/tree/debian/nut-server.init?id=564becd819124049542e5085a7159dd62e00ef97#n151 It does "/sbin/upsdrvctl shutdown", which runs "/lib/nut/usbhid-ups -a <name-of-ups> -k" to kill power: http://anonscm.debian.org/cgit/collab-maint/nut.git/tree/drivers/upsdrvctl.c...
2010 Apr 13
0
Coloring leaves in Dendrogram according to gene names
...ting the number of unique target genes my_colors<-rainbow(targetGenes) #Creating a vector of colors for each gene gene2color<-data.frame(gene=unique(bm$Target), color=my_colors) #Creating the data.frame dhc<-as.dendrogram(fit.x) #the dendrogram using the hclust object (fit.x) local({ colLab <<- function(n) { if(is.leaf(n)) { a <- attributes(n) crm <- as.numeric(a$label) gene <- as.character(bm[which(bm$CRM_ID==crm),5]) color <- as.character(gene2color[which(gene2color$genes==gene),2]) i <<- i+1 attr(n, &quot...