Displaying 2 results from an estimated 2 matches for "332494".
2005 Oct 03
0
Problem building/checking library that requires input fro m user
What file are you putting these into?
I believe this is the correct syntax for the \example{} section of an .Rd
file.
If you want to do this in a plain R file, (e.g. package/tests/somename.R),
you can use
if(interactive)
{
num_reps <- readline(""How many reps do you have... ")
num_reps <- as.integer(num_reps)
}
else
num_reps <- 10
instead.
-G
> -----Original
2006 Dec 29
6
UPS support on CentOS 4.4
I have an APC Back-UPS XS1500 powering my computer. It may be overkill
for a single computer but it makes me feel secure.
Gnome power management will not install on CentOS 4.4 because of
dependency problems.
I have installed the acpupsd daemon and this will protect me against
power failure but the GUI interface to it, gapcmon, will not install due
to dependency problems. I know that some