New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find function locate_credentials() #3

Closed
dkincaid opened this Issue Aug 1, 2018 · 2 comments

Comments

Projects
None yet
2 participants
@dkincaid

dkincaid commented Aug 1, 2018

Installed the package from Github using devtools::install_github("cloudyr/aws.polly"). Then ran the following example from the README:

> library("aws.polly")
> vec <- synthesize("Hello world!", voice = "Joanna")

and get the following error:

Error in locate_credentials(key = key, secret = secret, session_token = session_token,  : 
  could not find function "locate_credentials"

if I manually load the aws.signature package using library("aws.signature") then it works.

@leeper leeper added the bug label Aug 1, 2018

@leeper leeper closed this in f915d9c Aug 1, 2018

@leeper

This comment has been minimized.

Show comment
Hide comment
@leeper

leeper Aug 1, 2018

Member

Oops, sorry about that. Please reinstall from GitHub.

Member

leeper commented Aug 1, 2018

Oops, sorry about that. Please reinstall from GitHub.

@dkincaid

This comment has been minimized.

Show comment
Hide comment
@dkincaid

dkincaid Aug 1, 2018

Dang! That was a fast fix! Thanks. This is the coolest thing I've seen in a while!

dkincaid commented Aug 1, 2018

Dang! That was a fast fix! Thanks. This is the coolest thing I've seen in a while!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment