Displaying 4 results from an estimated 4 matches for "actaul".
2012 May 13
1
Help writing function in R....
...ot;,"driver","iron"),
retail=c(124,.60,80,75,150,108),actual=c(112,.60,72,75,135,100))
retailsum=funtion(segment,brand,type){
datanew=dataold[which(dataoldsegment='segment' & dataoldbrand='brand' &
dataold$type='type'),c("retail","actaul")]
summary=c(dim(datanew)[1],colMeans(datanew)) return(summary) }
The code inside the function braces works on its own, but once I wrap a
function around it I start getting errors or it will just return 0 counts
and NaN for the means.
Any help would be greatly appreciated. I have very littl...
2018 Jun 07
2
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
...the retpoline flag be getting added? If so, what's needed to make LD happy with it?
>
> configure checks to see if the linker accepts those flags, so my guess
> is that something is added later in configure that causes it to fail.
> I suggest looking at config.log to see what the actaul compiler
> messages are from these parts:
>
> OSSH_CHECK_CFLAG_COMPILE([-mretpoline]) # clang
> OSSH_CHECK_LDFLAG_LINK([-Wl,-z,retpolineplt])
>
> and the actual compiler output show up in config.log.
>
> I wrote and tested this patch against the development versions of gc...
2018 Jun 07
2
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
Verifying a report I just got pinged about, building vanilla openssh 7.7p1 on linux configures ok, but fails build around 'retpoline'
I've started looking through recent reports; haven't _yet_ found anything similar.
While I continue, is any of the following familiar/expected? Either known bug/issue or env conflict?
The current env includes supposedly retpoline-ready GCC 8.1.1,
2010 Feb 01
3
very large difference between df and du (10 GB, hard to believe)
Hello,
I have a small server running a tool (RT : perl + mysql + apache) for our support team. I stripped down everything else. The OS is
CentOS 4.8. I noticed a difference between df and du which is hard to believe :
according to df, I am using 29 GB
[root at cedrat-rt ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 33G 29G 2.8G 92% /
none