On Wed, 8 Jul 2020 11:06:31 +0200
Frantisek Bartos wrote:
>Check: for GNU extensions in Makefiles, Result: WARNING
This warning is easy to deal with:
>JAGS_ROOT ?= c:/progra~1/JAGS/JAGS-4.3.0
Use plain "=" macro definitions, since others aren't considered portable
enough.
>SOURCES= $(wildcard
Hello,
we have written an R package that uses JAGS and requires a JAGS module
that's distributed with the package. We had a lot of problems making
the installation work across platforms and we adapted the way it's done in
'runjags' (it also contains a JAGS module). However, we are having two
probl