-
Notifications
You must be signed in to change notification settings - Fork 2
/
WindowsTODO.html
79 lines (59 loc) · 2.66 KB
/
WindowsTODO.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>TODO list for Windows version of R</title>
</head>
<body bgcolor="#FFFFFF">
<h1 align=center>TODO list for Windows version of R</h1>
<i>This site is intended as an intermediate repository for more or
less finalized ideas and plans for the R statistical system. Most
parts of the site are open to the public, and we welcome discussions
on the ideas, but please do not take them for more than that, in
particular there is no commitment to actually carry out the plans in
finite time unless expressedly stated.</i>
<h2>Previews</h2>
<p>Cross-compiled <a
href="http://www.stats.ox.ac.uk/pub/bdr/RWin/Rpre">previews</a> of
upcoming versions are available, of varying timeliness but usually no
more than a few days' old. See the <tt>README</tt> for details.
<p> <b>September 2001</b>
These previews are likely to be built rarely whilst I am on leave.
</p>
<p>
In the run up to a release Duncan Murdoch makes builds available at
<a
href="http://cran.r-project.org/bin/windows/base"><tt>http://cran.r-project.org/bin/windows/base</tt></a>.</p>
<h2>Enhancements</h2>
<p>There are currently no plans to make further Windows-specific
enhancements to R. R-core members feel that the aim of providing
equivalent functionality on Windows as on Unix/Linux has been achieved
as well as is practicable with the limited expertise and resources
available.
<p>There are many opportunities for contributions by Windows
programmers, including the lists below.
<h2>Bugs</h2>
A few things we know about, but do not know how to solve.
<ul>
<li><tt>fifo()</tt> could be implemented <em>via</em> named pipes.
<li>There are a number of aspects of the toolkit (GraphApp) that are
not wholly satisfactory to experienced Windows users.
There is a <a href="http://enchantia.com/software/graphapp/">new
version</a> of GraphApp available (but many changes were made to the
old one).
</ul>
<h2>User suggestions</h2>
<p>Suggestions include:
<ul>
<li>Connections to external databases, ability to read/write Excel and
dBase files, .... [package RODBC can do a lot of this. There is code
to read/write Excel files in <a href="http://www.gnumeric.org">Gnumeric</a>.]
<li>Use separate threads for the R engine, graphics and overall
control (and thereby avoid polling for Windows events).
<li>The ability to write WMF on Unix. (This means vector WMF, not the
bitmaps that <tt>epstool</tt> and <tt>GSView</tt> make. One possible
approach (suggested by Ben Bolker) would be to use <a
href="http://sourceforge.net/projects/libemf/"><tt>libEMF</tt></a>.)
</ul>
</body>
</html>