RamsinghLab / arkas

This is the kallisto package
0 stars 0 forks source link

R CMD check KallistoExperiment-Methods 'features' #30

Closed arcolombo closed 8 years ago

arcolombo commented 8 years ago

this is a tricky one, it pertains to the KallistoExperiment-method for features generic and replacement method.

checking whether package ‘arkas’ can be installed ... WARNING Found the following significant warnings: Warning: For function ‘features’, signature ‘SummarizedExperiment0’: argument in method definition changed from (object) to (x) See ‘/home/arcolombo/Documents/github_repos/arkas.Rcheck/00install.out’ for details.

ttriche commented 8 years ago

this is an easy fix, just change the method signature for features() in KallistoExperiment-methods.R

--t

On Tue, Aug 9, 2016 at 6:19 PM, Anthony R. Colombo <notifications@github.com

wrote:

this is a tricky one, it pertains to the KallistoExperiment-method for features generic and replacement method.

checking whether package ‘arkas’ can be installed ... WARNING Found the following significant warnings: Warning: For function ‘features’, signature ‘SummarizedExperiment0’: argument in method definition changed from (object) to (x) See ‘/home/arcolombo/Documents/github_repos/arkas.Rcheck/00install.out’ for details.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RamsinghLab/arkas/issues/30, or mute the thread https://github.com/notifications/unsubscribe-auth/AAARItl3bt7cd3J4YkPgiscqhcwR2TCDks5qeScggaJpZM4JgrbR .

arcolombo commented 8 years ago

solved this one. consider this toilet unplugged.