similar to: a way to interrupt a stuck R session on OSX

Displaying 20 results from an estimated 3000 matches similar to: "a way to interrupt a stuck R session on OSX"

2008 Jan 14
1
savehistory in OSX version
Running Version 2.6.0 GUI 1.21. Generally, I enjoy working with the OSX GUI, which has some very pleasant features. Kudos to the developers! There is a nice history panel which slides out of the Console window. The buttons on the panel work as expected. I am puzzled by the behavior of history() and savehistory() run from the Console window. I would think that these functions would view and
2010 Jun 01
1
mvbutils and trackObjs
Hello Colleagues, I've recently become a fan of Mark Bravington's mvbutils package for organizing analysis projects in a tree. Using cd(), Save(), fixr(), mlazy() etcetera solves nicely some of the nuisances that have worried or annoyed me and sometimes caused big problems over the years. Well thought out. Now one feature that would be fabulous would be automatic time-stamping of
2003 Feb 16
1
Rgui crash and Macro Magic
A consistent Rgui crash (1062 on XP) I was experiencing seemed initially to be solved by following R Win FAQ 2.12: placing a generic microsoft msvcrt.exe in rw1062\bin. But the crash problem quickly reappeared. Exiting Macro Magic, a keyboard macro utility, did solve the problem, apparently permanently according to my little "crossover design" study. I discovered this solution thanks
2004 Sep 10
2
loading Sjava
I'm excited about SJava, and I'ld love to get it working, but can't get past loading the package. .First.lib fails on this statement: > library.dynam("SJava", "SJava", "C:/PROGRA~1/R/rw1091/library") Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library
2008 Sep 01
1
Suspected Bug with " bin/linux/ubuntu dapper/" installation
Dear r-sig Debian list, I subscribe to the 'r-help' forum but as requested on the "Download and Install" section of CRAN I am reporting a suspected bug on the " bin/linux/ubuntu dapper/" installation binaries, I show an extract from my Ubuntu(dapper) terminal console below---- # Attempted unsuccessful installation copy from terminal-- root at ubup:/etc/apt# sudo
2009 Jul 09
3
Add instantly active local user accounts *with* password using useradd -p option ?
Hi, I need to setup a load of user accounts on a series of machines, for testing purposes. I'm using a script to do this, but the only problem I have so far: I have to activate them all manually by doing passwd user1, passwd user2, passwd user3, etcetera. The useradd man page mentions a -p option to define a password, but I can't seem to get this to work. Here's what I'd like
2005 Aug 23
2
OH323 with Asterisk@home - seems incomplete
I installed oh323 and everything seemed to go smoothly (compile & everything upto calling through using oh323). I must admit, there is some behavior that's doesn't seem right but generally, I'm able to dial-out of any oh323 device whether to an extension or to a trunk. Audio is sometimes muted when dialing out until the extension or dialed number answers. Sound quality is good
2011 Apr 22
3
sieve & plus addressing
Assume and e-mail address of: me+dovecot at domain.com I have a sieve script that sorts mail into the appropriate folders using "+" addressing. I want to extend it to also work with mailing list like this one. A post from the dovecot forum arrives with a Delivered-To: me+dovecot at domain.com when I receive it. The "To" is to dovecot. I cannot figure out a way to get sieve to
2014 Jul 03
1
stripping extension from domain name
Thu, 3 Jul 2014 06:29:06 -0400 I know that the "%d" parameter is for the domain. Is there any way to use just the domain name sans its extension. EXAMPLE: example.com ==> example Also, I have a lot of logging going on in my dovecot log file. I want to limit it to just the barest amount, such as indicting what mail box mail was delivered to. Authentication errors, etcetera should
2009 Nov 30
1
error when installing Rcmdr / tcltk on a Apple laptop
Hello, I have installed R on my Apple Laptop. Next I wanted to install the package Rcmdr which requires the package tcltk. But then I get errors like: The downloaded packages are in /var/folders/0p/0pD8fDrwHouNDsQ+k8dGmU+++TI/-Tmp-//RtmpSp4q7p/ downloaded_packages Loading required package: tcltk Loading Tcl/Tk interface ... Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to
2013 Feb 14
1
Puppet Enterprise Live Management
Hello all, To experiment with Puppet Enterprise (we already use open source) and to create a case for our management to buy it, I''m trying to set up a Puppet Enterprise environment on some virtuals. While the puppet part works fine, and the client I''ve set up is doing fine as well, it seems the Live Management part is not. When I click on the Live Management tab it only
2008 Jan 08
1
storing matrices in a list or vector and preserve dimensions
Hi all, As an R newbie, I wonder how I can store multiple matrices in a list() or vector() object without losing their structure. I should be able to retrieve the matrix from the list later on. If I just append() the matrices to a list() object, they automatically lose their dimensions, whereas I would like to preserve the dimensions of the matrices. Is there any function in R which allows
2007 May 15
3
Introduction
Hi, I'm a 40-year old sysadmin living in Montpezat, a small village in the sunny south of France. I'm a Linux user since 2001, when I made my first steps on a 486 with a Slackware 7.1 CD. I've tried maybe two dozen distributions, but I've stayed mostly with Slackware and Debian. Since last summer, I work as a sysadmin for our "Communaut? de Communes", a group of 16
2008 Nov 25
2
adduser vs. useradd
Hi, To add a user to the system on the commandline, I usually use the adduser command. # adduser newuser And that's it. I've been using that command probably out of an old habit, since I've been a long-time Slackware user before. But now I wanted to dig a bit deeper, and some details puzzle me. Whereas on Slackware, 'adduser' is an interactive shell script to create a
2009 Nov 30
1
Change system-wide default configuration for FF and OO with /etc/skel
Hi, I'm using a heavily tweaked CentOS 5.4 for desktop installs (here's what it looks like: http://www.microlinux.fr/captures.html). For every app I install, I try to configure a sensible default configuration system-wide for all users. For example, once I found a nice configuration for XMMS (default skin, loads of plugins, orange On Screen Display in a nice font, etcetera), I put my
2007 Jun 14
1
Wilcoxon test on data matrix
Dear everyone, I am trying to do a Wilcoxon one-sided test on my gene expression data. These are the data i have in R: data.matrix (matrix, numeric) containing all gene expression data (42 rows=genes, 42 columns=tumors), no column header or row names data.cl (vector, numeric) consisting of 42 0's and 1's to indicate class 0 or class 1 for each column in data.matrix I want to do a
2010 Nov 04
1
Best Fit line trouble with rsruby
Hello, I am using R, through rsruby, to create a graph and best fit line for a set of data points, regarding data collected in a Chemistry class. The problem is that although the graph functions perfectly properly, the best fit line will not work. I initially used code I pretty much copied from a website with a tutorial on this, which was: graphData.png("/code/Beer's-Law
2004 Dec 27
0
[chan_capi] can't get it compiled
OS: Redhat 9.0 Kernel: 2.4.20-8 Asterisk: latest CVS head Hi all, I try to compile the latest chan_capi, but it won't work. I also tried the patch that is arround there from frank sautter and I have installed the asterisk header files. Asterisk is working very good :) and the Fritz AVM pc Card is running. capiinit: 1 fcpci running fritz-pci A1 3.11-02 0xbc00 5 lsmod: fcpci
2003 Feb 17
1
R environment advice?
Hello, My questions are meant to be not necessarily specific...I am looking for advice and best practices for setting up an R environment. Here's my situation: I am one of perhaps three or four individuals who will be analyzing the same data through the use of R. I would like to set up a "base" environment for our project, basically some scripts that connect to a database, load
2002 Apr 25
4
sum() with na.rm=TRUE, again
Hi: I remember a post several days ago by Jon Baron, concerning the behavior of sum() when one sets na.rm=TRUE: the result will be a zero sum for a vector of all NA's, as here, for the second row: > ss<- data.frame(x=c(1,NA,3,4),y=c(2,NA,4,NA)) > ss x y 1 1 2 2 NA NA 3 3 4 4 4 NA > apply(ss,1,sum,na.rm=TRUE) 1 2 3 4 3 0 7 4 I am rather alarmed by that zero, because