richmun
February 16, 2019, 6:27am
1
One of my students is having trouble with dplyr, as she attempts to follow the following RStudio tutorial: https://www.youtube.com/watch?v=ANMuuq502rE .
She seems to get stuck when trying to load dplyr (at 5-6 minute in the video). Here is a screenshot of where she get's stuck.
Leon
February 16, 2019, 7:07am
2
There seem to be a dependency issue, have you tried to run install.packages('bindrcpp')
?
1 Like
richmun
February 16, 2019, 6:17pm
3
She has not installed this on her pc. What is bindrcpp? I've never installed this, and haven't seemed to need it for this tutorial and others I've done on my mac. Is bindrcpp just required for some and not others?
bindrcpp
is a dependency of dplyr
and usually gets installed automatically along with dplyr
, most likely your student has delete it accidentally.
richmun
February 16, 2019, 7:42pm
5
Okay, we'll try this tomorrow when we're scheduled to talk. Thanks Leon and andrescs!
richmun
February 25, 2019, 1:07am
6
Installing the bindrcpp package solved our problem.
If your question's been answered (even by you!), would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it:
If your question has been answered, don't forget to mark the solution!
How do I mark a solution?
Find the reply you want to mark as the solution and look for the row of small gray icons at the bottom of that reply. Click the one that looks like a box with a checkmark in it:
[image]
Hovering over the mark solution button shows the label, "Select if this reply solves the problem". If you don't see the mark solution button, try clicking the three dots button ( ••• ) to expand the full set of options.
When a solution is chosen, the icon turns green and the hover label changes to: "Unselect if this reply no longer solves the problem". Success!
[solution_reply_author]
…
system
Closed
March 4, 2019, 1:08am
8
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.