Hello,
I have just installed libboost and rcppbugs (CRAN version) on a Ubuntu machine. When running this example I get the following error:
> theta <- deterministic(function(mu,tau,eta) { mu + tau * eta }, mu, tau, eta)
<simpleError in object[seq_len(ile)]: object of type 'bytecode' is not subsettable>
The same error occurs when I run the example provided in the help of the deterministic function:
> y.hat.user <- deterministic(function(X,b) { X %*% b }, X, b)
<simpleError in object[seq_len(ile)]: object of type 'bytecode' is not subsettable>
Hello,
I have just installed libboost and rcppbugs (CRAN version) on a Ubuntu machine. When running this example I get the following error:
The same error occurs when I run the example provided in the help of the
deterministicfunction: