Displaying 2 results from an estimated 2 matches for "oldwd".
Did you mean:
oldpwd
2010 May 05
1
testInstalledBasic question
...asic is calling out to a separate, new R
process), I repeated the testInstalledBasic functionality ex-function; so in
a clean session I ran the following:
### Clean session ###
Sys.setenv(LANGUAGE = "C")
Sys.setenv(R_DEFAULT_PACKAGES = "")
Sys.setenv(SRCDIR = ".")
oldwd <- setwd(file.path(R.home(), 'tests'))
source('primitives.R', echo = T)
setwd(oldwd)
# Fails with: Error in eval.with.vis(expr, envir, enclos) : failure on >=
Now my checking gives:
> ls(.GenericArgsEnv, all.names = TRUE)
[1] "-" "!"...
2009 Oct 06
2
R, Coda, and OpenBUGS
Hi All,
I am trying to figure out how to use R-Coda with the output from
OpenBugs. I have installed and loaded the packages BRugs and R2WinBUGS.
I have successfully run a simple Bayes model in WinBUGS using R2WinBUGS'
"bugs" and have used "read.bugs" to build the coda object. I can
successfully switch to OpenBugs and run the same model and get the basic
summary