Skip to content
Back to formatted view

Raw Message

Message-ID: <527ACC6B.4000708@TU-Dresden.de>
Date: 2013-11-06T23:10:35Z
From: Thomas Petzoldt
Subject: [R-sig-dyn-mod] [R] deSolve, unresolved namespace error
In-Reply-To: <CAL7OOdx02FGmOt896CJBfCZXF818bqFWxiYCf8-QCAvsV3ZhQQ@mail.gmail.com>

Hi Adam,

your example works perfectly on my Windows 7 / R 3.0.2 both 64 bit.

The only thing that does not work is the (in my case unnecessary)
loading/unloading of deSolve.[dll|so], which is no surprise because your
manual attempt to load it does not respect the package namespace.

Note also that you use an RK solver (ode23), that does NOT use locking.

I have no idea what should go wrong, maybe it's a system specific
problem or a memory problem of your C code? Have you already tried to
use valgrind?

Thomas

PS: What does "NOT replicable" mean? Does it mean that the model does
not run or that there is no error?