Skip to content
Prev 4096 / 21312 Next

[Bioc-devel] Webpage spring cleaning - Package submission

On 02/22/2013 07:08 AM, Wolfgang Huber wrote:
I addressed this specific issue by changing the package-submission text to

Use existing S4 classes and generic functions; see the Package Guidelines for 
details on appropriate use.

and the package-guideline text to

Re-use existing S4 classes and generics where possible. This encourages 
interoperability and simplifies your own package development. If your data 
requires a new representation or function, carefully design an S4 class or 
generic so that other package developers with similar needs will be able to 
re-use your hard work, and so that users of related packages will be able to 
seamlessly use your data structures. Do not hesitate to ask on the Bioc-devel 
mailing list for advice.

We will revisit the submission / guideline pages over the next several days, but 
additional specific issues are certainly welcome from you or others...

Martin