seandavi / GEOquery

The bridge between the NCBI Gene Expression Omnibus and Bioconductor
http://seandavi.github.io/GEOquery/
Other
88 stars 36 forks source link

import methods in NAMESPACE #140

Closed MichaelChirico closed 1 year ago

MichaelChirico commented 1 year ago

For calls like that to methods::new() here:

https://github.com/seandavi/GEOquery/blob/7f416f5a0167d397c61be339bedfe35ae91e2fc1/R/classes.R#L15

And utils::read.table here:

https://github.com/seandavi/GEOquery/blob/7f416f5a0167d397c61be339bedfe35ae91e2fc1/R/parseGEO.R#L259

I'm not sure it's strictly required given methods is in Depends:, but without this we get R CMD check static.