What does “The following object is masked from 'package:xxx'” mean?

后端 未结 2 888
旧巷少年郎
旧巷少年郎 2020-11-22 14:17

When I load a package, I get a message stating that:

\"The following object is masked from \'package:xxx\'

For example, if I load testthat

2条回答
  •  误落风尘
    2020-11-22 14:47

    I have the same problem. I avoid it with remove.packages("Package making this confusion") and it works. In my case, I don't need the second package, so that is not a very good idea.

提交回复
热议问题