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!

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...