similar to: Destructive str(...)?

Displaying 20 results from an estimated 400 matches similar to: "Destructive str(...)?"

2009 Nov 20
2
R 2.10 memory leak on OS X
Dear R users, I am running R 2.10.0 on OS X 10.5.8. I had been running 2.10 successfully for about a week (and have used previous R versions for 2+ years on the same computer) until 2 days ago it failed to start up for me. Now when I try to start R, the application tries to initiate for several minutes then crashes. Looking at the activity monitor, my memory usage goes from having about 1.6Gb
2009 Nov 20
1
R 2.10 'memory leak'? on OS X
Dear R users, I am running R 2.10.0 on OS X 10.5.8. I had been running 2.10 successfully for about a week (and have used previous R versions for 2+ years on the same computer) until 2 days ago it failed to start up for me. Now when I try to start R, the application tries to initiate for several minutes then crashes. Looking at the activity monitor, my memory usage goes from having about 1.6Gb
2006 Aug 31
1
R crashes in Mac OS 10.4 when Find is used (PR#9192)
Full_Name: Matt Fantle Version: 1.16 OS: Mac OS 10.4.7 Submission from: (NULL) (128.118.174.213) Problem: R crashes when 'Command-f' is pressed to begin "Find" Frequency: This problem is intermittant. Once R crashes, the only solution is to restart R and try to Find again. There is no regularity to the problem. If R is opened by double-clicking on a ".R" file,
2017 Aug 29
1
Print all In new window R 3.4.1 post-installation problems in Mac OSX 10.12.6
Hi, I installed R 3.4.1 on Mac OSX 10.12.6 version. On opening Preferences and trying to change the editor font by clicking the select button I get following error message in R. 2017-08-28 11:57:41.551 R[809:11355] *** RController: caught ObjC exception while processing system events. Update to the latest GUI version and consider reporting this properly (see FAQ) if it persists and is not
2013 May 08
1
Dependencies of Imports not attached?
Encountered an error in scripting, which can be reproduced using Rscript as follows: $ Rscript -e "library(httr); handle('http://cran.r-project.org')" Error in getCurlHandle(cookiefile = cookie_path, .defaults = list()) : could not find function "getClass" Calls: handle -> getCurlHandle or by starting R without the methods package attached: $
2006 Jun 16
0
3 Bugs in R (with R.crash.log) under OSX 10.4.6
Hi, i'm a biologie-student and nedd R for Analyzing my datas. But i have 3 bis Problems with R. I run R 2.3.1 on a G4 PPC with OSX 10.4.6 and Quicktime 7.1.1. First Problem: Open Windows (R-Skript ausf?hren, Arbeitsverzeichnis wechseln...) doesn't close after opening. Second Problem: If i make a boxplot with my datas, than copy the boxplot and paste it into "Preview" as an new
2005 Dec 16
1
AppleScript commands don't execute until mouse over console window (PR#8405)
Full_Name: Jonathan Paisley Version: 2.2.0 OS: Mac OS X 10.4.3 Submission from: (NULL) (81.178.69.159) I am sending commands to R via AppleScript (specifically, from SubEthaEdit to instruct it to source the file I'm currently editing). R doesn't respond tothe AppleScript until I move the mouse over R's console window. The following patch to the Mac GUI (against current svn trunk)
2006 Jul 04
1
double-quote tab crashes R (PR#9058)
Hi, This seems to crash my version of R: "<TAB> where I type a double quote, and then hit the <TAB> key. I was playing with strsplit, and wanted to give it a vector of characters including newline, tab, space, and so on. I've included the trace info from my macBook Pro (intel macintosh). Date/Time: 2006-07-04 01:07:33.277 -0700 OS Version: 10.4.7 (Build 8J2135a)
2011 Feb 28
1
Creating Boxpot with R within bash script
I will confess to being very wet behind the ears when it comes to scripting, so with that as a backdrop, here is my question. I can create a box and whisker plot without any problem from the command line, but incorporating that process into a bash script has proved problematic. Below is the portion of the bash script that fails: R --save --no-save --vanilla << EOF CAPE.df =
2018 Jan 11
0
[PATCH libdrm] nouveau: Support fence FDs
From: Thierry Reding <treding at nvidia.com> Add a new nouveau_pushbuf_kick_fence() function that takes and emits a sync fence FD. The fence FD can be waited on, or merged with other fence FDs, or passed back to the kernel as a prerequisite for a subsequent HW operation. Based heavily on work by Lauri Peltonen <lpeltonen at nvidia.com> Signed-off-by: Thierry Reding <treding at
2005 Jun 17
1
R worked once, now will not open. Works in console, but won't graph. (PR#7953)
Full_Name: Richard Zur Version: 2.1.0a OS: 10.3.9 Submission from: (NULL) (67.176.250.164) I erased R 2.0.1 (the R.app and the framework) and installed R 2.1.0a. I ran it once, then shut down without saving the workspace. Now it doesn't start at all. I've erased it a couple of times and re-installed (not installing the libraries I use, coda, MCMCpack, MASS and bayesm) but the same
2009 Mar 25
1
More Embedding REngine in Cocoa
Hello once again, After locating the standalone REngine object set, I am having difficulty integrating them into the XCode project I intend to use them in. Suppose one started with the REngine standalone source and a blank XCode file, what special modifications need to be made to allow the source files to see inside R.framework? Importing the framework into the project, setting the
2007 Dec 05
4
os x crash using rpanel and tcltk (PR#10495)
Hello, I've recently discovered a persistent issue with rpanel when running R.app (2.6.1) on Mac OS X 10.4.11. tcltk and rpanel load without any apparent error, and the interactive panels appear to work as expected, however upon closing the panels rpanel has created I get catastrophic errors and R crashes completely. For the most part R manages to crash with dignity and work can be saved, but
2019 Jul 14
0
[External] Mitigating Stalls Caused by Call Deparse on Error
This is probably best viewed in the context of other issue with displaying calls, such as issues arising from calls constructed in non-standard evaluation contexts. Might be good to move to a wishlist item in bugzilla. Best, luke On Sat, 13 Jul 2019, brodie gaslam via R-devel wrote: > When large calls cause errors R may stall for extended periods.? This > is particularly likely to happen
2013 Mar 15
0
[PATCH] Btrfs-progs: add skinny metadata support to progs V3
This fixes up the progs to properly deal with skinny metadata. This adds the -x option to mkfs and btrfstune for enabling the skinny metadata option. This also makes changes to fsck so it can properly deal with the skinny metadata entries. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> --- V2->V3: update the mkfs.btrfs man page with the new option This is based on
2019 Jul 15
0
[External] Mitigating Stalls Caused by Call Deparse on Error
Better to add this to the wishlist item. This all needs to be looked at together, and nothing is likely to happen until after vacation/conference season. It will disappear from everyone's radar if it is just in R_devel. Best, luke On Sun, 14 Jul 2019, brodie gaslam wrote: > Luke, thanks for considering the issue.? I would like to > try to separate the problem into two parts, as I
2006 Feb 16
1
segmentation fault with Hmisc areg.boot(): Now acepack avas failure
Hi Folks, Mac OS 10.4.4 R 2.2.1(2005-12-20 r36812) Hmisc 3.0-10 acepack 1.3-2.2 I had R crashes while running areg.boot in Hmisc (see old message below), but now I realize that the problem appears to be in the avas function in acepack. I tried running running the avas example (in acepack package), and got an immediate crash. Any thoughts? The Apple crash report (from R GUI crash) follows.
2006 Apr 12
1
Doing destructive actions with a GET request
I know that you should always use a POST to perform actions that are destructive. I intend to break this rule and use a GET, but before I do, I''d like to know if there is a better way of doing this:- I have an account edit form for the user to make changes to their profile. They have to be logged-in to do this. The problem is I have a file_column field within the form which is storing
2004 Jun 07
2
"Destructive" utilities
The following threads suggest that the way to reclaim memory occupied by initramfs is to remove files from it: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&frame=right&th=c6cb846bba1a7aea&seekm=SAUO.51B.21%40gated-at.bofh.it#link1 http://seclists.org/lists/linux-kernel/2003/Dec/0707.html However, there is no way to do it using utilities provided by klibs. Could you
2017 Jun 11
0
Non-destructive deduplication
> On June 10, 2017 at 10:30 PM Tristan Miller <psychonaut at nothingisreal.com> wrote: > > > Greetings. > > I use Dovecot 2.2.29.1 as my IMAP server. Owing to a bug in my mail > client [1], several unique messages (mostly in my Sent folder) have > duplicate Message-ID headers. Dovecot itself doesn't seem to be > bothered by this, though my mail client is