Skip to content
Prev 9058 / 21312 Next

[Bioc-devel] import except on Window Machine

In that output you sent me, it's still using roxygen (via devtools) to create the namespace. Try creating it manually and see if you still get the same error. 

What does your NAMESPACE look like anyway?

Looking at the NAMESPACE for CRISPRseek, the instances of the 'except' syntax look like this:

import(S4Vectors, except=c(fold, values))
import(IRanges, except=values)

So maybe make sure the objects to be excepted are not quoted?

Dan



----- Original Message -----