similar to: R 2.3.1 and R2.3.0 crash with system() and shell() commands (PR#9207)

Displaying 20 results from an estimated 1000 matches similar to: "R 2.3.1 and R2.3.0 crash with system() and shell() commands (PR#9207)"

2006 Sep 06
0
R 2.3.1 and R2.3.0 crash with system() and shell() commands (PR#9208)
Works correctly for me in the Rtools directory on 2.3.1. Any more clues as to how to reproduce this? On Wed, 6 Sep 2006, Johannes.Prix at wu-wien.ac.at wrote: > Full_Name: Johannes Prix > Version: 2.3.1/2.3.0 not 2.1.1 > OS: Windows XP Service Pack 2 Build 2600.xpsp_sp2_gdr.0503011519 > Submission from: (NULL) (137.208.41.103) > > > > In a vanilla R, version 2.3.1 or
2007 Dec 20
1
Quote: An embedded and charset-unspecified text was scrubbed...
Occasionally when I click on a posting in the archives, I don't see the actual message, but instead, something like the following: An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/200712XX/aXXXXXXX/attachment.pl In fact, this is what has happened with the past few messages I have posted. Is this because
2010 May 11
1
merging data frame
Dear group, I have 3 data frames I would like to merge. Here they are: pose16 <- structure(list(DESCRIPTION = structure(c(1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 12L), .Label = c("COPPER May/10", "COTTON NO.2 Jul/10", "CRUDE OIL miNY May/10", "GOLD Jun/10", "ROBUSTA COFFEE (10) Jul/10", "SOYBEANS Jul/10", "SUGAR NO.11
2010 Jun 18
1
Re: Links 2003 & Grand Prix 4
Update: Grand Prix 4 plays almost flawlessly with Catalyst 10.6 and WINE 1.2rc3.. HOWEVER, over the past few releases of WINE (audio work), I've noticed that partly through the playback of Grand Prix 4, the audio suddenly stops. Prior to 1.2rc3, Grand Prix 4 used to crash shortly thereafter. However, since WINE 1.2rc3, after the audio stops, Grand Prix 4 continues without crashing ... just
2002 Jul 25
3
Warning message
hi! i'm quite new in R and i don't understand why this statement doesn't work: > mode(mensuel$VARIANCE.PRIX) [1] "numeric" > storage.mode(mensuel$VARIANCE.PRIX) [1] "integer" > mean(mensuel$VARIANCE.PRIX) [1] NA Warning message: argument is not numeric or logical: returning NA in: mean.default(mensuel$VARIANCE.PRIX) Thanks for help!
2010 Apr 28
3
data frame move columns
Dear group, Here is my df: avprix <- structure(list(DESCRIPTION = c("CORN Jul/10", "CORN May/10", "ROBUSTA COFFEE (10) Jul/10", "SOYBEANS Jul/10", "SPCL HIGH GRADE ZINC USD", "STANDARD LEAD USD"), prix = c(-1.5, -1082, 11084, 1983.5, -2464, -118), quantity = c(0, -3, 8, 2, -1, 0), fees = c(-8.64, -30.24, -26.4, -25.92, -37.5,
2010 Apr 28
1
gsub,regex and replacing
Dear group, I need to modify some characters in a data frame. I want to use gsub and the regex functionalities to do this. Here is the data frame (df): DESCRIPTION prix quantity 1 CORN Jul/10 -1.5 0 2 CORN May/10 -1082.0 -3 3 ROBUSTA COFFEE (10) Jul/10 11084.0 8 4 SOYBEANS Jul/10 1983.5
2010 May 26
2
writing function : can't find an object
Dear group, Here is my function: #return the daily PL for day y PLDaily<-function(x,y) { #find elements in my directory with "LSCPos" in the name, keep the numeric part in the name and #create a list l<-gsub("\\D","",dir()[grep("LSCPos",dir())]) #select in the list the desired elements
2010 May 11
2
Regex and gsub
Dear group, Here is my df : df3 <- structure(list(DESCRIPTION = c("COPPER May/10", "COTTON NO.2 Jul/10", "CRUDE OIL miNY May/10", "GOLD Jun/10", "ROBUSTA COFFEE (10) Jul/10", "SOYBEANS Jul/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 May/10", "WHEAT Jul/10", "SPCL HIGH GRADE ZINC USD",
2010 Aug 04
3
merge two data frames
Dear list, here are my two data frames: av <- structure(list(DESCRIPTION = c("COFFEE C Sep/10", "COPPER Sep/10", "CORN Dec/10", "CRUDE OIL miNY Sep/10", "GOLD Aug/10", "HENRY HUB NATURAL GAS Sep/10", "PALLADIUM Sep/10", "SILVER Sep/10", "SOYBEANS Nov/10", "SPCL HIGH GRADE ZINC USD", "SUGAR
2006 Apr 18
3
seq() function accuracy inacceptable (PR#8779)
Full_Name: Johannes Prix Version: 2.1.1 OS: WinXP, SuSE Linux Submission from: (NULL) (137.208.41.195) The seq-command produces unnescessary inaccurate results, which can be extremely annoying. I absolutely do not see the nescessity of numerical garbage to appear in the following simple case. E.g. try this: > seq ( 61.55 , 62.00 , by=0.01 ) - round ( seq ( 61.55 , 62.00 , by=0.01 ) ,
2006 Aug 09
2
Problem with IE forms over SSL: rails + lighttpd
If I submit a form with lots of checkboxes using IE, rails, lighttpd (server on OSX Server, client on XP), then I get a "This page cannot be displayed" message from IE after some delay and nothing shows up in the rails or lighttpd logs. Cutting the number of checkboxes fixes the problem. Safari works fine. I''ve googled for anwers and apparently there is an upload problem
2008 Mar 31
3
Links 2003 & Grand Prix 4
Grand Prix 4 doesn't install completely, i.e. the installation terminates just at the end of the process which might be due to the msi installer. Links 2003 installs, but aborts in the early stages of boot which might be due to copy protection, e.g. SafeDisc.
2010 Jan 02
3
DxDiag not working - Wine 1.1.35 + Ubuntu 9.10
wine dxdiag.exe spews a few fixme messages (Related to ALSA drivers) and then exits. No Window, no error messages. Till now, this wasn't a problem (several games ran fine) but when I tried installing a legacy game (Grand Prix World by Microprose), it could not detect my graphics card. Tried DxDiag but it isnt working. Any help will be much appreciated, thanks.
2010 May 12
1
data frame subscription
Dear group, Here is my df : pose16 <- structure(list(DESCRIPTION = structure(c(1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 12L), .Label = c("COPPER May/10", "COTTON NO.2 Jul/10", "CRUDE OIL miNY May/10", "GOLD Jun/10", "ROBUSTA COFFEE (10) Jul/10", "SOYBEANS Jul/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 May/10",
2006 May 12
0
"Process R is not running" on emacs 21.2.1 using ESS 5.3.0 and R2.3.0 on Mac OSX 10.4.6
Dear R-helpeRs, I was not sure if this is ESS-specific or Mac-specific etc, so I send in the main list. I had the setup emacs+ess+R 2.2.1 running fine (on a powerbook G4). I recently upgraded R to 2.3.0 and it runs fine from the GUI and from the terminal. However, when I try to run it from emacs (which was running fine with R2.2.1) I get the "Process R is not running" message.
2006 Mar 29
1
Substitute() changed since R2.3.0 (2006-02-02 r37243)?
Hi, I've got the following two versions of R on WinXP: A) R Version 2.3.0 Under development (unstable) (2006-02-02 r37243) B) R Version 2.3.0 Under development (unstable) (2006-03-27 r37579) and a the following "test.R" script: foo <- function(path, ...) { print(path) } bar <- function(x, ...) foo(...) wow <- function(x, ...) capture.output(foo(...)) bar(1, path=2)
2006 Jul 15
1
Running Grand Prix Legends in wine
I am trying to run Grand Prix legends, more specifically the 2004 Demo (http://www.bhmotorsports.com/GPL/downloads/3239) I could install the demo using wine but when I launch it, forcing it in a 1024x768 windows, a blue screen opened then closed, no error messages. I found an old howto (http://www.zefix.tv/linux_wine_racing_simulations/GrandPrixLegends) but I still couldn't figure it out. I
2008 Mar 27
1
documentation
Hello I'm searching some docs for klibc binaries. Is there any man (or doc) for these commands? I tried to use them, but didn't manage to do it. I want to use it for mounting root over nfs. Thanks Eurolines : Voyagez au meilleur prix : http://www.alinto.com/pub/
2007 Oct 12
3
extract the initramfs from a kernel
Hello, is there a way to extract an initramfs from a running kernel? and from a kernel lying on a disk? If yes, how? Thanks Eurolines : Voyagez au meilleur prix : http://www.alinto.com/pub/