Entering edit mode
zwfanwz678
•
0
@zwfanwz678-13332
Last seen 5.4 years ago
hello.
I want to use QC function in QuasR in my packages, but when I run devtools::document(), it report a warning like below.
Warning message:
no function found corresponding to methods exports from ‘QuasR’ for: ‘genome’
I think that's because "genome" do not have @export.
I read this page http://kbroman.org/pkg_primer/pages/depends.html , and add QuasR in Description's depends field, but the warning still exists.
how to deal with this problem?
thanks!