With dplyr 0.7.5, you have to import functions you use for example in ´mutate´, ´select´ or ´filter´, like ´lead´, ´lag´, ´starts_with´ etc.
Using dat, I now have to import these functions from dplyr to be able to use ´mutar´ properly. To me this seems to be a strange behavior, since I like to use mutar without explicitly loading dplyr.