From: <li...@us...> - 2007-09-14 11:21:59
|
Revision: 55 http://bugs-r.svn.sourceforge.net/bugs-r/?rev=55&view=rev Author: ligges Date: 2007-09-14 04:21:12 -0700 (Fri, 14 Sep 2007) Log Message: ----------- some more deleted functions (get*Obj) - API has gone, NAMESPACE adapted Modified Paths: -------------- trunk/BRugs/NAMESPACE Removed Paths: ------------- trunk/BRugs/R/get.graphObj.R trunk/BRugs/R/get.updaterObj.R trunk/BRugs/man/get.Obj.Rd Modified: trunk/BRugs/NAMESPACE =================================================================== --- trunk/BRugs/NAMESPACE 2007-09-14 10:13:36 UTC (rev 54) +++ trunk/BRugs/NAMESPACE 2007-09-14 11:21:12 UTC (rev 55) @@ -2,8 +2,7 @@ importFrom(coda, mcmc) export(BRugsFit, bugsData, bugsInits, buildMCMC, currentValues, dicClear, dicSet, dicStats, -getGraphObj, getNumChains, -getUpdaterObj, help.BRugs, help.WinBUGS, loadModule, +getNumChains, help.BRugs, help.WinBUGS, modelAdaptivePhase, modelCheck, modelCompile, modelData, modelGenInits, modelGetSeed, modelInits, modelIteration, modelModules, modelNames, modelPrecision, modelSaveState, Deleted: trunk/BRugs/R/get.graphObj.R =================================================================== --- trunk/BRugs/R/get.graphObj.R 2007-09-14 10:13:36 UTC (rev 54) +++ trunk/BRugs/R/get.graphObj.R 2007-09-14 11:21:12 UTC (rev 55) @@ -1,9 +0,0 @@ -"getGraphObj" <- -function(node) -# Get type of GraphNode objects -{ - command <- paste("BugsEmbed.SetVariable(", sQuote(node), "); BugsEmbed.Nodes") - .C("CmdInterpreter", command, nchar(command), integer(1), PACKAGE="BRugs") - buffer <- file.path(tempdir(), "buffer.txt") - read.table(buffer) -} Deleted: trunk/BRugs/R/get.updaterObj.R =================================================================== --- trunk/BRugs/R/get.updaterObj.R 2007-09-14 10:13:36 UTC (rev 54) +++ trunk/BRugs/R/get.updaterObj.R 2007-09-14 11:21:12 UTC (rev 55) @@ -1,9 +0,0 @@ -"getUpdaterObj" <- -function(node) -# Get type of UpdaterUpdaters objects -{ - command <- paste("BugsEmbed.SetVariable(", sQuote(node), "); BugsEmbed.Methods") - .C("CmdInterpreter", command, nchar(command), integer(1), PACKAGE="BRugs") - buffer <- file.path(tempdir(), "buffer.txt") - read.table(buffer) -} Deleted: trunk/BRugs/man/get.Obj.Rd =================================================================== --- trunk/BRugs/man/get.Obj.Rd 2007-09-14 10:13:36 UTC (rev 54) +++ trunk/BRugs/man/get.Obj.Rd 2007-09-14 11:21:12 UTC (rev 55) @@ -1,30 +0,0 @@ -\name{getObj} -\alias{getGraphObj} -\alias{getUpdaterObj} -\title{Expert functions} -\description{Getting class names of Component Pascal object} -\usage{ -getGraphObj(node) -getUpdaterObj(node) -} -\arguments{ - \item{node}{Character vector of length 1, name of a variable in the model.} -} -\details{ -OpenBUGS creates Component Pascal objects to represent each component of a name in the graphial model. -} -\value{ -\code{getGraphObj} returns a data frame of the class names of the Component Pascal object associated with each component. - -\code{getUpdaterObj} returns a data frame of the class names of the Component Pascal object -for each component of a variable that needs updating. -} -\seealso{\code{\link{BRugs}}, \code{\link{help.WinBUGS}}} -\keyword{interface} - - - - - - - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |