Getting Data In

Error when trying to upload a package in R Project

walkerhound
Path Finder

When I try to upload a package into R Project (from the packages tab) I get an error:

Cannot install package 'igraph'. Attempt to download CRAN description from 'http://cran.r-project.org/web/packages/igraph/DESCRIPTION': [Errno 11004] getaddrinfo failed

I have tried a few packages. The URL http://cran.r-project.org/web/packages/igraph/DESCRIPTION seems okay.

I suspect this is a proxy issue but I'm not sure how to fix it.

Tags (2)
0 Karma
1 Solution

MuS
Legend

Hi walkerhound,

this could be related to a proxy issue. If you must use a proxy server to get to the internet, set the http[s]_proxy user env for the user running Splunk like this for Windows:

set http_proxy=http://proxy.myproxy.com
set https_proxy=https://proxy.myproxy.com

For Linux:

export http_proxy=http://proxy.myproxy.com
export https_proxy=https://proxy.myproxy.com 

But the error code you get could also point to some trouble resolving the hostname, so check your DNS as well.

cheers, MuS

View solution in original post

MuS
Legend

Hi walkerhound,

this could be related to a proxy issue. If you must use a proxy server to get to the internet, set the http[s]_proxy user env for the user running Splunk like this for Windows:

set http_proxy=http://proxy.myproxy.com
set https_proxy=https://proxy.myproxy.com

For Linux:

export http_proxy=http://proxy.myproxy.com
export https_proxy=https://proxy.myproxy.com 

But the error code you get could also point to some trouble resolving the hostname, so check your DNS as well.

cheers, MuS

walkerhound
Path Finder

I got it to work. I had to put in the username and password for the proxy.

Thanks.

0 Karma

krwinters11
Path Finder

I have added the proxy with username and password and still can't get this solution to work. Any other ideas?

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...