Displaying 20 results from an estimated 900 matches similar to: "R version 2.01.1, Crimson Editor and the "one" from nowhere"
2002 Dec 05
2
crimson editor
Hello,
Sorry about the last email, I just found the shortcutkey for sending, by
mistake :-(
OK. I am a windows user and I wanted to instal emacs. However, went to
speak with the information staf on the institut and they told me that that
is a bit problematic sometimes, and that there is a free soft that could do
a very similar job which is crimson...
This is like a note pad, but highlights the
2009 Jul 06
1
feature request Windows: open .R script with Rgui.exe from Explorer (PR#13808)
Full_Name: Frank Papenmeier
Version: 2.9.1
OS: Windows Vista
Submission from: (NULL) (134.2.190.254)
Hi,
is it possible to modify Rgui.exe in order to allow the following behavior:
Double-click in Windows explorer on fooscript.R will open an instance of
Rgui.exe with the script being opened as well as the working directory being set
to the directory of fooscript.R
Currently, one has to open
2005 Apr 26
11
good editor for R sources ?
Dear all,
(Sorry if the question has already been answered.)
Could someone please suggest a good text editor for
writing R sources ?
(I know emacs exists ... but I find it a bit heavy).
I use crimson (http://www.crimsoneditor.com) which is
small and simple, but the R syntax seems not to be supported.
Thanks for any advice
2005 Jan 21
1
an R script editor for Mac
JGR has an fairly intelligent editor, and it works on Mac.
Andy
> From: Sean Davis
> 
> Consider using ESS and xemacs or emacs.  You get syntax highlighting, 
> auto-indent, command auto-complete, transcripts for your session, 
> integrated help, and the tools of one of the most powerful 
> text editors 
> on the planet.  The learning curve is a bit steep, but if you use R 
2002 Dec 05
0
crimson
>Date: Tue, 05 Nov 2002 16:52:58 +0100
>To: r-help at lists.R-project.org
>From: Marta Rufino <mrufino at cmima.csic.es>
>Subject: last.warning and function problem
>
>Hello,
>
>I am a newbie in R and I am trying to create a function, that includes
several functions inside.
>To avoid that everything stops if there is an error, I have this statement 
>
>bla =
2006 Dec 19
1
SPAM-LOW: Re: .Call files do not seem to wo rk
If you are using Windows to generate the .call files, make sure they are in
Unix format (LF only at EOL, not CR+LF) - Notepad makes bad Unix files. Use
Crimson Editor www.crimsoneditor.com to make the file, and click Document >
File Format > Unix Format. 
I ran into this same problem, and it turns out my Asterisk install would not
use Windows-formatted text files, it would just ignore them
2009 Jul 07
0
feature request Windows: open .R script with Rgui.exe from (PR#13811)
On 06/07/2009 6:50 AM, f.papenmeier at iwm-kmrc.de wrote:
> Full_Name: Frank Papenmeier
> Version: 2.9.1
> OS: Windows Vista
> Submission from: (NULL) (134.2.190.254)
> 
> 
> Hi,
> 
> is it possible to modify Rgui.exe in order to allow the following behavior:
> 
> Double-click in Windows explorer on fooscript.R will open an instance of
> Rgui.exe with the script
2005 Jan 21
5
functions not found after installing DBI/RDBI packages
Hi,
I would like to be able to use R with a connection to a PostgreSQL database. I am using R 2.0.1 on windows XP. I have tried installing both the DBI and rDBI packages (which is better?) but in either case I run into the same problem - when i try to use either the dbDriver or dbConnect functions i'm told the function couldn't be found. Seems like the packages aren't installing
2010 Aug 05
6
[PATCH 10/14] Nested Virtualization: svm specific implementation
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
_______________________________________________
Xen-devel mailing list
2023 Jun 28
1
horizontal grouped stacked plots and removing space between bars
I have code like this:
    data <- read.csv("test1.csv", stringsAsFactors=FALSE, header=TRUE)
# Graph
myplot=ggplot(data, aes(fill=condition, y=value, x=condition)) +
    geom_bar(position="dodge", stat="identity", width=0.5) +
    scale_fill_manual(values=c("#7b3294", "#c2a5cf", "#a6dba0", "#008837"))+
   
2023 Jun 16
1
Issue with crammed Y axis
Hi,
I have a data frame like this:
> dput(df)
structure(list(ID = 1:8, Type = c("gmx mdrun -ntmpi 8 -ntomp 1 -s
benchPEP.tpr -nsteps 10000 -resethway",
"gmx mdrun -ntmpi 8 -ntomp 1 -s benchPEP.tpr -nsteps 10000 -resethway",
"gmx mdrun -ntmpi 8 -s benchPEP.tpr -nsteps 4000 -resetstep 3000",
"gmx mdrun -ntmpi 8 -s benchPEP.tpr -nsteps 4000 -resetstep
2013 Jul 26
0
Internet Radio Station
Please : always answer the mailing list , I don't take support requests
directly.
Can you publish your page somewhere ?
>
> With what you said it should work as IE10 supports AAC , but in order to
> make in work on all browser you have to propose an alternative stream like
> OGG
>
>
2006 Oct 30
1
RE: [Patch][RESEND] Add hardware CR8 acceleration for TPRaccessing
Any advice about the patch cr8-acceleration-3.patch?
Hi Keir, could you give some comments? Thanks!
 -- Dexuan
-----Original Message-----
From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Cui, Dexuan
Sent: 2006年10月25日 11:12
To: Keir.Fraser@cl.cam.ac.uk
Cc: xen-devel@lists.xensource.com
Subject: [Xen-devel] [Patch][RESEND] Add hardware CR8
2019 Jul 15
3
[PATCH v2] x86/paravirt: Drop {read,write}_cr8() hooks
On 15/07/2019 19:17, Nadav Amit wrote:
>> On Jul 15, 2019, at 8:16 AM, Andrew Cooper <andrew.cooper3 at citrix.com> wrote:
>>
>> There is a lot of infrastructure for functionality which is used
>> exclusively in __{save,restore}_processor_state() on the suspend/resume
>> path.
>>
>> cr8 is an alias of APIC_TASKPRI, and APIC_TASKPRI is saved/restored
2019 Jul 15
3
[PATCH v2] x86/paravirt: Drop {read,write}_cr8() hooks
On 15/07/2019 19:17, Nadav Amit wrote:
>> On Jul 15, 2019, at 8:16 AM, Andrew Cooper <andrew.cooper3 at citrix.com> wrote:
>>
>> There is a lot of infrastructure for functionality which is used
>> exclusively in __{save,restore}_processor_state() on the suspend/resume
>> path.
>>
>> cr8 is an alias of APIC_TASKPRI, and APIC_TASKPRI is saved/restored
2007 Mar 21
1
[Patch] Add VMX memory-mapped Local APIC access optimization
Some operating systems access the local APIC TPR very frequently, and we
handle that using software-based local APIC virtualization in Xen today.
Such virtualization incurs a number of VM exits from the memory-access
instructions against the APIC page in the guest. 
The attached patch enables the TPR shadow feature that provides APIC TPR
virtualization in hardware. Our tests indicate it can
2009 Jan 07
4
xentrace and MSR_READ/MSR_WRITE
I am trying to learn some more about the way windows does TPR writes,
and tried xentrace for the first time.
I did ''xentrace --time-interval=5 xentrace.out'' to capture some data,
and then ran it through ''xentrace_format'' using the supplied example
defs file. I can see some PF_XEN entries with virt=0xFFFE0080 (address
of TPR), but I want to know the value being
2012 Mar 13
7
ROC Analysis
Hi everybody,
I have a data set with a value and a status (positive or negative case) and
I want make a ROC Analysis. So, with ROCR Package, I have got the ROC curve
(True Positive Fraction [tpf] according 1-True Negative Fraction [1-tnf]).
http://r.789695.n4.nabble.com/file/n4469203/01.png 
But, now I want a new graphic which show the sum of true positive fraction
and true negative fraction
2011 Jun 01
1
Function to save plots
Hello,
I'm using ROCR to plot ROC Curves and I want to automate the saving of plots
into PNG files using a custom function.
My data frames are named like test1, test2, test3. Each data frame has three
variables: method1, method2, goldstandard.
Right now, for each plot I have to run:
png('test1_method1.png')
plot(performance(prediction(test1$method1, test1$goldstandard),
2009 Jan 05
1
xen hvm profiling
My recent interest in the TPR-write problem has got me thinking about if
there is any other optimisation that could be done for windows,
especially as a few people have reported issues with more than a few
processors, and they say they are already running 2K3sp2 which should
have TPR optimisation in it already.
Is there any facility currently for profiling the frequency of vmexit''s
to