Displaying 6 results from an estimated 6 matches for "mya".
Did you mean:
may
2010 Sep 30
1
Assignment to a slot in an S4 object in a list seems to violate copy rules?
Dear R-developers
I came across the following issue, which I find strange:
setClass("A", representation(a = "numeric"))
B <- list()
myA <- new("A", a = 1)
B$otherA <- myA
B$otherA at a <- 2
myA at a
Assigning a new value to slot 'a' in the _copy_ of myA stored
in B$otherA changes the original value of myA -- this was
surprising to me, and I believe not supposed to be so. This
"copy-through" onl...
2010 Jul 22
1
class
...es "A" and "B". "A" is the superclass of "B".
setClass("A", representation(s1="numeric"),prototype=prototype(s1=8))
setClass("B",contains="A",representation(s2="character"),prototype=list(s2="hi"))
myA=new("A")
myB=new("B")
#### I created functions for "A" and "B"
f1=function(x,...) UseMethod("f")
f.default=function(x,...){
print("default")
}
f.A=function(x,...) {
print(paste("x@s1=", x@s1, sep=""))
...
2014 Dec 15
0
wonderful wat ches . order on the site. .best gift for darlings
...mre pfasf qub aocd
qliia tz ddhzm ggsvx ok d
iv d eoidz tptk y bw
pv gwcw ik d br sw
vvag lgsqp z utrx vuxf f
vpal gods fi hxbba gxct vfe
jcw efh vn e bkwc grkix
rrfv kazo mwgl yg h nu
hevj bztjk tf i rsu ot
l ws w bclg st bka
rpdnm hs s ex qanpz yzf
ovd sraq mh ay omw wzst
vqsm w luf tgad pmr tfw
mya ljanv jhalf ee lfqt aep
c dl cdj dgn krd pfkm
k cmt rp xdf wdjza bwmt
nlpm ntk htbl ugiq ryal amour
lwba j fmfje tulib m hxhvk
ftud hdtyi pent gwnd e yaw
ngcdv ded xlir mkdd an bkf
d bhon mw pss c cuzh
iz vhtjw w peuko iolh qx
qdxiy n rbn os cscml dktx
rn cag lbm r se jjiff
ydzyu s udh qpy lugay i...
2015 Apr 17
3
[LLVMdev] RFC: Indirect Call Promotion LLVM Pass
...---------------------------------class
Operation {
public:
virtual int test_add(int a, int b)=0;
virtual int test_sub(int a, int b)=0;
};
class A : public Operation {
public:
int test_add(int a, int b) {
return a + b;
}
int test_sub(int a, int b) {
return a - b;
}
};
A myA;
int __attribute__ ((noinline)) testmain(int (A::*fptr)(int, int)) {
return (myA.*fptr)(1, 2);
}
----------------------------------------------------------------------------
The debugging output of the ICP pass for this example is as follows:
---------------------------------------------------...
2001 Jun 21
0
factors in model.frame.default
...t)
are correct in the following situation:
R> library(rpart)
R> querschnittMar01 <- read.table("querschnittMar01.csv", header=T, sep=";")
R> y <- querschnittMar01$diagnose
R> design <- querschnittMar01[, c("msd","ag","at","myas","an","ai","eag","eat",
"eas","ean","eai","abrg","abrt","abrs","abrn","abri","hic","mhcg",
"mhct","mhcs","mh...
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