Displaying 20 results from an estimated 200 matches similar to: "Is this a problem with methods??"
2005 Aug 13
1
Broken tkrplot on Mac OS X
Dear all--
I have been trying to get the tkrplot package to work in order to use the
bioconductor package genArise.
I am trying to build it on a Mac running OS 10.4.1 with R 2.1.1. Following a
stanadard install from R here the error I get when I try to load tkrplot
> library(tkrplot)
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Error in
2007 Feb 06
2
CD needed: no way to burn
I wonder if there are CDs available for purchase. I don't have any way
to burn one from a downloaded iso image. Any help appreciated.
Tom
2017 Dec 18
3
sieve_pipe_socket_dir not created at startup for configured pipe service
Hi, all
I?m new to the list but not to dovecot. I?ve been using it in a basic configuration for some time, but finally decided to tweak my deployed system to take advantage of some more dovecot features. In particular I?m trying to set up pigeonhole to implement spam retraining with imapsieve. All of this is with dovecot 2.2.31 (65cde28) and pigeonhole 0.4.19.
Before going any further let me
2005 Jun 11
0
Voice quality of Softphones vs. IP Phones and Gateways.
I've tried almost any softphone available on the market with many different
PC, soundcard, headphones combinations.
None of them prooved production reliable in a call center environment.
I've also tested many IP Phones and Gateways. Even the cheapest one supplies
much better quality.
Is this a fact or am I missing a point.
I would certanly prefer a softphone because of cost and
2005 Jun 11
0
Voice quality of Softphones vs. IP Phones an d Gateways.
In our experience, the total cost of softphones(money, reduced sound quality
and lower reliability) in a large call center environment is actually
greater over time than the cost of a channelbank and cheap analog
headphones. We've tried 2 softphones, 2 kinds of SIP VOIP hardphones, 2
kinds of SIP analog adapters and we've tried channelbanks over the last 3
years. Right now we are half done
2002 Jun 11
1
another oops, this time with 2.4.18-4
Back again with another oops, which looks suspiciously similiar to the one i
posted some days ago
(https://listman.redhat.com/pipermail/ext3-users/2002-May/003587.html).
Jun 11 12:11:30 castor kernel: Assertion failure in journal_write_metadata_buffer() at journal.c:406: "buffer_jdirty(jh2bh(jh_in))"
ksymoops 0.7c on i686 2.4.18-4custom. Options used
-V (default)
-k
2003 Jul 23
6
window function
Dear Sebastian and all,
This is a Japanese to live in Japan.
I have a question.
Ogg's window functon is
f(x)=sin(1/2*pi*sin^2((x+0.5)/n*pi)) for 0 <= x < n
But I cannot understand why this window function satisfys
the equation
f^2(x)+f^2(x+n/2)=2
which is for MDCT's perfect signal reconstruction.
reference:
Analysis/Synthesis Filter Bank Design Based on Time Domain Aliasing
2012 Aug 27
2
simplest way (set of functions) to parse a file
Hello,
What would be the best set of R functions to parse and transform a file?
My file looks as shown below. I would like to plot this data and I need to parse it into a single data frame that sorts of "transposes the data" with the following structure:
> df <- data.frame(n=c(1,1,2,2),iter=c(1,2,1,2),step=as.factor(c('Step 1', 'Step2', 'Step 1',
2004 Oct 06
2
Favor
Hello:
I want to write my thesis about the design and implementation of R, but I have
not enough information and that's why I'm looking for the article "Lexical
Scope and Statistical Computing" from Gentleman, but I don't want for the
moment
subscribe me to the American Statistical Association to download the article.
Could anyone of you send me that article??
Thanks
2014 Oct 28
6
duda (URGENTE) R
Hola quisiera saber de que manera puedo generar numeros aleatorios enteros entre 0 y 4, para completar una matriz de un automata celular
Muchas gracias
Juan Nicolás Corral GómezEstudiante Carrera de EcologíaPontificia Universidad Javeriana
[[alternative HTML version deleted]]
2004 Oct 29
3
Samba Add Machine Script
All,
Currently we are running Samba 3.0.7 on Solaris 8 and we are experiencing a
problem that the user system are not being added automatically with the add
machine script:
/usr/sbin/useradd -g machines -d /dev/null -s /bin/false %m
If we run it manually it works.
Any ideas?
Thanks,
Randy Corral
Information Systems
Brooks Automation
Phoenix, Arizona
602-861-9395 ext. 228
Fax: 602-861-1442
2017 Dec 19
0
sieve_pipe_socket_dir not created at startup for configured pipe service
In looking at this further, I?m not seeing how this can be configured as documented and still work.
The sieve_pipe_socket_dir setting, as the documentation suggests, appears to be used by the plugin to construct a path to find the ?script? (the socket in this case), and it is always relative to base_dir and must include the contents of sieve_pipe_socket_dir.
/* Try socket first */
if (
2004 Dec 04
2
RSync with /really/ long file lists
Hi everyone!
rsync 2.5.7
linux RHES v3
We need to sync over 4 Million files, and when we run rsync we run out of
memory! :(
We were going to batch things, but the build in Batch mode still will use a
large amount of memory. Any manualy batching is proving to be harder than
you'd think, even with --include and --exclude flags. The flags actually make
it still have to recurse the whole
2011 Sep 13
3
Device configuration dialog in DirectInput
Since 1.3.28 there should be a " Device configuration dialog in DirectInput.".
Where do i find this dialog ?
In winecfg thre is no such dialog.
2016 Mar 09
3
32 bit programs and libraries on a 64 bit architecture
greetings.
today i attempted to update update for the nss-util. i selected the
x86_64, clicked apply, error message popped up showing a conflict
because the i686 was also installed.
opened yumex to see what i686 was installed and found a bunch of i686.
because system is a dual core 64 bit, i decided to remove all i686
packages, programs first, then lib files.
during reboot, thought hit that
2000 Nov 08
1
Graphics-Device-Size vs. Window-Size
I want to layout on screen a graphic bigger than the screen (width=16.53543,
height=11.69291) but strwidth() and strheight() give wrong results.
> x11(width=42/2.54, height=29.7/2.54, pointsize=12)
> plot(1,1, type="n", xlim=c(0, 1), ylim=c(-1, 0), xlab="", ylab="",
axes=FALSE)
> strwidth("Whatever")
[1] 0.08471151
> # Now resize the window and
2000 Nov 08
1
Graphics-Device-Size vs. Window-Size
I want to layout on screen a graphic bigger than the screen (width=16.53543,
height=11.69291) but strwidth() and strheight() give wrong results.
> x11(width=42/2.54, height=29.7/2.54, pointsize=12)
> plot(1,1, type="n", xlim=c(0, 1), ylim=c(-1, 0), xlab="", ylab="",
axes=FALSE)
> strwidth("Whatever")
[1] 0.08471151
> # Now resize the window and
2004 Sep 07
3
Run up to R 2.0.0 for package maintainers
The major changes for R 2.0.0 are now in place, and we have provided a set
of notes for package maintainers at
http://developer.r-project.org/200update.txt
on both changes needed and new opportunities.
The main thing which needs to be done is to revise the DESCRIPTION file,
in particular to ensure the Depends: field is accurate.
We do run daily checks over all the CRAN packages. See
2008 Dec 07
2
Help with Keyword Corral
I've been trying to get Keyword Corral (http://www.johncow.com/brand-new-free-keyword-corral-tool-by-john-cow-dot-com) installed with Wine 1.0.1 on Ubuntu 8.10 and the best I can manage is the program appears to start up and then quits.
Unfortunately, I've only recently moved to Ubuntu and there's a lot I don't have a clue about.
I've tried running it in a Virtualbox VM but
2008 Feb 05
0
[LLVMdev] 2.2 garbage collector questions
thomas weidner wrote:
> Hello,
>
> i want to implement a common lisp subset using llvm for fun.
Out of curiousity, for which CL implementation is this targeted? sbcl?
Or something you're rolling?
The reason why I ask is that I expressed an outrageous opinion at
Supercomputing back in November, to wit, that CL is probably the best
language suited for today's multicore