aboutsummaryrefslogtreecommitdiff
path: root/inst/doc/README.txt
diff options
context:
space:
mode:
authorranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-04-21 14:11:03 +0000
committerranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2006-04-21 14:11:03 +0000
commitac3ef76492302b7f30c2896828cb30be21335a67 (patch)
tree37d39c54700571324ea60fa2bac87390decf7419 /inst/doc/README.txt
parentbfd30ff12888ad72c0ea8888d0aa1a0dd78da2bd (diff)
Finally committed the version that was submitted to
CRAN on April 6 to the SVN repository. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@64 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'inst/doc/README.txt')
-rw-r--r--inst/doc/README.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/inst/doc/README.txt b/inst/doc/README.txt
deleted file mode 100644
index 10945d9..0000000
--- a/inst/doc/README.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-This sample data is provided to show how dose-response data can be collected
-with a spreadsheet program like OpenOfficeCalc (sampledata.ods) or
-MS Excel (sampledata.xls) and exported to CSV (comma separated values) format.
-OpenOfficeCalc 2.0 (German version, decimal separator is ',') produces
-sampledata.csv which can be read in by
-
- >sampledata <- read.csv('sampledata.csv',skip=2,dec=',')
-
-and MS Excel 97 produces sampledata.csv2 which can be read in by
-
- >sampledata <- read.csv2('sampledata2.csv',skip=2)
-
-if the working directory of R was set to the directory where these
-files reside.

Contact - Imprint