Displaying 7 results from an estimated 7 matches for "complians".
Did you mean:
complains
2012 Jul 27
4
why order doesn't work?
hi all,
I want to get a cumsum according to the order of some variable.
However, it doesnt' work.
For example,
**********************
test<-data.frame(cbind(x=c(3,5,2,6,7),y=c(8,1,4,9,0)))
test[order(test$x),]$sumy<-cumsum(test[order(test$x),]$y)
**********************
R complians Warning message:
In `[<-.data.frame`(`*tmp*`, order(test$x), , value = list(x = c(2, :
provided 3 variables to replace 2 variables.
while the following
***********************
test$sumy<-cumsum(test[order(test$x),]$y)
******************
gives
x y sumy
1 3 8 4
2 5 1 12
3 2 4 13
4...
2004 Sep 10
5
autoheader failing?
With these versions:
ii autoconf 2.54-2 automatic configure script builder
ii automake1.6 1.6.3-2 A tool for generating GNU Standards-complian
I am unable to build the autoconfiscations. autoheader gives:
autoheader2.50: error: AC_CONFIG_HEADERS not found in configure.in
What versions are you using?
(btw, I do think it would be a very good idea to start using
2004 Sep 10
0
autoheader failing?
--- Matt Zimmerman <mdz@debian.org> wrote:
> With these versions:
>
> ii autoconf 2.54-2 automatic configure script builder
> ii automake1.6 1.6.3-2 A tool for generating GNU
> Standards-complian
>
> I am unable to build the autoconfiscations. autoheader gives:
>
> autoheader2.50: error: AC_CONFIG_HEADERS not found in configure.in
>
2001 Dec 06
0
Lots of files in lost+found ...
Hi,
I've recently had a spate of filesystem errors on my laptop which
is running a vanilla RedHat 7.2 (kernel 2.4.7) using the ext3
filesystem on all partitions.
I have been using the laptop with no apparent problems for some time
but last weekend, when I was trying to compile Evolution overnight,
I hit a compile problem; it complained that a Makefile didn't exist
in a script directory.
2001 Dec 06
1
Lots of lost+found files ...
Hi,
I've recently had a spate of filesystem errors on my laptop which
is running a vanilla RedHat 7.2 (kernel 2.4.7) using the ext3
filesystem on all partitions.
I have been using the laptop with no apparent problems for some time
but last weekend, when I was trying to compile Evolution overnight,
I hit a compile problem; it complained that a Makefile didn't exist
in a script directory.
2007 Mar 06
2
Compiling SVN build.. error for libupsclient
Hi,
Below is a log of what I did.
In summary, I think the problem lies in that I can't build libupsclient:
e.g.
make[1]: *** No rule to make target `libupsclient.la', needed by
`upsc'. Stop.
I'm not very familiar with autoconf, aclocal, automake, I tried hacking
it a bit, but couldn't get it to fix the errors...
Thanks,
Edwin
$ svn update
At revision 845.
$ autoreconf
2007 Oct 24
182
Yager on ZFS
Not sure if it''s been posted yet, my email is currently down...
http://weblog.infoworld.com/yager/archives/2007/10/suns_zfs_is_clo.html
Interesting piece. This is the second post from Yager that shows
solaris in a pretty good light. I particularly like his closing
comment:
"If you haven''t checked out ZFS yet, do, because it will eventually
become ubiquitously implemented