Konda should be able to immediately find all the dependencies. Flag -c adds only this channel for this command. You will need to run conda install -c vgauthier rwest graph-tool . But the easiest way is to add these channels to your configuration.
conda config --add channels vgauthier --add channels rwest
Once you do this, you can simply run
conda install graph-tool
and he will grab things from these channels.
source share