Skip to content

object of type 'bytecode' is not subsettable #2

@stla

Description

@stla

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions