Hi
Please disregard this thread, I've realised it's an error with our code
Thanks
Glyn
From: Glyn Bradley
Sent: 16 January 2015 15:32
To: 'bioc-devel@r-project.org'
Subject: BiocCheck examples error when using imported package functions
Hi,
Our package uses igraph.
We have
imports: igraph i
Hi,
Our package uses igraph.
We have
imports: igraph in the DESCRIPTION file and
import(igraph)in the NAMESPACE
But when we try to write examples for our functions that use igraph functions
to create then use igraph objects from our input, BiocCheck fails on them.
How can we use igraph in our exa