-
Notifications
You must be signed in to change notification settings - Fork 24
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
installing ShinyDash with Shiny Server #39
Comments
Try specifying a repo before with options():
|
Yes but my problem is on installing ShinyDash and not devtools. I can install devtools with no problem but when i do sudo R -e "devtools::install_github("ShinyDash", "trestletech")", it doesn't work |
I have this problem for several packages from github |
ShinyDash depends on shiny and XML, can you verify you have them installed? Also, can you try running a R console in your server, and running the command |
So, I have shiny and XML installed. |
I take it back, I didn't have XML install correctly. Thank you ! |
Excellent! @trestletech can close this now! |
I have a question that when I run the command that |
@James816322 The following code would work:
|
Hi,
I'm trying to download ShinyDash on my shiny server on CentOS. My problem is that with shiny server I have to install the package with root privilege so I have to do it through the terminal. When I do that, I get this error:
Error in contrib.url(repos, type) :
trying to use CRAN without setting a mirror
What should I do ?
Thanks.
The text was updated successfully, but these errors were encountered: