[R-pkg-devel] Extending an S3 method, but putting the package in Suggests?

2017-03-13 Thread David Hugh-Jones
Hi, Cross-posted from SO: http://stackoverflow.com/questions/42776058/extending-an-s3-generic-from-an-optional-package I have a package which provides an as.FlexTable method for its objects, extending the S3 generic from the ReporteRs package. So, my NAMESPACE file, generated by roxygen, has line

[R-pkg-devel] Creating a new package dependent on Igraph

2017-03-13 Thread Annu Joshi
Hello all, We have created a new package called dgraph which contains all the igraph codebase along with our graph decomposition functions. We have overwritten the Namespace and exported only our functions.So, the user will not be able to access the functions of igraph through our package dgraph.