sbg / sevenbridges-r

Seven Bridges API Client, CWL Schema, Meta Schema, and SDK Helper in R
https://sbg.github.io/sevenbridges-r/
Apache License 2.0
35 stars 14 forks source link

Error: could not find function "Auth" #15

Closed DurgaAdd closed 8 years ago

DurgaAdd commented 8 years ago

Hi TengFei, I followed your tutorials and tried to connect to SB-CGC from RStudio, but got the following error:

a <- Auth(token = "(my token here)", url = "https://cgc-api.sbgenomics.com/v2/") Error: could not find function "Auth"

tx, Durga

tengfei commented 8 years ago

Hi Durga

I think you probably forget to run this?

library(sevenbridges)

If you did, could you please attach your

sessionInfo() here as well

Thanks

DurgaAdd commented 8 years ago

Yes, thank you! I was blindly following the steps from your hackathon link (http://www.tengfei.name/sevenbridges/cgc-hackathon-2016-04/bioc-workflow.html). The bioc-workflow.R has this step included. thanks.

tengfei commented 8 years ago

Thank you, any feedback are welcomed : ) Please feel free to file issue or feature request here, I will try to add/fix it asap.