Displaying 20 results from an estimated 300 matches similar to: "R postscript generation error (lines versus points) (PR#5285)"
2004 Dec 21
1
Startup problem in 2.0.1 with install to /opt/R (PR#7437)
Full_Name: Stephen Harker
Version: 2.0.1
OS: Linux ppc YDL 3.01
Submission from: (NULL) (130.194.13.106)
I have made R 2.0.1 using YellowDog Linux 3.0.1 (kernel 2.6.7) on a
powerpc machine. This is to replace R 1.9.1. It makes without an error.
However, when I do `make check' towards the end I obtain the
following:
make[3]: Entering directory `/home/sjh/GS/R-2.0.1/tests'
running
2004 Mar 25
3
"net rpc vampire" case sensitivity problem
We just migrated a small network from a Win2K PDC to Samba, using
"net rpc vampire" into a tdbsam backend on a Samba 3.0.2a Linux box.
One of the users, let's call him Jon Harker, had the NT username "JHarker".
When we ran "pdbedit -v jharker", we saw this:
Unix username: JHarker
NT username: JHarker
Well, that looks wrong - the NT
2009 Apr 22
5
large factorials
I am working on a project that requires me to do very large factorial
evaluations. On R the built in factorial function and the one I created
both are not able to do factorials over 170. The first gives an error and
mine return Inf.
Is there a way to have R do these larger calculations (the calculator in
accessories can do 10000 factorial and Maple can do even larger)
--
View this message in
2009 Aug 09
1
Wikipedia article
Hi there,
I've been having a go at improving the Wikipedia article:
http://en.wikipedia.org/wiki/Theora
I've updated the technical details a bit, improved the references,
tidied up the wording, removed some FUD, updated the 1.1 beta status,
and added the Youtube comparisons.
I've left out the Google On2 purchase for now as there's nothing
concrete yet.
Please let me know if
2007 Mar 29
4
Re: FLAC: same features as WavPack
Hello FLAC list.
As far as I know 24 bit FLAC support is broken. It often doesn't
compress the audio at all, but instead stores the chunks as verbatim
type (although the FLAC format supports 24 bit). Perhaps this is fixed?
If so, do let me know. I agree that perhaps 32 bit float/pcm isn't
entirely necessary when it comes to storing different qualities. But
when wanting to preserve
2007 Mar 29
4
Re: FLAC: same features as WavPack
On Mar 29, 2007, at 12:44, Harry Sack wrote:
> 2007/3/29, Josh Green <josh@resonance.org>:
> As far as I know 24 bit FLAC support is broken. It often doesn't
> compress the audio at all, but instead stores the chunks as verbatim
> type (although the FLAC format supports 24 bit). Perhaps this is
> fixed?
> If so, do let me know.
>
> I also want to know if this
2006 Aug 03
1
[ win32utils-Bugs-5285 ] event_type is not recognized properly
Bugs item #5285, was opened at 2006-08-03 07:35
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=5285&group_id=85
Category: win32-eventlog
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: event_type is not recognized properly
Initial Comment:
Ver:0.4.1
Line 469
1999 Jul 15
0
pch and mkh bug PR#225
I am sorry about the problem caused by my first attempt at reporting a
bug. This is a followup to my report PR#225, hopefully being more
useful. By not I have a better understanding of the problems being
reported.
I wish to report one bug relating to plot character and to mention two
other possible bugs (these may relate to differences between R and S)
I have noticed with R. We have recently
2008 Mar 05
3
ipf function in R
Hi
I have a 3 x 2 contingency table:
10 20
30 40
50 60
I want to update the frequencies to new marginal totals:
100 130
40 80 110
I want to use the ipf (iterative proportional fitting) function which
is apparently in the cat package.
Can somebody please advice me how to input this data and invoke ipf in R
to obtain an updated contingency table?
Thanks.
By the way I am quite new to R.
--
Dr
1999 Aug 21
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
2012 May 20
5
removeing only rows/columns with "na" value from square ( symmetrical ) matrix.
I have some square matrices with na values in corresponding rows and
columns.
M<-matrix(1:2,10,10)
M[6,1:2]<-NA
M[10,9]<-NA
M<-as.matrix(as.dist(M))
print (M)
1 2 3 4 5 6 7 8 9 10
1 0 2 1 2 1 NA 1 2 1 2
2 2 0 1 2 1 NA 1 2 1 2
3 1 1 0 2 1 2 1 2 1 2
4 2 2 2 0 1 2 1 2 1 2
5 1 1 1 1 0 2 1 2 1 2
6 NA NA 2 2 2 0 1 2 1 2
7 1 1 1 1 1 1 0 2 1 2
8
2007 Dec 05
1
Password and server questions
Hello,
We have 2 questions:
1) about the passwords generated by disc management (
https://dischosting.nl/discadmin/ ). We don't get access to this page which
is necessary to pick up our new password, for broadcasting with nicecast
2) Someone changed the server type settings: What is the difference between
icecast 1 and icecast 2 and which one is the most likely to use for us?
Thanx,
Hans
1999 Oct 07
1
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
2009 Jul 08
1
[LLVMdev] Preliminary patch for GDB support for JIT
On Wed, Jul 8, 2009 at 12:16 PM, Eric Christopher<echristo at apple.com> wrote:
>> For reference, here is the corresponding patch against GDB:
>> http://web.mit.edu/rnk/www/jit-patch.diff
>>
>
> This appears to be missing some hunks...
Ah, crap, there's a gdb/jit.[ch] but I don't know how to get cvs diff
to include them. 'cvs add' wants write access
2009 Jul 08
3
[LLVMdev] Preliminary patch for GDB support for JIT
Right now, GDB has no way to be told about JITed code. I'm working on
adding such an interface, and the LLVM JIT would be the first client.
The interface is evolving, and I'll admit that right now it's
downright terrible. Here's how it works right now:
- The JIT generates the machine code and DWARF call frame info
(.eh_frame/.debug_frame) for a function into memory.
- The JIT
1999 Nov 07
1
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
2003 Feb 13
2
ROC
Hi, can you advise me is there any ROC(Receiver
Operating Characteristic)analysis program in R?
Thanks,
Dechao
=====
Dechao Wang
Tel: (44) 01223 719718
Mob: (44) 07729 411134
__________________________________________________
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
2012 Apr 10
7
How to remove $ (Dollar sign) from string
How do I remove a "$" character from a string sub() and gsub() with "$" or
"\$" as pattern do not work.
> sub("$","","ABC$DEF")
[1] "ABC$DEF"
> sub("\$","","ABC$DEF")
Error: '\$' is an unrecognized escape in character string starting "\$"
>
2006 Jul 26
3
Moving Average
Dear R-Users,
How can I compute simple moving averages from a time series in R?
Note that I do not want to estimate a MA model, just compute the MA's
given a lenght (as excel does).
Thanks
________________________________________
Ricardo Gonçalves Silva, M. Sc.
Apoio aos Processos de Modelagem Matemática
Econometria & Inadimplência
Serasa S.A.
(11) - 6847-8889
ricardosilva@serasa.com.br
1999 Dec 07
1
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