Skip to content

data.entry

2 messages · Troels Ring, Brian Ripley

#
Dear friends. 
Can anyone explain what is happening here ? I am told that no data entry editor is available
in this version of R ? The example is not far from that shown in help(data.entry) ?
Besides, could an empty spreadsheet entry be an option to start inputting data ?

R : Copyright 2000, The R Development Core Team
Version 1.0.0  (February 29, 2000)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type    "?license" or "?licence" for distribution details.

R is a collaborative project with many contributors.
Type    "?contributors" for a list.

Type    "demo()" for some demos, "help()" for on-line help, or
        "help.start()" for a HTML browser interface to help.
Type    "q()" to quit R.

[Previously saved workspace restored]
month day year dosis vanco
1     12  31 1999   1.0   3.8
2      1   3 2000   1.0   2.4
3      1   7 2000   1.0   3.4
4      1  12 2000   2.0   7.1
5      1  14 2000   2.0   5.3
6      1  17 2000   2.0   5.7
7      1  19 2000   3.0   7.7
8      1  21 2000   3.0   8.3
9      1  24 2000   4.0   8.7
10     1  26 2000   4.0  11.1
11     1  31 2000   4.0  12.3
12     2   7 2000   4.5  12.0
13     2  14 2000   4.5  14.9
14     2  18 2000   4.5  23.0
15     2  25 2000   3.0  20.1
16     2  28 2000   2.0  11.3
Error in dataentry(odata, as.list(Modes)) : 
        no data entry editor in this version of R

 attach(vv)
Error in dataentry(odata, as.list(Modes)) : 
        no data entry editor in this version of R
Best wishes


Troels Ring, M.D
Department of Nephrology
Aalborg, Denmark
tring at mail1.stofanet.dk

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Thu, 16 Mar 2000, Troels Ring wrote:

            
You haven't told us your version of R, but under Windows, yes it is right.
Not everything on every help page works in every port of R.

We would like to add data entry to the Windows version, but doing so
without going way outside the Windows look-and-feel seems difficult without
using proprietary M$ code (as is used in Excel, for example). If anyone
knows better, please tell us how to do it (or contribute the code).

Brian Ripley