krlmlr / r-appveyor

Tools for using R with AppVeyor (https://appveyor.com)
132 stars 60 forks source link

Bioconductor cannot work #162

Open ShixiangWang opened 5 years ago

ShixiangWang commented 5 years ago

Dear author,

I don't know why Bioconductor cannot work for a long time, I tried many times.

image

This is my file, please check and help me out.

Best, Shixiang

krlmlr commented 5 years ago

Can you please try setting the PKGTYPE environment variable to both and see if it helps?

ShixiangWang commented 5 years ago

@krlmlr Thanks, I just tried. It makes check pass the error above, however, a new error occurred 😢

It seems not the fault of this tool. I have tried building twice but got the same error. Do you have any suggestion?

image

Best.

krlmlr commented 5 years ago

Can you please share a link to the AppVeyor build?

ShixiangWang commented 5 years ago

https://ci.appveyor.com/project/ShixiangWang/sigminer

gaborcsardi commented 5 years ago

Some bioc packages don't have binaries. You can try to tell the remotes package not to error on these warnings, see the remotes resdme at https://github.com/r-lib/remotes#readme

ShixiangWang commented 5 years ago

@gaborcsardi Thanks for replying :), I read the readme but still don't know how to set it in .yml file for appveyor or package description file? And my second posted figure does show another error, do you have a better idea?