Skip to content

plotly package installation #152

@ghatfan99

Description

@ghatfan99

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions