Displaying 20 results from an estimated 7000 matches similar to: "Future directions of R for Windows?"
1999 Apr 22
0
Summary: Future directions for R on Windows
On Thursday 15 March I wrote:
> Now rw0640 is released [...] we are now thinking of possible
> enhancements, and would like your comments on the following ideas.
We have had 25 replies, and congratulations to all but one person for
following the instructions on where to send them. They were very
constructive and raised a lot of points not taken up here but which we
will discuss amongst
1999 Apr 13
1
No subject
Hello,
I just tried the rw0640 version for Windows95.
If I type
link.html.help()
a
1:
appears. Does anyone knows what to type in after that,
it seems that some input is required?
Thanks
CHRISTOPH
*********************************************************
Christoph Kalinowski
Catholic University of Eichstaett
Department of Business Administration
Auf der Schanz 49
2004 Oct 12
1
(PR#7277) Re: strange windows behaviour after changing
I can reproduce this in MDI. Another clue is that as the pager for
?merge is opened, the font in the console changes.
The console is still working: commands you type in it are accepted.
So the issue appears to be that the font in use has been changed
incorrectly (and it seems that the C code thinks it has been changed in
the preferences dialog).
On Tue, 12 Oct 2004, Duncan Mackay wrote:
2009 Jan 14
2
Windows installer text bug (PR#13445)
Full_Name: Rob Cranfill
Version: 2.8.1
OS: Windows XP SP2
Submission from: (NULL) (130.76.32.19)
Using the Windows installer for 2.8.1, partway through the process there is a
dialog that looks something like this:
----------------------------------------------
Display Mode
Do you prefer the MDI or SDI interface?
-------
Please specify MDI or SDI, then click Next.
(*) MDI (one big
2011 Aug 06
4
[PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK
Below, attached, and available at the 'ifmemdsk' branch at:
http://git.zytor.com/?p=users/sha0/syslinux.git;a=commitdiff;h=a975c12919bbd48739fede4ebfe099d98b87192e
Review welcome!
- Shao Miller
-----
From a975c12919bbd48739fede4ebfe099d98b87192e Mon Sep 17 00:00:00 2001
From: Shao Miller <shao.miller at yrdsb.edu.on.ca>
Date: Sat, 6 Aug 2011 05:24:46 -0400
Subject: [PATCH]
2008 Sep 02
2
qcc help
Hi Gents,
I need to get the control limits from qcc function.
As follows:
qcc(MDI, type = "xbar.one")
Call:
qcc(data = MDI, type = "xbar.one")
xbar.one chart for MDI
Summary of group statistics:
Min. 1st Qu. Median Mean 3rd Qu. Max.
0.3266 0.4249 0.4371 0.4333 0.4451 0.4858
Group sample size: 1
Number of groups: 383
Center
1999 Apr 15
0
R-0640 Windows
From: "Heberto Ghezzo" <heberto at MEAKINS.Lan.McGill.CA>
Please be patient: rw0640 was only released very late on Monday, and
this is not my primary occupation! In some cases you _need_ the
versions of pre-built packages for rw0640: there is no version of sm
for rw0640 there, yet. I have one working, but not yet fully tested. (I
put one up briefly but removed it pending testing
1999 Apr 26
1
building packages under NT - missing headers?
I'm attempting to build an R package for some of my own code (using NT
x86, rw0640, cygwin b20.1)
The problem is that some header files required to build libR.seem to be
missing from the distribution
$ make libR.a
dataentry.c:20: Defn.h: No such file or directory
dataentry.c:21: Print.h: No such file or directory
These files were not part of the rw0640s archive, but I note that they
exist
1999 Apr 14
1
Re: R-0.64.0 for Win9X/WinNT
----------
> De : Guido Masarotto <guido at hal.stat.unipd.it>
> A : r-announce at stat.math.ethz.ch
> Objet : R-0.64.0 for Win9X/WinNT
> Date?: mardi 13 avril 1999 10:08
>
>
> Windows binaries and source at CRAN (binaries/windows/Windows-NT/base)
> have been updated to R-0.64.0.
Thank you very much Guido and Brian!
On my machine (with MikTeX installed), I use
2004 May 01
2
MDI interface with sidepanel
Hi
Just started with WxRuby after using Fox. Very impressed by the easy
binary install and I''m already liking the native look and feel on MSW.
Thanks!
I''m trying to create an app with a MDI Parent Frame and a full-height
(docked) side panel with various controls in it. The MDIParentFrame
doesn''t work properly if I put it inside another frame with a sizer, so
2004 Feb 10
1
MDI
Hello,
I want to use wxruby in my application, but this should be MDI application.
Kevin, could you add MDIParentFrame, MDIClientWindow and MDIChildFrame
in wxruby-0.3, please?
--
Best regards,
Pavel
mailto:papushev@inp.nsk.su
2015 Apr 28
2
Maximizar Consola de R al inicio
Hola Miguel Angel:
Primero que nada gracias por tu aporte.
Los parĂ¡metros del MDI que tengo en el fichero Rconsole son:
MDI = yes
MDIsize = 0*0+0+0
En lo de llamar a R usando start /MAX Rgui.exe, lo cierto es que no se muy bien a que te refieres.
EL campo Destino del Acceso directo que uso para abrir Excel es: "C:\Program Files\R\R-3.2.0\bin\x64\Rgui.exe" --internet2 y la
2009 Dec 07
3
[PATCH] memdisk: "safe hook" and mBFT
Two additions to MEMDISK to support OS drivers.
The "safe hook" structure ("Safe Master Boot Record INT 13h Hook Routines")
is a means for an OS driver to follow a chain of INT 13h hooks, examining
the hooks'' vendors and assuming responsibility for hook functionality along
the way. For MEMDISK, we guarantee an additional field which holds the
physical address for the
2005 Sep 11
1
Patches for bigdemo
Included are three patches to make the mdi demo work properly:
main.rbw: Call init_all_image_handlers (Is there any reason we
shouldn''t just do this for people? Why make them call this? Is there a
downside to initializing image handlers?)
wxScrolledWindow.rbw: Uncommented call to draw_spline
wxDC.h: Added another prototype of draw_spline so draw_spline will work
in the demo
2004 Jul 26
4
app state persistence. text size
hi
I''ve got an MDI-based app, and when it''s restarted i''d like it to
remember the contents and state (eg line pos in a TextCtrl) of the MDI
Children. Any tips on how to easily marshal this sort of thing?
Also, the default text size for the contents of controls (ComboBox, Text
etc) is quite small on my monitor (MSWIN) - any suggestions on how to
adjust this in a
2006 Apr 11
1
Setting --sdi in R 2.3.0 beta for Windows
Dear r-devel list members,
I find that adding --sdi to the Target field in the short-cut for R is
ineffective in R 2.3.0 beta for Windows (version/platform details below).
Setting MDI = no in the Rconsole file works, however.
It's probably a bit late to request this for version 2.3.0, but it would be
nice to be able to select either the SDI or MDI in the R Windows installer.
Regards,
John
2003 Apr 23
2
changing dir. to network drive crash Rgui on NT4 ( PR#282 8)
This is interesting: The crash does not happen if I run
Rgui in MDI mode. The crash seemed to only occur in SDI.
Andy
===========================================================
For the record:
Under Rgui, using the menu "File / Channge dir..." to change
to a network drive crashes rgui. The crash happens if I
browse to a folder on a mapped drive. I.e., if I type in
2004 May 22
4
couple of questions
Hi folks
A couple of questions:
1) I seem to get funny artifacts in the display of TreeCtrl, ComboBox
and ListBox when the MDI child frame containing it is first painted (see
attached - it should be two-root treeview, unopened). I''m not sure if
it''s related to being in a MDI, but the controls sample looks OK. The
artifacts are cleared up when it''s repainted or
2001 Feb 22
1
Problems with Wine
Hey all,
I've been experimenting with Wine on different Windows apps from Linux RH
7.0 and I'm finding a lot of problems. Usually apps produce the
following error messages and then lock up their interfaes. Is there a
common problem here?
FIXME:pthread_rwlock_unlock
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
2006 Aug 10
3
update on samples
Hi all
Have been taking a look at the samples to see what''s broken. Not looking
TOO bad overall, but a few problems we should try and tackle before alpha:
Firstly, I have a few commits (minimal, dialogs, unicode) - anyone else
been working on these or can I go ahead?
One general issue is that many of the samples rely on being run from
their own directory, but don''t enforce