inst/tools/setup.R

require(XRPython)

## the classes in this package
con <- file("R/proxyClasses.R", "w")
setPythonClass(save = con, "Act", "thePlay", docText = "Python Class for an Act")
setPythonClass(save = con, "Scene", "thePlay", docText = "Python Class for a Scene")
setPythonClass(save = con, "Speech", "thePlay", docText = "Python Class for a Speech")
close(con)
johnmchambers/shakespeare documentation built on May 19, 2019, 5:16 p.m.