|
From: <li...@us...> - 2013-04-07 17:34:33
|
Revision: 263
http://bugs-r.svn.sourceforge.net/bugs-r/?rev=263&view=rev
Author: ligges
Date: 2013-04-07 17:34:22 +0000 (Sun, 07 Apr 2013)
Log Message:
-----------
change .path.package() -> system.file() and update version dependency
Modified Paths:
--------------
trunk/R2OpenBUGS/DESCRIPTION
trunk/R2OpenBUGS/man/attach.all.Rd
Modified: trunk/R2OpenBUGS/DESCRIPTION
===================================================================
--- trunk/R2OpenBUGS/DESCRIPTION 2013-04-07 17:33:18 UTC (rev 262)
+++ trunk/R2OpenBUGS/DESCRIPTION 2013-04-07 17:34:22 UTC (rev 263)
@@ -12,7 +12,7 @@
it is possible to call a BUGS model, summarize inferences and
convergence in a table and graph, and save the simulations in arrays for easy access
in R.
-Depends: R (>= 2.11.0)
+Depends: R (>= 2.13.0)
Imports: coda (>= 0.11-0), boot
SystemRequirements: OpenBUGS (>= 3.2.2)
Maintainer: Neal Thomas <snt...@ya...>
Modified: trunk/R2OpenBUGS/man/attach.all.Rd
===================================================================
--- trunk/R2OpenBUGS/man/attach.all.Rd 2013-04-07 17:33:18 UTC (rev 262)
+++ trunk/R2OpenBUGS/man/attach.all.Rd 2013-04-07 17:34:22 UTC (rev 263)
@@ -64,7 +64,7 @@
\examples{
# An example model file is given in:
-model.file <- file.path(.path.package("R2OpenBUGS"), "model", "schools.txt")
+model.file <- system.file("model", "schools.txt", package="R2OpenBUGS")
# Some example data (see ?schools for details):
data(schools)
J <- nrow(schools)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|