Closed MichaelChirico closed 1 year ago
For calls like that to methods::new() here:
methods::new()
https://github.com/seandavi/GEOquery/blob/7f416f5a0167d397c61be339bedfe35ae91e2fc1/R/classes.R#L15
And utils::read.table here:
utils::read.table
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.
methods
Depends:
R CMD check
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 inDepends:
, but without this we getR CMD check
static.