-
Notifications
You must be signed in to change notification settings - Fork 626
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
plotly package installation #152
Comments
@ghatfan99 I'm not familiar with the |
@mkcor thank's for your answer, thanks |
@ghatfan99 How did you install the package from the zip file, please? Can you share the command plus its output, please? |
Hello mkcor,
Regards |
Okay -- although the zip file you download should be named Then you should load "plotly": library(plotly) not "plotly_master". |
Hello mkcor
|
After running the require(plotly, lib.loc="C:/Users/.../Documents/R/win-library/3.1") where argument Let me Cc @msund who may have assisted Windows users with their install issues. |
Closing this since it's not a problem with the R package itself... Assuming you have the source files locally, you can also install with
|
Hi, have downloaded zip file from this location, https://github.com/ropensci/plotly/releases/tag/0.3 |
@vishy730 That version is super outdated... Please refer to https://plot.ly/r/getting-started/ for up-to-date information on how to install and load the "plotly" R package. |
Thanks mkcor, I could solve the issue... |
@vishy730 Great, I'm glad! |
I have the same issue, tried mkcor's suggestions but instead of seeing a plotly directory, i see plotly-master....I get this error message
|
@h3ncabo Sorry you're experiencing this problem. Can you provide us with the exact code you used and what type of operation system you're using? |
@13bzhang I also tried |
Hi! Have you talked to your system administrator about this issue? At my university, sometimes you need permission to install certain things. |
@13bzhang yes. its not possible. any comment on the exact code I use? Is there an alternative? |
i want to install plotly package in R, from github
library(devtools)
install_github("ropensci/plotly")
and i have an error message:
Downloading github repo ropensci/plotly@master
Error in function (type, msg, asError = TRUE) : couldn't connect to host
i have searched on the internet and i found that it's a problem of proxy, i tried:
set_config(
use_proxy(url="https://github.com/ropensci/plotly", port=8080, username="_",password="_")
)
but still have the same problem, i don't know what to put in url and port values, i have two accounts on Githup and plotly
thank you for your help
The text was updated successfully, but these errors were encountered: