similar to: problems with JGR and standard R GUI closing during calculations

Displaying 20 results from an estimated 300 matches similar to: "problems with JGR and standard R GUI closing during calculations"

2000 Jul 20
4
RFC: System and time support functions in R
I've been looking over system utility functions that we might want to add to R. A few come out of specific needs, others from looking at other systems and what people are using system() for. I've taken account of Paul Gilbert's comments posted here a while ago (and I think covered all except the use of mailers). We currently have date *.socket file.create file.exists file.remove
2009 Jan 13
2
particulars of importing/loading libraries
Dear List: Sorry for posting maybe a trivial question, but I have a basic understanding problem. If I have say pack1 and pack2, two R packages, and pack2 depends on and imports pack1 fully (as in the code below), is there a way to make all the functionality of pack1 available for the global and other environments (not only for the functions called from withing pack2) by loading pack2 only? I
2019 Jul 02
1
eliminate a partial argument match warning in R CMD check
Hello, I'm seeing a nuisance warning when I run `R CMD check --as-cran whatever_x.y.z.tar.gz`. I generally work with these options set: options( warnPartialMatchArgs = TRUE, warnPartialMatchAttr = TRUE, warnPartialMatchDollar = TRUE ) And I see this: * checking use of SHLIB_OPENMP_*FLAGS in Makefiles ...Warning in dir("src", patt = "[.]c$") : partial argument
2014 Apr 26
2
[supermin] Be smarter about finding suitable kernel images
--- src/kernel.ml | 43 ++++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/src/kernel.ml b/src/kernel.ml index ed5aea3..436b1b0 100644 --- a/src/kernel.ml +++ b/src/kernel.ml @@ -23,6 +23,19 @@ open Utils open Ext2fs open Fnmatch +let patt_of_cpu host_cpu = + let models = + match host_cpu with + | "mips" |
2007 Dec 04
4
enable eyeBeam to accept only one call
Hello I'm using eyeBeam, and Asterisk keeps sending my clients a second call, when they are still in one call (because eyeBeam has lots of channels). I was using X-Lite (with 3 channels) and Asterisk never sent the client a second call. How can I force Asterisk (or eyeBeam) just to send one call at each time. Is this a configuration I need to do in eyeBeam or Asterisk? Thanks Regards Joao
2007 Aug 13
0
Change in grep functionality causes Rd_db to fail silently (PR#9846)
Full_Name: Mike Pacey Version: 2.5.1 OS: SUSE SE Linux 9.3 Submission from: (NULL) (194.80.32.10) Versions 2.5.0 and 2.5.1 currently fail "make check" on my system due to a silent failure in the call to Rd_db("base"): ----- > ### Name: Rdutils > ### Title: Rd Utilities > ### Aliases: Rd_db Rd_parse > ### Keywords: utilities documentation > > ### **
2006 Mar 02
0
RE: Asterisk-Users Digest, Vol 20, Issue 13
On Thu, 2006-03-02 at 11:42 -0600, Jordan Novak wrote: > Does anyone have a way to do wake calls? > > > > Jordan Novak > > Communications Technician > > Logistics Health Inc. You could use cron and /var/spool/asterisk/outgoing scripts to dial numbers, etc... > Can you elaborate, I am fairly new to Linux and a phone guy to boot. I am looking for a way for the
2002 Jun 18
2
Print problem
Hi, I have a FreeBSD 4.1.1-RELEASE and samba-2.2.4 installed in my server, I have a printer configured and working through samba. My problem is, when I reboot my server, my Windows 2000 with service pack 2, can't print anymore, when I sent a printer job, there is no error, but nothing appear on printer, the other shares area ok, and I can get files from this shares. Then I restart the
2008 Oct 07
3
vectorized sub, gsub, grep, etc.
R pattern-matching and replacement functions are vectorized: they can operate on vectors of targets. However, they can only use one pattern and replacement. Here is code to apply a different pattern and replacement for every target. My question: can it be done better? sub2 <- function(pattern, replacement, x) { len <- length(x) if (length(pattern) == 1) pattern <-
2008 Aug 05
1
About Creating a List by Parsing Text
Hi all, I have the following data in which I want to parse and store them in a list __DATA__ > print(comp.ll) [1] "\tGene 11340 211952_at RANBP5 k= 1 LL= -970.692 " [2] "\tGene 11340 211952_at RANBP5 k= 2 LL= -965.35 " [3] "\tGene 11340 211952_at RANBP5 k= 3 LL= -963.669 " [4] "\tGene 12682 213301_x_at TRIM24 k= 1 LL= -948.527 "
2019 Feb 25
0
[PATCH 1/3] common/mlpcre: add offset flag for PCRE.matches
This way it is possible to change where the matching start, instead of always assuming it is the beginning. --- common/mlpcre/PCRE.ml | 2 +- common/mlpcre/PCRE.mli | 5 ++++- common/mlpcre/pcre-c.c | 16 +++++++++++++--- common/mlpcre/pcre_tests.ml | 15 ++++++++++++--- 4 files changed, 30 insertions(+), 8 deletions(-) diff --git a/common/mlpcre/PCRE.ml b/common/mlpcre/PCRE.ml
1999 Jul 22
1
Compiling on AIX3.2.5
I have tried to compile 2.0.4b and 2.0.5a on AIX3.2.5 and it gives a problem when I test it with "smbclient -L bigserver", that was discussed in the archives. I thought it was fixed. It gives:- [1999/07/22 20:57:05, 0] smbd/uid.c:(68) Couldn't set effective uid to 207. Currently set to (real=0,eff=0). Error was Not owner [1999/07/22 20:57:05, 0] smbd/service.c:(463) Can't
2006 Mar 02
0
OT - Cisco IP Phone and PC in different VLANs(with802.1x)
Switch is only tagging the vlan packets. Once the PC loads the vlan aware driver ("client") it will be able to read tagged packet for the vlan which PC has been configured to use. Nothing to be done on the switch. W -----Original Message----- From: Joao Pereira [mailto:joao.pereira@fccn.pt] Sent: Thursday, March 02, 2006 1:15 PM To: Wojciech Tryc; asterisk-users@lists.digium.com
2012 Oct 13
0
installation of R (2.14.1 and 2.15.1) fails due to [reg-packages.Rout] Error
Hello, I'm trying to install R from sources on two Linux machines (both with Suse 12.2): 1. > uname -a Linux cs-wsok 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26 09:36:26 UTC 2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux 2. > uname -a Linux csltok.swansea.ac.uk 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26 09:36:26 UTC 2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux I am trying version
2019 Mar 29
0
[PATCH v2 1/3] common/mlpcre: add offset flag for PCRE.matches
This way it is possible to change where the matching start, instead of always assuming it is the beginning. --- common/mlpcre/PCRE.ml | 2 +- common/mlpcre/PCRE.mli | 5 ++++- common/mlpcre/pcre-c.c | 16 +++++++++++++--- common/mlpcre/pcre_tests.ml | 11 ++++++++--- 4 files changed, 26 insertions(+), 8 deletions(-) diff --git a/common/mlpcre/PCRE.ml b/common/mlpcre/PCRE.ml
2007 Mar 17
3
Hellllp Pl: Centos 4.4 Default LVM install boot/recovery problem
Hello all Nill experience with LVM. Have a Default Centos 4.4 install updated till a week ago with three HDDs. System's not booting up since my staff pulled out the plug due to a short circuit nearby. Machine is a PIII 550 MHz, with 3 HDDs 40 GB, 120 GB (Actually is bigger but my bios detects only upto 120 GB) & 20 GB...about half filled with data & the backup server taken out in
2005 Feb 03
1
free pocketPC softphone (toshiba e750)
Hi all I have a pocketPC Toshiba e750 and I want to make SIP calls from it, but I didnt found any free softphones for my Toshiba. X lite's versions for pocketPC isnt free :( Did someone used before a free softphone for pocketPC? witch one? Thanks Joao Pereira www.fccn.pt
1999 Oct 22
1
client NT always asks for password
Hello Our NT workstations always ask for the password on each share of the samba server, although the password is the same as the log on password. Is there any way to avoid this ? The first try always fails on the server, but I don't what user/passwd combination NT uses on that first time... Thanks, Joao Pagaime -- FCCN - Fundacao para a Computacao Cientifica Nacional - Tel: 351-1-8440100
2007 Sep 17
2
Call Center SoftPhone with Auto Answer
-----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Chris Mason (Lists) Sent: Monday, September 17, 2007 12:45 PM To: joao.pereira at fccn.pt; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Call Center SoftPhone with Auto Answer Joao Pereira wrote: > But still, the
2000 Sep 15
0
More on parallelism
Many of you probably remember the flurry of posts that I created a few weeks ago about writing a parallel vorbis encoder. Here's what I have been doing since... Someone (I can't remember who offhand -- might have been Greg) mentioned using threads instead of MPI for parallelism on the argument that more people have SMPs than who have (and know how to use) an MPI implementation. Good