Ludovic Courtès <[email protected]> writes: >> + (build-system r-build-system) >> + (home-page "http://bioconductor.org/packages/BiocGenerics") >> + (synopsis "S4 generic functions for Bioconductor") >> + (description >> + "This package provides S4 generic functions needed by many Bioconductor >> +packages.") > > Maybe a word about S4 in the description, unless this is an obvious > thing in R land?
S4 is one of the three object systems (S3, S4 and R5) for R. For developers of R packages, who are the target audience of this description, this should be know. Thank you for the fast review! ~~ Ricardo
