I want to build a new package to submit on CRAN, but my package has
two dependencies harmony and iCTC which are available only on github.
So now I can import these dependencies in description files.
Imports:
    BiocManager,
    caret,
    klaR,
    randomForest,
    gbm,
    devtools,
    harmony,
    iCTC
I did as shown above but I got an error,
checking package dependencies ... ERROR
Packages required but not available: 'harmony', 'iCTC'
How can I resolve the error?
*Thanks and Regards*

*Krishan Gupta*

*PhD16008PhD Scholar*

        [[alternative HTML version deleted]]

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to