Displaying 2 results from an estimated 2 matches for "docs_dir".
2008 Mar 30
1
package.skeleton.S4
...Env,
path = ".", force = FALSE, namespace = FALSE, code_files =
character(),S4=FALSE)
{
cat(missing(list)," EEE\n")
### If pakage.skeleton has not been run, run it on false data
dir <- file.path(path, name)
code_dir <- file.path(dir, "R")
docs_dir <- file.path(dir, "man")
data_dir <- file.path(dir, "data")
if (!file.exists(dir)){
environment <- new.env()
assign("falseData-ToErase",NULL,environment)
package.skeleton(name=name,environment=environment,path=path,namespace=na...
2006 Dec 18
13
unit testing wxruby GUIs
paul.allton at uk.bnpparibas.com wrote:
> I''m a big fan of automated UI testing (i.e. driving the UI from some
robot API). I appreciate this
> is potentially a whole new project, but does wxwidgets provide a
method of clicking buttons,
> typing into components ... if so, would it be technically possible to
expose this in wxruby.
I like automated UI testing too, but