Displaying 2 results from an estimated 2 matches for "ndepend".
Did you mean:
depend
2007 Oct 23
1
MGE Pulsar Ellipse 800 offearly or box shutdown late
...mps), the system in this case work correctly. I think my problem that
this UPS allow me shutdown as quickly as possible, no wait for "LOW
BATTERY" situation, what is set by manufacturer.
Is it possible to catch not only ONLINE, ONBATTERY and LOWBATTERY but when
battery at spcified charge (ndependently what is set in UPS)?
It seem to be much better then using some kind of timers (using
upssched.conf seem to be quite messy). I'm affraid that I'm want more then
my UPS can handle, but really it is not a big prblem (in my situation)
that staff stay to wait line, but nice shutdown is cruc...
2008 Mar 30
1
package.skeleton.S4
...list <- list[have]
if (!length(list))
stop("no R classes specified or available")
### Addition to DESCRIPTION
message("Adding to DESCRIPTION ...")
description <- file(file.path(dir, "DESCRIPTION"), "a+b")
cat("\nDepends: methods\nLazyLoad: yes\nCollate: gives the order in
which file shall be sourced\n",append=TRUE,file = description,sep = "")
close(description)
### Remove elements starting with "." from the list
internalObjInds <- grep("^\\.", list)
internal...