Skip to content
Prev 50134 / 63424 Next

vignette checking woes

On 25/03/2015 2:59 PM, Roger Koenker wrote:
This could happen if you load the namespace of MatrixModels (e.g. by 
using :: notation), but don't put it on your search path (e.g. by using 
library(MatrixModels)).

When you run Sweave from within R, it sees the search path that was 
active when you called Sweave; when checking a vignette, it starts with 
a clean slate.

Duncan Murdoch