Skip to content
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

Function "DCAuth()" doesn't seem to exist #5

Open
choudharyneelabh opened this issue Oct 26, 2018 · 5 comments
Open

Function "DCAuth()" doesn't seem to exist #5

choudharyneelabh opened this issue Oct 26, 2018 · 5 comments

Comments

@choudharyneelabh
Copy link

I wrote the code:

library(devtools)
install_github("WillemPaling/RDoubleClick")

now when I try to use the DCAuth() function, R says it doesn't exist. How do i get the functions as seen in the readme section?

@mdh1984
Copy link

mdh1984 commented Dec 6, 2018

That's because you did it backwards and forgot to load the RDoubleClick package. The devtools package is what gives you access to the install_github() function. But just because you have installed a package, doesn't mean you've loaded it.

Try this:

library(devtools)
devtools::install_github("WillemPaling/RDoubleClick")
library(RDoubleClick)

@choudharyneelabh
Copy link
Author

choudharyneelabh commented Dec 6, 2018 via email

@mdh1984
Copy link

mdh1984 commented Dec 6, 2018

Any luck?

@choudharyneelabh
Copy link
Author

choudharyneelabh commented Dec 6, 2018 via email

@choudharyneelabh
Copy link
Author

choudharyneelabh commented Dec 6, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants