Displaying 20 results from an estimated 71467 matches for "existing".
2008 Jun 02
1
libsmi warnings
hey, just did a
yum install wireshark
on a fresh and clean CentOS 4.6 box, and got a bazillion warnings about
libsmi...
# cat /etc/redhat-release
CentOS release 4.6 (Final)
# yum install wireshark
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Excluding Packages from CentOS-4 - Updates
Finished
Excluding Packages from CentOS-4 - Base
2008 Nov 19
1
Samba Source
I am trying to install the source code for samba.
I have samba-3.0.28-1.el5_2.1
When I try and install the samba-3.0.28-1.el5_2.1.src.rpm. I get the
following.....
rpm -ihv samba-3.0.28-1.el5_2.1.src.rpm
1:samba warning: user mockbuild does not exist - using
root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning:
2009 May 19
5
exists function on list objects gives always a FALSE
Dear R-users,
in a minimal example exists() gives FALSE on an object which obviously does
exist. How can I check on that list object anyway else, please?
> SmoothData <- list(exists=TRUE, span=0.001)
> SmoothData
$exists
[1] TRUE
$span
[1] 0.001
> exists("SmoothData")
TRUE
> exists("SmoothData$span")
FALSE
> exists("SmoothData[[2]]")
FALSE
2005 Jul 23
1
Lattice: reversing order of panel placement in conditional histograms
...Question Q5 at the bottom of the graphical output. histogram() does the opposite as 5 is larger than 1. Similarly my 'AlertFormat' factor is a textual category, and I need the data to read from left to right (representing old to new) , with 'New A & V' on the right, and 'Pre-existing A & V' on the left, which is the opposite to how histogram plots.
The current lattice output from what's below is here:- http://www.arch.usyd.edu.au/~sfer9710/latticeoutput.pdf
All I really want to do is reverse the placement entirely from what I have received above.
I've checked...
2014 Dec 03
2
we need an exists/get hybrid
...out "exists":
Moving the bit of R in the exists function to C saves 10% of the time.
Dropping the redundant pos and frame args entirely saves 30% of the time
used by this function. I suggest that the arguments of both get and
exists should
be simplified to (x, envir, mode, inherits). The existing C code handles
numeric, character, and environment input for where. The arg frame is
rarely used (0/128 exists calls in the methods package). Users that need to
can call sys.frame themselves. get already lacks a frame argument and the
manpage for exists notes that envir is only there for backwards...
2014 Dec 03
2
we need an exists/get hybrid
...of R in the exists function to C saves 10% of the time.
> > Dropping the redundant pos and frame args entirely saves 30% of the time
> > used by this function. I suggest that the arguments of both get and
> > exists should
> > be simplified to (x, envir, mode, inherits). The existing C code handles
> > numeric, character, and environment input for where. The arg frame is
> > rarely used (0/128 exists calls in the methods package). Users that need
> to
> > can call sys.frame themselves. get already lacks a frame argument and the
> > manpage for exists...
2005 Dec 27
0
Compiling kernel-2.6.13...
Hi. I'm trying to use CentOS4.2 for some audio work (ie. sound editing,
etc.). I found a site called PlanetCCRMA
(http://ccrma.stanford.edu/planetccrma/software/) and decided that I
would give some of their applications a try (hoping that it would not
affect my system greatly!).
At first I tried the Fedora 3 packages (and they do work), but what I
really wanted to do is to download the
2003 Feb 20
3
Why does 'exists' need a quoted argument?
Some functions in R need quoted arguments. Consider this list:
help(rm)
rm(a)
is.na(a)
get("rm")
exists("rm")
Can someone explain why 'get' and 'exists' require quoted object names?
Would it make sense (more consistency) to have these functions check to see if the first argument is a string, and if not, then 'substitute' it? Intuitively,
2014 Jun 03
2
Tripp Lite SMART3000RM2U (protocol 3003) running time and charge?
...e_usb
port = auto
desc = "Main comm UPS"
battery_min = 11
battery_max = 13.6
This is how the things need to be specified, right?
In any event, I pulled the whole tree but its build fails as follows:
make[2]: Entering directory `/home/bruda/nut-master/docs/man'
Using existing upsclient.3 manual page, since 'asciidoc' was not found.
Using existing upscli_add_host_cert.3 manual page, since 'asciidoc' was not found.
Using existing upscli_cleanup.3 manual page, since 'asciidoc' was not found.
Using existing upscli_connect.3 manual page, since 'as...
2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
Configure gives me these errors on FreeBSD. I'm proceding with the build anyway to see what happens. Don't worry :) It'll only take about 2.5 hours instead of 30+ now.
install: ../test/Programs/Makefile does not exist
config.status: executing test/Programs/Makefile.programs commands
install: ../test/Programs/Makefile.programs does not exist
config.status: executing
2011 Feb 09
1
merge, rbind, merge.zoo? adding new rows to existing data.frame
Hi all,
I'm trying to add updated data to an existing time series where an
overlap exists. I need to give priority to the update data.
My script runs every morning to collect data the updated data. There
are quite often varied lengths, so once off solutions identifying rows
to solve this example won't work.
I've experimented with merge, rbind...
2006 Apr 20
8
generate scaffold not generating views
Hi!
Sorry for the newbie question...
I''m following the depot example in AgileWebDevelopmentWithRails.
Stangelly, generating scaffolding using the command (page 53):
./script/generate scaffold Product Admin
does not generate any .rhtml file, but just:
exists app/controllers/
exists app/helpers/
exists app/views/admin
exists test/functional/
2014 Dec 03
0
we need an exists/get hybrid
...> Moving the bit of R in the exists function to C saves 10% of the time.
> Dropping the redundant pos and frame args entirely saves 30% of the time
> used by this function. I suggest that the arguments of both get and
> exists should
> be simplified to (x, envir, mode, inherits). The existing C code handles
> numeric, character, and environment input for where. The arg frame is
> rarely used (0/128 exists calls in the methods package). Users that need to
> can call sys.frame themselves. get already lacks a frame argument and the
> manpage for exists notes that envir is only...
2014 Jun 03
0
Tripp Lite SMART3000RM2U (protocol 3003) running time and charge?
...comm UPS"
> battery_min = 11
> battery_max = 13.6
>
> This is how the things need to be specified, right?
Yes.
> In any event, I pulled the whole tree but its build fails as follows:
>
> make[2]: Entering directory `/home/bruda/nut-master/docs/man'
> Using existing upsclient.3 manual page, since 'asciidoc' was not found.
> Using existing upscli_add_host_cert.3 manual page, since 'asciidoc' was not found.
> Using existing upscli_cleanup.3 manual page, since 'asciidoc' was not found.
> Using existing upscli_connect.3 manual page...
2007 Jan 20
1
Error looking for next uid at /usr/sbin//smbldap_tools.pm line 993.
# smbldap-useradd samba
Error looking for next uid at /usr/sbin//smbldap_tools.pm line 993.
here my config:
i have already populated the database:
# smbldap-populate
Populating LDAP directory for domain Workgroup
(S-1-5-21-4205727931-4131263253-1851132061)
(using builtin directory structure)
entry dc=GNUtoo,dc=org already exist.
entry ou=Users,dc=GNUtoo,dc=org already exist.
entry
2015 Jan 08
5
RFC: getifexists() {was [Bug 16065] "exists" ...}
...repeats quite a bit of the lookup that exists()
> has done.
> Instead, I'd imagine a function, say getifexists(name, ...) that does both at
> once in the "exists is TRUE" case but in a way we can easily keep the if(.) ..
> else clause above. One already existing approach would use
> if(!inherits(tryCatch(xx <- get(name, where, ...), error=function(e)e), "error")) {
> ... (( work with xx )) ...
> } else {
> NULL / error() / .. or similar
> }
> but of course our C implementation would be more...
2007 May 15
2
Testing for existence inside a function
Hi.
I'm having trouble testing for existence of an object inside a function.
Suppose I have a function:
f<-function(x){
...
}
and I call it with argument y:
f(y)
I'd like to check inside the function whether argument y exists. Is this
possible, or do I have to either check outside the function or pass the name
of the argument as a separate argument?
If I do exists(x) or
2011 Feb 06
1
R-devel on FreeBSD: Support for C99 complex type is required
Today I tried two build R-devel_2011-02-06.tar.gz from sources on
FreeBSD 9.0-CURRENT (amd64) with gcc-4.5.2 and I got the following
messages when configuring:
./configure
[..SNIP..]
checking whether C99 double complex is supported...
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for double complex... yes
checking whether cexp
2004 Sep 05
5
[LLVMdev] POST MORTEM: llvm-test changes
After the removal of llvm/test/Programs and insertion of llvm-test cvs
module, the nightly tester showed the following:
x86 Linux debug:
* hard to say. I think it failed because the check in occurred just
as it was starting up. Could someone verify for me? No results
were produced.
x86 Linux optimized:
* everything ran okay
* loc graph now shows 550k lines (up 350k!) - not sure
2014 Dec 04
0
we need an exists/get hybrid
...on to C saves 10% of the time.
> > > Dropping the redundant pos and frame args entirely saves 30% of the
> time
> > > used by this function. I suggest that the arguments of both get and
> > > exists should
> > > be simplified to (x, envir, mode, inherits). The existing C code
> handles
> > > numeric, character, and environment input for where. The arg frame is
> > > rarely used (0/128 exists calls in the methods package). Users that
> need
> > to
> > > can call sys.frame themselves. get already lacks a frame argument and
>...