Skip to content
Prev 11802 / 21312 Next

[Bioc-devel] library() calls removed in simpleSingleCell workflow

I find `eval=FALSE` chunks not a good idea, since
- they confuse users who only see the rendered HTML/PDF (where this flag 
is not shown)
- they are not tested, so more prone to code rot.

I'd also like to object to the idea that proximity of a `library` call 
to code that uses a package is somehow didactic. It's actually a bad 
habit: the R interpreter does not care. The relevant package
- can be mentioned in the narrative,
- stated in the code with the pkgname:: prefix.
The latter is good didactics to get people used to the idea of 
namespaces, especially since there is an increasing frequency of name 
clashes in CRAN, tidyverse, BioC (e.g. consider the various functions 
named 'filter' and the obscure malbehaviors that can result from these).

Best wishes
		Wolfgang
On 04/10/2017 22:20, Turaga, Nitesh wrote:

  
    

Thread (20 messages)

Aaron Lun library() calls removed in simpleSingleCell workflow Oct 4 Kasper Daniel Hansen library() calls removed in simpleSingleCell workflow Oct 4 Obenchain, Valerie library() calls removed in simpleSingleCell workflow Oct 4 Turaga, Nitesh library() calls removed in simpleSingleCell workflow Oct 4 Wolfgang Huber library() calls removed in simpleSingleCell workflow Oct 4 Aaron Lun library() calls removed in simpleSingleCell workflow Oct 4 Laurent Gatto library() calls removed in simpleSingleCell workflow Oct 4 Wolfgang Huber library() calls removed in simpleSingleCell workflow Oct 5 Aaron Lun library() calls removed in simpleSingleCell workflow Oct 5 Wolfgang Huber library() calls removed in simpleSingleCell workflow Oct 5 Aaron Lun library() calls removed in simpleSingleCell workflow Oct 5 Obenchain, Valerie library() calls removed in simpleSingleCell workflow Oct 5 Henrik Bengtsson library() calls removed in simpleSingleCell workflow Oct 5 Aaron Lun library() calls removed in simpleSingleCell workflow Oct 5 Wolfgang Huber library() calls removed in simpleSingleCell workflow Oct 6 Kasper Daniel Hansen library() calls removed in simpleSingleCell workflow Oct 6 Wolfgang Huber library() calls removed in simpleSingleCell workflow Oct 6 Henrik Bengtsson library() calls removed in simpleSingleCell workflow Oct 6 Nan Xiao library() calls removed in simpleSingleCell workflow Oct 6 Martin Morgan library() calls removed in simpleSingleCell workflow Oct 12