Skip to content
Prev 15271 / 21312 Next

[Bioc-devel] BioC packages - profileplyr

Is the failure in your code or in the vignettes?? I ran into a situation 
where I was @importFrom-ing function and my devtools::check() was 
failing because the @examples code wasn't seeing the imported 
functions.? This actually makes sense as a behavior because examples 
should act like the user is running them, not like they're running 
inside the package.
On 7/12/2019 6:50 PM, Doug Barrows wrote: