-
Thank you for creating this package and all the accompanying resources. I've installed JAGS and mcp, and I'm currently trying to run the sample code. However, I keep running into the error "Error in is.type(x) : object 'ffi_is_formula' not found" whenever calling any of the mcp functions. The code I'm running is below and the error happens one the mcp_example line.
Any suggestions or advice would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Another user wrote me with this issue and solved it by upgrading R and all packages to the newest versions. Perhaps it was caused by the That users issue arose on R 4.1.2 with rlang 0.4.12. You can call Let me know how it goes! |
Beta Was this translation helpful? Give feedback.
Another user wrote me with this issue and solved it by upgrading R and all packages to the newest versions. Perhaps it was caused by the
rlang
package version being incompatible with some others, but this remains to be verified.ffi_is_formula
is in therlang
package which is a dependency of a dependency ofmcp
:-)That users issue arose on R 4.1.2 with rlang 0.4.12. You can call
sessionInfo()
to see yours.Let me know how it goes!