[Pomp-commits] r1069 - in pkg/pomp: . R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Feb 9 23:48:00 CET 2015
Author: kingaa
Date: 2015-02-09 23:47:59 +0100 (Mon, 09 Feb 2015)
New Revision: 1069
Modified:
pkg/pomp/DESCRIPTION
pkg/pomp/R/pomp.R
Log:
- better error reporting
Modified: pkg/pomp/DESCRIPTION
===================================================================
--- pkg/pomp/DESCRIPTION 2015-02-09 19:31:17 UTC (rev 1068)
+++ pkg/pomp/DESCRIPTION 2015-02-09 22:47:59 UTC (rev 1069)
@@ -1,7 +1,7 @@
Package: pomp
Type: Package
Title: Statistical Inference for Partially Observed Markov Processes
-Version: 0.58-10
+Version: 0.58-11
Date: 2015-02-09
Authors at R: c(person(given=c("Aaron","A."),family="King",
role=c("aut","cre"),email="kingaa at umich.edu"),
Modified: pkg/pomp/R/pomp.R
===================================================================
--- pkg/pomp/R/pomp.R 2015-02-09 19:31:17 UTC (rev 1068)
+++ pkg/pomp/R/pomp.R 2015-02-09 22:47:59 UTC (rev 1069)
@@ -154,7 +154,8 @@
silent=FALSE
)
if (inherits(libname,"try-error")) {
- stop("error in building shared-object library from Csnippets")
+ stop("in ",sQuote("pomp"),": error in building shared-object library from Csnippets:\n",
+ libname,call.=FALSE)
} else {
.solibfile <- c(.solibfile,libname[2L])
libname <- libname[1L]
More information about the pomp-commits
mailing list