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

Could not find function "install_github" #718

Closed
ktdesignbox opened this issue Oct 10, 2016 · 3 comments
Closed

Could not find function "install_github" #718

ktdesignbox opened this issue Oct 10, 2016 · 3 comments

Comments

@ktdesignbox
Copy link

I am new in R Studio. I tried to download the libraries, but this message showed up:

require(devtools)
Loading required package: devtools
Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called 租evtools・> install_github('ramnathv/rCharts')
Error: could not find function "install_github"

@ramnathv
Copy link
Owner

For some reason, devtools is not correctly installed on your machine. Can you run install.packages("devtools") and try the installation again?

@ktdesignbox
Copy link
Author

  • installing source package 'rCharts' ...
    ** R
    ** demo
    ** inst
    ** preparing package for lazy loading
    ** help
    *** installing help indices
    ** building package indices
    ** testing if installed package can be loaded
    *** arch - i386
    *** arch - x64
  • DONE (rCharts)

Looks like it was ok this time. Thank you!

@ramnathv
Copy link
Owner

You are welcome.

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