-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
could not find function "split_chain" #27
Comments
Thanks, @ericpgreen. Yes, this has to do with the updated Once CRAN is off break, I’ll be sending the updated version there. |
Hello - I'm working through the R textbook that references this package. I got the same split_chain error, and I have installed the developmental version of furniture as indicated, but it's still not working. Here is my code and error:
|
Thanks for the heads up. Can you update to the very latest version ( |
I'm getting the same issue when trying to run RInno and I've tried searching through the answer on the RInno github, but it hasn't been updated since 2019. Here's my code and error. > install_inno()
Error in split_chain(match.call(), env = env) : could not find function "split_chain" |
I believe this error results from the updated The |
I got the same error message (Error in split_chain(match.call(), env = env) : could not find function "split_chain") and deleting the folder "00LOCK-magrittr" from the folder where I download packages (…\R\win-library\4.0) solved the issue. |
@TysonStanley do you get an error when you run:
I'm running
furniture_1.9.7
andmagrittr_2.0.1
.Possible issue here?
The text was updated successfully, but these errors were encountered: