Displaying 20 results from an estimated 5000 matches similar to: "exists finds objects lots of places! (PR#142)"
1999 Mar 11
1
log plots fail with NAs (PR#141)
Full_Name: Steve Oncley
Version: 0.63.3
OS: Redhat5.2 i386
Submission from: 128.117.80.159 (128.117.80.159)
Shouldn't this work, but only plot 2 points?
> plot(c(1,NA,10),log="y")
Error: missing value where logical needed
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
1998 Apr 02
1
attributes now inherited
Hi R-Developers,
After my message about a month ago concerning attributes being lost during
simple operations, Martin Maechler invited me to fix the code if I was in
a hurry (especially for attributes in general). We've just made the
following changes here, which appear to implement the rules in the
Blue Book (pg. 257)
Enclosed is the output from "diff -c" from /R-0.61.1/src
1998 Feb 25
1
attributes
During the last couple of months (at least) there has been a trickle of
messages on R-help related to attributes (other than dim/dimnames) not being
inherited.
Example:
x <- 1
class(x) <- "test"
class(x+1) [returns NULL, not "test"]
I have not seen a response from anyone in the R-core about this issue.
Since our group uses locally-written code (in S+) that is
1999 Jan 02
3
.C
Happy 1999!
I've been celebrating the holidays by (finally) getting to the port of our
S+ NetCDF routines to R, which I'm trying to make into a library. At the
moment, there are two issues I'd appreciate advice on:
1. Is support for mode "single" data planned anytime soon in R? A lot of
our NetCDF files contain "single" data and having to coerce into
2009 Jun 03
1
Install suse11 on redhat5, thanks for help!
hi, everyone
I try to install a suse11 pv guest on redhat5.2 virtualization platform.
But the startup process hung with messages:
xen-vbd: registered block device major 202
xvda:<6>netfront: Initialising virtual ethernet driver.
XENBUS: Waiting for devices to initialise:
1999 Apr 07
2
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2001 Sep 14
1
Dynamic loading problem.
I'm having a dynamic loading problem that seems to be
caused by exponentiation (the ** operator in Fortran/ratfor).
This can be illustrated by the following toy example:
===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===
% cat foo.r
subroutine foo(x,n)
x = x**n
return
end
% f77 -c foo.r
/tmp/ratfor.06661.0.f:
foo:
% R CMD SHLIB -o foo.so foo.o
gcc -G -o
2006 Jan 09
0
SIP-SIP transfer via the REFER/NOTIFY method
Could anyone help me set up Asterisk in such a way that it makes SIP-SIP transfers using the REFER / NOTIFY method according to RFC-3515 ?
SCANARIO:
- Asterisk registers with PSTN<->SIP VoIP provider "V" (Vonage) as a friend
- Asterisk is located in Europe, Vonage in located US.
- Asterisk acts as an autoattendant located in Europe.
- Asterisk answers and incoming call from
1999 Mar 02
0
memory tricks
Perhaps I've missed this in the FAQ, but has someone documented any tricks
which can be used in R to optimize memory usage/execution time? For S+,
StatSci used to recommend:
1. Avoid "for" loops whenever possible.
2. In "for" loops, have a simple expression, such as TRUE, as the last
statement.
3. Allocate memory for a vector/array at one time, rather than building it
up
1998 Jan 08
0
R-beta: Using par(tck=,xaxs=)
I found that par(tck=xx) was ignored and par(xaxs="s") gave an error in
v0.61. I've made the following quick hacks in the code to get these to
function. Please let me know if I'm setting myself up for trouble and...
Thanks for R! ...Steve Oncley (oncley at ucar.edu)
-------------------------------------------------------
A hack to get par(tck) to work:
1998 Nov 20
2
R and hdf
Hi,
I've been playing with R for only a few days, so I'm not terribly
familiar with it yet. Has anyone ever done any work using HDF or
NetCDF files with R? Both file formats have libraries which can be
linked to a program to read and write data to these formats. Is this
sort of thing possible with R? We are planning to use the HDF format to
store experimental data collected by some
2007 Apr 17
2
Voicemail files permission
I'm using asterisk 1.2.14
When asterisk stores voicemail messages in
/var/spool/asterisk/voicemail/default/EXTENSION/INBOX files are created with:
-rwx------ 1 asterisk web-aster 6690 Apr 17 16:08 msg0002.WAV
-rwx------ 1 asterisk web-aster 6732 Apr 17 16:08 msg0002.gsm
-rw------- 1 asterisk web-aster 274 Apr 17 16:08 msg0002.txt
-rwx------ 1 asterisk web-aster 65324 Apr 17 16:08
2007 Jan 11
1
pdbedit problems
Greetings,
I am running samba-3.0.10-1.4E.9 installed from rpm on CentOS 4.4. I
have it configured as a PDC. It is using the /passdb backend = tdbsam/
backend. I am using /pdbedit/ to make some configuration changes to user
passwords. I would like to expire a users password, so that they are
required to change it the next time they log in. From all that I have
read in on-line resources
2007 Apr 16
0
BDC problems
I have had a samba PDC up and running for about a month now with no
issues, this weekend I added a BDC and it seems that all my clients are
now logging into the BDC automatically instead of the PDC. I had to
mount the homes from the PDC to the BDC so that users can have access to
their home directories and set the path to the profiles directory on the
BDC to that of the PDC. I also had to
1999 Dec 10
1
split nukes names() (PR#371)
> split(c(a=1,b=2),c(1,2))
$"1"
[1] 1
$"2"
[1] 2
The documentation does not *promise* that names will survive, but in
Splus3.4, they do. This broke a function that worked under S+ that used
the names attribute of elements in the components returned by split.
Chuck Berry
--please do not edit the information below--
Version:
platform = sparc-sun-solaris2.7
arch = sparc
2007 Mar 02
1
Duplicate SID for Root and Samba Server Machine Name
I have a samba PDC with LDAP backend running on CentOs 4. Everything is
working fine, but my log watch report showed two users with the same
SID. I checked it out and it appears that ROOT and the samba machine
ASTER$ both have the same SID.
If I do a pdbedit -Lv I get this:
---------------
Unix username: aster$
NT username: aster$
Account Flags: [W ]
User SID:
2007 Jul 16
3
Problems since upgrade from 3.0.23 to 3.0.25b
I have a working Samba PDC, I can log in and out from a windows xp
workstation. I recently upgraded to 3.0.25b-33 and now, when I add a new
user, I get:
The system cannot log you on due to the following error:
A device attached to the system is not fuctioning
Please try again or consult your system administrator
I have network connectivity. I was able to join this machine to the
2007 Aug 08
1
SERIOUS PROBLEM - Root Account Locked
My root account keeps getting locked out automatically. I am running
Samba 3.0.25b on a CentOS server, as PDC with LDAP backend. I have
accounts set to lock after 8 un-successful login attempts. I zeroed out
the bad password count, and then in less than a few seconds the account
gets locked again and a /pdbedit -Lv -u root /yields the following:
Unix username: root
Logon time:
2005 Aug 21
2
bizarre signif stars in Sweave latex
OK. I give up. I'll ask a stupid question.
How do I get the $!#@*$ signif stars line printed by summaries
to not look extremely bizarre in the latex produced by Sweave?
For example, see p. 7 of
http://www.stat.umn.edu/geyer/aster/library/aster/doc/tutor.pdf
I can see what the problem is. R emits non-ascii characters (as it
is supposed to do), Sweave puts them in the tex file, and
2006 Apr 03
1
Re: F6H500ukUNV working with fentonups driver
Hi Patrick,
2006/4/2, Patrick Beard <p.beard@blueyonder.co.uk>:
> Hi Arnaud,
>
> Just wanted to let you know the the Belkin F6H500ukUNV is working for me
> with the fentonups driver.
>
> http://catalog.belkin.com/IWCatSectionView.process?IWAction=Load&Merchant_Id=&Section_Id=202840
>
> I originally tried it with the genericups driver with upstype=7 but this