cbig / zonator

Utility tools for for anybody interested in using a familiar tool (R) in setting up Zonation runs and managing Zonation results.
https://cbig.github.io/zonator/
13 stars 8 forks source link

'--no-staged-install' error on installation #68

Closed heislele closed 4 years ago

heislele commented 4 years ago

Hi there!

I ran into an error when installing zonator: '--no-staged-install'. I was asked to report and was hoping you could help me resolve?

I'm new to github so if there is any information you need from me please let me know.

jlehtoma commented 4 years ago

Hi @heislele, thanks for reporting this and sorry taking a little time to respond!

zonator currently relies on disabling staged install which is a feature added in R version 3.6. Which version of R are you using? If older than 3.6, then updating might solve the issue.

In the longer run, I plan to update zonator so that staged installation doesn't need to be disabled, but this will take a bit longer time.

heislele commented 4 years ago

I'll try updating R, thanks for your help @jlehtoma !

jlehtoma commented 4 years ago

Version 0.6.0 no longer depends on --no-staged-install so closing this issue.