PeteHaitch / cometh

An R package with tools for analysing, managing and visualising co-methylation data. Loosely speaking, co-methylation is the correlation structure of DNA methylation.
0 stars 1 forks source link

import vs. importFrom #24

Open PeteHaitch opened 10 years ago

PeteHaitch commented 10 years ago

E.g. currently use gunzip from the R.utils package. This is the only function I use from this package. Similarly, I use fread from data.table. However, I currently import the entire package rather than just the functions I use.