~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to tests/import_export_plugins/RKTestStandard.load_source.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
source (file="source.R", local=TRUE, verbose=FALSE, print.eval=FALSE, chdir=FALSE)
 
5
## Print result
 
6
rk.header("Source R file", parameters=list("File", "source.R"))
 
7
})
 
8
.rk.rerun.plugin.link(plugin="rkward::load_source", settings="chdir.state=FALSE\necho.state=0\nfile.selection=source.R\nlocal.state=TRUE\nprinteval.state=FALSE", label="Run again")
 
9
.rk.make.hr()
 
10
local({
 
11
## Prepare
 
12
## Compute
 
13
source (file="source.R", local=FALSE, echo=TRUE, max.deparse.length=150, verbose=FALSE, print.eval=FALSE, chdir=FALSE)
 
14
## Print result
 
15
rk.header("Source R file", parameters=list("File", "source.R"))
 
16
})
 
17
.rk.rerun.plugin.link(plugin="rkward::load_source", settings="chdir.state=FALSE\necho.state=1\nfile.selection=source.R\nlocal.state=FALSE\nmaxdeparselength.real=150.00\nprinteval.state=FALSE\npromptecho.text=\nverbose.state=FALSE", label="Run again")
 
18
.rk.make.hr()