Open mackerman44 opened 4 years ago
I think the issue may be that the rjags
package tries to link to the JAGS software, and throws an error if it is not installed. Since rjags
is not required by any of the vignettes, maybe we should consider removing it from the Suggests list, so R won't try to install it when installing telemetyr
. We should find a computer that does not have JAGS installed to test that fix on.
OK, small problem with my comment above: we wrote several functions to run a JAGS model into the package, which require rjags
, so we should keep it in the DESCRIPTION. Maybe just better installation instructions on the README file, explaining that a user should install JAGS first, and how to do so.
Today, I attempted to install
telemetyr
on my new machine.Unfortunately, the first attempt failed because
rjags
was not installed. Then, after installingrjags
the second attempt failed with:After downloading and installing JAGS the install worked fine.
Is this the intended or expected response? I need to remind myself, but wasn't
jagsUI
added (or something to that effect) to remove the need for JAGS. Not high priority, just ran into this when gettingtelemetyr
on the new machine.