-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels