~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to tests/import_export_plugins/RKTestStandard.save_r_object.rkcommands.R

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2009-10-26 14:30:00 UTC
  • mfrom: (1.1.13 upstream) (6.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091026143000-wzwt6cryjnwce23k
Tags: 0.5.2-1
* new upstream release
  closes: #551306 (added support for the new dynamic help system)
* Add "DM-Upload-Allowed: yes" in control
* bump standards version to 3.8.3 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
local({
 
2
## Prepare
 
3
## Compute
 
4
save (testx, file="x.RData", ascii=TRUE, compress=TRUE)
 
5
## Print result
 
6
rk.header("Save R objects", parameters=list("File", "x.RData",
 
7
        "Variables", "testx"))
 
8
})
 
9
.rk.rerun.plugin.link(plugin="rkward::save_r", settings="ascii.state=TRUE\ncompress.state=TRUE\ndata.available=testx\nfile.selection=x.RData", label="Run again")
 
10
.rk.make.hr()
 
11
local({
 
12
## Prepare
 
13
## Compute
 
14
save (testy, file="y.RData", ascii=TRUE, compress=TRUE)
 
15
## Print result
 
16
rk.header("Save R objects", parameters=list("File", "y.RData",
 
17
        "Variables", "testy"))
 
18
})
 
19
.rk.rerun.plugin.link(plugin="rkward::save_r", settings="ascii.state=TRUE\ncompress.state=TRUE\ndata.available=testy\nfile.selection=y.RData", label="Run again")
 
20
.rk.make.hr()