search for: 1_a

Displaying 5 results from an estimated 5 matches for "1_a".

Did you mean: 13a
2011 May 19
1
Feature request: extend functionality of 'unlist()' by args 'delim=c("/", "_", etc.)' and 'keep.special=TRUE/FALSE'
...pasted. Right now, they are always separated by a dot: > names(unlist(lst)) [1] "a.a.1.a.1.1" "a.a.1.a.1.2" Desired: > names(unlist(lst, delim="/")) [1] "a/a.1/a.1.1" "a/a.1/a.1.2" > names(unlist(lst, delim="_")) [1] "a_a.1_a.1.1" "a_a.1_a.1.2" 2) An argument that allows to include either elements of zero length or of value NULL to be *included* in the resulting output. Right now, they are dropped (which makes perfect sense as NULL values and zero length values are dropped in vectors): > c(1,2, NU...
2007 Apr 08
1
buglet in terms calculations
...data frames and some modeling code (but not all modeling code). The following, while almost surely as documented could be a bit more helpful: m = matrix(rnorm(100), nc=10) colnames(m) = paste(1:10, letters[1:10], sep="_") d = data.frame(m, check.names=FALSE) f = formula(`1_a` ~ ., data=d) tm = terms(f, data=d) ##failure here, as somehow back-ticks have become part of the name ##not a quoting mechanism d[attr(tm, "term.labels")] The variable attribute, in the terms object, keeps them as quotes, so modeling code that uses that attribute seems fin...
2010 Jan 13
1
[LLVMdev] Make LoopBase inherit from "RegionBase"?
...{1,2,3,4,5,6,7} Region B: 8 -> 13 containing {8,9,10,11,12} If I use edges to define the regions the detection is not possible at all. After region detection the CFG can always be split up to create single entry single exit edges, if they are needed e.g. for code generation. \ / 1_a | 1 / \ 2 3 | | 4 6 | | 5 7 \ / 8_a | 8 / \ 9 10 | | 11 12 \ / 13_a | 13 / \ Now the regions can be defined using edges: Region A: (1_a,1) -> (8_a, 8) co...
2010 Dec 14
0
builder-debian libguestfs success dec770f171329868081985ca0aa3d52eb3759935
...6.9-1 [1389 kB] Get:175 http://ftp.uk.debian.org/debian/ unstable/main libaio1 amd64 0.3.107-7 [7928 B] Get:176 http://ftp.uk.debian.org/debian/ unstable/main zlib1g amd64 1:1.2.3.4.dfsg-3 [79.2 kB] Fetched 63.5 MB in 22s (2839 kB/s) resolved packages: adduser_3.112+nmu2_all.deb augeas-lenses_0.7.3-1_all.deb base-files_5.10_amd64.deb base-passwd_3.5.22_amd64.deb bash_4.1-3_amd64.deb binutils_2.20.1-15_amd64.deb bsdmainutils_8.0.17_amd64.deb bsdutils_1%3a2.17.2-3.3_amd64.deb btrfs-tools_0.19+20100601-3_amd64.deb cdebconf_0.152_amd64.deb cman_3.0.12-2_amd64.deb coreutils_8.5-1_amd64.deb corosync_1....
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking